COLOR #9C5F81

HEX: #9C5F81 RGB: (156,95,129)

Color info

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

RGB color model

#9C5F81 color RGB value is (156,95,129).

RGB: (156,95,129) (61%, 37%, 51%)

RGB channels and saturation

R 156 of 255 = 61%
G 95 of 255 = 37%
B 129 of 255 = 51%

156
95
129

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

Portions of RGB colors in percentages

R + G + B = 156 + 95 + 129 = 380 (100%)
R 156 of 380 ~ 41.05%
G 95 of 380 ~ 25%
B 129 of 380 ~ 33.95'%

%41.05
%25
%33.95

CMYK color model

#9C5F81 color CMYK value is (0,39,17,39).

  • cyan value is 0.00%
  • magenta value is 39.10%
  • yellow value is 17.31%
  • key color value is 38.82%

CMYK: (0,39,17,39)
C0M39Y17K39 (0%, 39%, 17%, 39%)
(0.00 / 0.39 / 0.17 / 0.39)

CMYK percentages

%0
%39.1
%17.31
%38.82

Codes

Color #9C5F81 in popluar color models

9C 5F 81
RGB 156 95 129
HSL 327° 24.30% 49.22%
HSB/HSV 327° 39.10% 61.18%
CMYK 0.00% 39.10% 17.31%
38.82%

Color #9C5F81 in popluar number systems.

HEX 9C 5F 81
Decimal 156 95 129
Binary 10011100 1011111 10000001
Octal 234 137 201

Shades and tints

Shades of #9C5F81

#9C5F81
(156,95,129)
#8E5776
(142,87,118)
#804F6B
(128,79,107)
#724760
(114,71,96)
#643F55
(100,63,85)
#56374A
(86,55,74)
#482F3F
(72,47,63)
#3A2734
(58,39,52)
#2C1F29
(44,31,41)
#1E171E
(30,23,30)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #9C5F81

#9C5F81
(156,95,129)
#A56D8C
(165,109,140)
#AE7B97
(174,123,151)
#B789A2
(183,137,162)
#C097AD
(192,151,173)
#C9A5B8
(201,165,184)
#D2B3C3
(210,179,195)
#DBC1CE
(219,193,206)
#E4CFD9
(228,207,217)
#EDDDE4
(237,221,228)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5F81 color. Also use rgb(156,95,129) instead hex code.

Text Font Color

.myTextColor { color: #9C5F81; }

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

This text font color is #9C5F81.

Background Color

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

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

This div background color is #9C5F81.

Border color

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

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

This div border color is #9C5F81.

Opacity

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

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

Text with #9C5F81 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 #9C5F81;}

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

This text has shadow with #9C5F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C5F81.

Preview

Color preview on black background

This text has color #9C5F81 on black background.


Color preview on white background

This text has color #9C5F81 on white background.


Black color preview on #9C5F81 background

This text has black color on #9C5F81 background.


White color preview on #9C5F81 background

This text has white color on #9C5F81 background.


Related colors

Complementary color

Complementary color for #hex is #63A07E.


I love getcolorcode.com

Triadic colors

1 #819C5F and #5F819C with #9C5F81 are triadic colors.

2 #815F9C and #5F9C81 with #9C5F81 are triadic colors.