Color Hex Logo

#96659f Color Hex

#96659F
(150,101,159)
0 Favorites   0 Comments

Color spaces of #96659f

RGB 150101159
HSL0.810.230.51
HSV291°36°62°
CMYK 0.060.360.00   0.38
XYZ23.489418.294635.0941
Yxy18.29460.30550.2380
Hunter Lab42.772223.1763-18.7062
CIE-Lab49.851529.9296-23.5894

#96659f color RGB value is (150,101,159).

#96659f hex color red value is 150, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #96659f hue: 0.81 , saturation: 0.23 and the lightness value of 96659f is 0.51.

The process color (four color CMYK) of #96659f color hex is 0.06, 0.36, 0.00, 0.38. Web safe color of #96659f is #996699. Color #96659f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 10011111
Octal 226 145 237
Decimal 150 101 159
Hex 96 65 9F

RGB Percentages of Color #96659f

%36.59
%24.63
%38.78

CMYK Percentages of Color #96659f

%6
%36
%0
%38

Triadic Colors of #96659f

#96659f #9f9665 #659f96

Analogous Colors of #96659f

#96659f #9f658b #79659f

Monochromatic Colors of #96659f

#96659f

Complementary Color

#96659f #6e9f65

#96659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96659f Color CSS Codes

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

#96659f Text Font Color

<p style="color:#96659f">Text here</p>

This sample text font color is #96659f
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.


#96659f Background Color

<div style="background-color:#96659f">
Div content here</div>

This div background color is #96659f


#96659f Border Color

<div style="border:3px solid #96659f">
Div here</div>

This div border color is #96659f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,101,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96659f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96659f;
  -webkit-box-shadow: 1px 1px 3px 2px #96659f;
  box-shadow:         1px 1px 3px 2px #96659f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96659f


Comments

No comments written yet.

Please login to write comment.