COLOR #9C6596

HEX: #9C6596
RGB: (156,101,150)

Color info

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

RGB color model

#9C6596 color RGB value is (156,101,150).

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

RGB channels and saturation

R 156 of 255 = 61%
G 101 of 255 = 40%
B 150 of 255 = 59%

156
101
150

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

Portions of RGB colors in percentages

R + G + B =
156 + 101 + 150 = 407 (100%)
R 156 of 407 ~ 38.33%
G 101 of 407 ~ 24.82%
B 150 of 407 ~ 36.86%

%38.33
%24.82
%36.86

CMYK color model

#9C6596 color CMYK value is (0,35,4,39).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 3.85%
  • key color value is 38.82%
CMYK:
(0,35,4,39)
C0M35Y4K39 
(0%,35%,4%,39%)
(0.00/0.35/0.04/0.39)	

CMYK percentages

%0
%35.26
%3.85
%38.82

Codes

Color #9C6596 in popluar color models

9C6596
RGB156101150
HSL307°21.74%50.39%
HSB/HSV307°35.26%61.18%
CMYK0.00%35.26%3.85%
38.82%

Color #9C6596 in popluar number systems.

HEX9C6596
Decimal156101150
Binary10011100110010110010110
Octal234145226

Shades and tints

Shades of #9C6596

#9C6596
(156,101,150)
#8E5C89
(142,92,137)
#80537C
(128,83,124)
#724A6F
(114,74,111)
#644162
(100,65,98)
#563855
(86,56,85)
#482F48
(72,47,72)
#3A263B
(58,38,59)
#2C1D2E
(44,29,46)
#1E1421
(30,20,33)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #9C6596

#9C6596
(156,101,150)
#A5739F
(165,115,159)
#AE81A8
(174,129,168)
#B78FB1
(183,143,177)
#C09DBA
(192,157,186)
#C9ABC3
(201,171,195)
#D2B9CC
(210,185,204)
#DBC7D5
(219,199,213)
#E4D5DE
(228,213,222)
#EDE3E7
(237,227,231)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6596; }

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

This text font color is #9C6596.


Background Color

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

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

This div background color is #9C6596.


Border color

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

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

This div border color is #9C6596.


Opacity

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

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

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

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

This text has shadow with #9C6596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6596 on black background.


Color preview on white background

This text has color #9C6596 on white background.



Black color preview on #9C6596 background

This text has black color on #9C6596 background.


White color preview on #9C6596 background

This text has white color on #9C6596 background.