Color Hex Logo

#9639be Color Hex

#9639BE
(150,57,190)
0 Favorites   0 Comments

Color spaces of #9639be

RGB 15057190
HSL0.780.540.48
HSV282°70°75°
CMYK 0.210.700.00   0.25
XYZ23.335113.128050.0193
Yxy13.12800.26980.1518
Hunter Lab36.232651.5535-56.4874
CIE-Lab42.955558.9652-52.6727

#9639be color RGB value is (150,57,190).

#9639be hex color red value is 150, green value is 57 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9639be hue: 0.78 , saturation: 0.54 and the lightness value of 9639be is 0.48.

The process color (four color CMYK) of #9639be color hex is 0.21, 0.70, 0.00, 0.25. Web safe color of #9639be is #9933cc. Color #9639be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111001 10111110
Octal 226 71 276
Decimal 150 57 190
Hex 96 39 BE

RGB Percentages of Color #9639be

%37.78
%14.36
%47.86

CMYK Percentages of Color #9639be

%21
%70
%0
%25

Triadic Colors of #9639be

#9639be #be9639 #39be96

Analogous Colors of #9639be

#9639be #be39a4 #5439be

Monochromatic Colors of #9639be

#9639be

Complementary Color

#9639be #61be39

#9639be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9639be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9639be Color CSS Codes

.mybgcolor {background-color:#9639be; } 
.myforecolor {color:#9639be; }
.mybordercolor {border:3px solid #9639be; }

#9639be Text Font Color

<p style="color:#9639be">Text here</p>

This sample text font color is #9639be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9639be Background Color

<div style="background-color:#9639be">
Div content here</div>

This div background color is #9639be


#9639be Border Color

<div style="border:3px solid #9639be">
Div here</div>

This div border color is #9639be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,57,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9639be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9639be;
  -webkit-box-shadow: 1px 1px 3px 2px #9639be;
  box-shadow:         1px 1px 3px 2px #9639be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,57,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9639be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9639be;
  -webkit-box-shadow: 1px 1px 3px 2px #9639be;
  box-shadow:         1px 1px 3px 2px #9639be;">
Div content here</div>

This div box has shadow with color #9639be


Comments

No comments written yet.

Please login to write comment.