COLOR #9C6581

HEX: #9C6581
RGB: (156,101,129)

Color info

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

RGB color model

#9C6581 color RGB value is (156,101,129).

  • red value is 156;
  • green value is 101;
  • blue value is 129.
RGB:
(156,101,129)
(61%,40%,51%)

RGB channels and saturation

R 156 of 255 = 61%
G 101 of 255 = 40%
B 129 of 255 = 51%

156
101
129

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

Portions of RGB colors in percentages

R + G + B =
156 + 101 + 129 = 386 (100%)
R 156 of 386 ~ 40.41%
G 101 of 386 ~ 26.17%
B 129 of 386 ~ 33.42%

%40.41
%26.17
%33.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 17.31%
  • key color value is 38.82%
CMYK:
(0,35,17,39)
C0M35Y17K39 
(0%,35%,17%,39%)
(0.00/0.35/0.17/0.39)	

CMYK percentages

%0
%35.26
%17.31
%38.82

Codes

Color #9C6581 in popluar color models

9C6581
RGB156101129
HSL329°21.74%50.39%
HSB/HSV329°35.26%61.18%
CMYK0.00%35.26%17.31%
38.82%

Color #9C6581 in popluar number systems.

HEX9C6581
Decimal156101129
Binary10011100110010110000001
Octal234145201

Shades and tints

Shades of #9C6581

#9C6581
(156,101,129)
#8E5C76
(142,92,118)
#80536B
(128,83,107)
#724A60
(114,74,96)
#644155
(100,65,85)
#56384A
(86,56,74)
#482F3F
(72,47,63)
#3A2634
(58,38,52)
#2C1D29
(44,29,41)
#1E141E
(30,20,30)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #9C6581

#9C6581
(156,101,129)
#A5738C
(165,115,140)
#AE8197
(174,129,151)
#B78FA2
(183,143,162)
#C09DAD
(192,157,173)
#C9ABB8
(201,171,184)
#D2B9C3
(210,185,195)
#DBC7CE
(219,199,206)
#E4D5D9
(228,213,217)
#EDE3E4
(237,227,228)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6581; }

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

This text font color is #9C6581.


Background Color

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

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

This div background color is #9C6581.


Border color

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

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

This div border color is #9C6581.


Opacity

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

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

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

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

This text has shadow with #9C6581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6581 on black background.


Color preview on white background

This text has color #9C6581 on white background.



Black color preview on #9C6581 background

This text has black color on #9C6581 background.


White color preview on #9C6581 background

This text has white color on #9C6581 background.