Color Hex Logo

#96579b Color Hex

#96579B
(150,87,155)
0 Favorites   0 Comments

Color spaces of #96579b

RGB 15087155
HSL0.820.280.47
HSV296°44°61°
CMYK 0.030.440.00   0.39
XYZ21.902315.667032.8800
Yxy15.66700.31090.2224
Hunter Lab39.581629.5045-21.5445
CIE-Lab46.534536.9946-26.3617

#96579b color RGB value is (150,87,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010111 10011011
Octal 226 127 233
Decimal 150 87 155
Hex 96 57 9B

RGB Percentages of Color #96579b

%38.27
%22.19
%39.54

CMYK Percentages of Color #96579b

%3
%44
%0
%39

Triadic Colors of #96579b

#96579b #9b9657 #579b96

Analogous Colors of #96579b

#96579b #9b577e #74579b

Monochromatic Colors of #96579b

#96579b

Complementary Color

#96579b #5c9b57

#96579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96579b Color CSS Codes

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

#96579b Text Font Color

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

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


#96579b Background Color

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

This div background color is #96579b


#96579b Border Color

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

This div border color is #96579b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,87,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 #96579b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96579b


Comments

No comments written yet.

Please login to write comment.