Color Hex Logo

#96599b Color Hex

#96599B
(150,89,155)
0 Favorites   0 Comments

Color spaces of #96599b

RGB 15089155
HSL0.820.270.48
HSV295°43°61°
CMYK 0.030.430.00   0.39
XYZ22.066515.995332.9347
Yxy15.99530.31080.2253
Hunter Lab39.994128.4965-20.8287
CIE-Lab46.968335.8889-25.6881

#96599b color RGB value is (150,89,155).

#96599b hex color red value is 150, green value is 89 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #96599b hue: 0.82 , saturation: 0.27 and the lightness value of 96599b is 0.48.

The process color (four color CMYK) of #96599b color hex is 0.03, 0.43, 0.00, 0.39. Web safe color of #96599b is #996699. Color #96599b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011001 10011011
Octal 226 131 233
Decimal 150 89 155
Hex 96 59 9B

RGB Percentages of Color #96599b

%38.07
%22.59
%39.34

CMYK Percentages of Color #96599b

%3
%43
%0
%39

Triadic Colors of #96599b

#96599b #9b9659 #599b96

Analogous Colors of #96599b

#96599b #9b597f #75599b

Monochromatic Colors of #96599b

#96599b

Complementary Color

#96599b #5e9b59

#96599b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96599b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96599b Color CSS Codes

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

#96599b Text Font Color

<p style="color:#96599b">Text here</p>

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


#96599b Background Color

<div style="background-color:#96599b">
Div content here</div>

This div background color is #96599b


#96599b Border Color

<div style="border:3px solid #96599b">
Div here</div>

This div border color is #96599b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,89,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96599b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96599b;
  -webkit-box-shadow: 1px 1px 3px 2px #96599b;
  box-shadow:         1px 1px 3px 2px #96599b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96599b


Comments

No comments written yet.

Please login to write comment.