Color Hex Logo

#9c5997 Color Hex

#9C5997
(156,89,151)
0 Favorites   0 Comments

Color spaces of #9c5997

RGB 15689151
HSL0.850.270.48
HSV304°43°61°
CMYK 0.000.430.03   0.39
XYZ22.868616.447031.2474
Yxy16.44700.32410.2331
Hunter Lab40.554929.6837-17.2943
CIE-Lab47.555637.0369-22.3426

#9c5997 color RGB value is (156,89,151).

#9c5997 hex color red value is 156, green value is 89 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #9c5997 hue: 0.85 , saturation: 0.27 and the lightness value of 9c5997 is 0.48.

The process color (four color CMYK) of #9c5997 color hex is 0.00, 0.43, 0.03, 0.39. Web safe color of #9c5997 is #996699. Color #9c5997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01011001 10010111
Octal 234 131 227
Decimal 156 89 151
Hex 9C 59 97

RGB Percentages of Color #9c5997

%39.39
%22.47
%38.13

CMYK Percentages of Color #9c5997

%0
%43
%3
%39

Triadic Colors of #9c5997

#9c5997 #979c59 #59979c

Analogous Colors of #9c5997

#9c5997 #9c5976 #80599c

Monochromatic Colors of #9c5997

#9c5997

Complementary Color

#9c5997 #599c5e

#9c5997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5997 Color CSS Codes

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

#9c5997 Text Font Color

<p style="color:#9c5997">Text here</p>

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


#9c5997 Background Color

<div style="background-color:#9c5997">
Div content here</div>

This div background color is #9c5997


#9c5997 Border Color

<div style="border:3px solid #9c5997">
Div here</div>

This div border color is #9c5997


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,89,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c5997; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c5997;
  -webkit-box-shadow: 1px 1px 3px 2px #9c5997;
  box-shadow:         1px 1px 3px 2px #9c5997; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5997


Comments

No comments written yet.

Please login to write comment.