COLOR #9C5991

HEX: #9C5991
RGB: (156,89,145)

Color info

#9C5991 contains mainly red and blue colors. Web safe color of #9C5991 is #996699 (or #969).

RGB color model

#9C5991 color RGB value is (156,89,145).

  • red value is 156;
  • green value is 89;
  • blue value is 145.
RGB:
(156,89,145)
(61%,35%,57%)

RGB channels and saturation

R 156 of 255 = 61%
G 89 of 255 = 35%
B 145 of 255 = 57%

156
89
145

R + G + B ~ 51%. #9C5991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 89 + 145 = 390 (100%)
R 156 of 390 ~ 40%
G 89 of 390 ~ 22.82%
B 145 of 390 ~ 37.18%

%40
%22.82
%37.18

CMYK color model

#9C5991 color CMYK value is (0,43,7,39).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 7.05%
  • key color value is 38.82%
CMYK:
(0,43,7,39)
C0M43Y7K39 
(0%,43%,7%,39%)
(0.00/0.43/0.07/0.39)	

CMYK percentages

%0
%42.95
%7.05
%38.82

Codes

Color #9C5991 in popluar color models

9C5991
RGB15689145
HSL310°27.35%48.04%
HSB/HSV310°42.95%61.18%
CMYK0.00%42.95%7.05%
38.82%

Color #9C5991 in popluar number systems.

HEX9C5991
Decimal15689145
Binary10011100101100110010001
Octal234131221

Shades and tints

Shades of #9C5991

#9C5991
(156,89,145)
#8E5184
(142,81,132)
#804977
(128,73,119)
#72416A
(114,65,106)
#64395D
(100,57,93)
#563150
(86,49,80)
#482943
(72,41,67)
#3A2136
(58,33,54)
#2C1929
(44,25,41)
#1E111C
(30,17,28)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #9C5991

#9C5991
(156,89,145)
#A5689B
(165,104,155)
#AE77A5
(174,119,165)
#B786AF
(183,134,175)
#C095B9
(192,149,185)
#C9A4C3
(201,164,195)
#D2B3CD
(210,179,205)
#DBC2D7
(219,194,215)
#E4D1E1
(228,209,225)
#EDE0EB
(237,224,235)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5991 color. Also use rgb(156,89,145) instead hex code.

Text Font Color

.myTextColor { color: #9C5991; }

<p style="color:#9C5991">This sample text font color is #9C5991.</p>

This text font color is #9C5991.


Background Color

.myBgColor { background-color: #9C5991; }

<div style="background-color:#9C5991">Inner text</div>

This div background color is #9C5991.


Border color

.myBorderColor { border: 1px solid #9C5991; }

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

This div border color is #9C5991.


Opacity

.myOpacity80 { color: #9C5991; opacity: 0.8; }

<p style="color:#9C5991;opacity:0.8;">80%</p>

Text with #9C5991 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9C5991;}

<p style="text-shadow: 3px 3px 1px #9C5991">Text here.</p>

This text has shadow with #9C5991 color.

.textShadow {text-shadow: 3px 3px 1px #9C5991, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9C5991, 5px 5px 20px red">Text here.</p>

This text has shadow with #9C5991 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C5991, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9C5991, Direction=45, Strength=4)">Text</p>

This text has shadow with #9C5991 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9C5991;
  -webkit-box-shadow:	1px 1px 3px 2px #9C5991;
  box-shadow:		1px 1px 3px 2px #9C5991;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C5991;
-webkit-box-shadow: 1px 1px 3px 2px #9C5991;
box-shadow:1px 1px 3px 2px #9C5991;">
Div content here</div>
This div box has shadow with color #9C5991.

Preview

Color preview on black background

This text has color #9C5991 on black background.


Color preview on white background

This text has color #9C5991 on white background.



Black color preview on #9C5991 background

This text has black color on #9C5991 background.


White color preview on #9C5991 background

This text has white color on #9C5991 background.