COLOR #9C6881

HEX: #9C6881 RGB: (156,104,129)

Color info

#9C6881 contains red, green and blue colors in about the same proportion. Web safe color of #9C6881 is #996699 (or #969).

RGB color model

#9C6881 color RGB value is (156,104,129).

RGB: (156,104,129) (61%, 41%, 51%)

RGB channels and saturation

R 156 of 255 = 61%
G 104 of 255 = 41%
B 129 of 255 = 51%

156
104
129

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

Portions of RGB colors in percentages

R + G + B = 156 + 104 + 129 = 389 (100%)
R 156 of 389 ~ 40.1%
G 104 of 389 ~ 26.74%
B 129 of 389 ~ 33.16'%

%40.1
%26.74
%33.16

CMYK color model

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

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

CMYK: (0,33,17,39)
C0M33Y17K39 (0%, 33%, 17%, 39%)
(0.00 / 0.33 / 0.17 / 0.39)

CMYK percentages

%0
%33.33
%17.31
%38.82

Codes

Color #9C6881 in popluar color models

9C 68 81
RGB 156 104 129
HSL 331° 20.80% 50.98%
HSB/HSV 331° 33.33% 61.18%
CMYK 0.00% 33.33% 17.31%
38.82%

Color #9C6881 in popluar number systems.

HEX 9C 68 81
Decimal 156 104 129
Binary 10011100 1101000 10000001
Octal 234 150 201

Shades and tints

Shades of #9C6881

#9C6881
(156,104,129)
#8E5F76
(142,95,118)
#80566B
(128,86,107)
#724D60
(114,77,96)
#644455
(100,68,85)
#563B4A
(86,59,74)
#48323F
(72,50,63)
#3A2934
(58,41,52)
#2C2029
(44,32,41)
#1E171E
(30,23,30)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #9C6881

#9C6881
(156,104,129)
#A5758C
(165,117,140)
#AE8297
(174,130,151)
#B78FA2
(183,143,162)
#C09CAD
(192,156,173)
#C9A9B8
(201,169,184)
#D2B6C3
(210,182,195)
#DBC3CE
(219,195,206)
#E4D0D9
(228,208,217)
#EDDDE4
(237,221,228)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6881; }

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

This text font color is #9C6881.

Background Color

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

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

This div background color is #9C6881.

Border color

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

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

This div border color is #9C6881.

Opacity

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

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

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

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

This text has shadow with #9C6881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6881.

Preview

Color preview on black background

This text has color #9C6881 on black background.


Color preview on white background

This text has color #9C6881 on white background.


Black color preview on #9C6881 background

This text has black color on #9C6881 background.


White color preview on #9C6881 background

This text has white color on #9C6881 background.


Related colors

Complementary color

Complementary color for #hex is #63977E.


I love getcolorcode.com

Triadic colors

1 #819C68 and #68819C with #9C6881 are triadic colors.

2 #81689C and #689C81 with #9C6881 are triadic colors.