COLOR #9C6B9A

HEX: #9C6B9A
RGB: (156,107,154)

Color info

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

RGB color model

#9C6B9A color RGB value is (156,107,154).

  • red value is 156;
  • green value is 107;
  • blue value is 154.
RGB:
(156,107,154)
(61%,42%,60%)

RGB channels and saturation

R 156 of 255 = 61%
G 107 of 255 = 42%
B 154 of 255 = 60%

156
107
154

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

Portions of RGB colors in percentages

R + G + B =
156 + 107 + 154 = 417 (100%)
R 156 of 417 ~ 37.41%
G 107 of 417 ~ 25.66%
B 154 of 417 ~ 36.93%

%37.41
%25.66
%36.93

CMYK color model

#9C6B9A color CMYK value is (0,31,1,39).

  • cyan value is 0.00%
  • magenta value is 31.41%
  • yellow value is 1.28%
  • key color value is 38.82%
CMYK:
(0,31,1,39)
C0M31Y1K39 
(0%,31%,1%,39%)
(0.00/0.31/0.01/0.39)	

CMYK percentages

%0
%31.41
%1.28
%38.82

Codes

Color #9C6B9A in popluar color models

9C6B9A
RGB156107154
HSL302°19.84%51.57%
HSB/HSV302°31.41%61.18%
CMYK0.00%31.41%1.28%
38.82%

Color #9C6B9A in popluar number systems.

HEX9C6B9A
Decimal156107154
Binary10011100110101110011010
Octal234153232

Shades and tints

Shades of #9C6B9A

#9C6B9A
(156,107,154)
#8E628C
(142,98,140)
#80597E
(128,89,126)
#725070
(114,80,112)
#644762
(100,71,98)
#563E54
(86,62,84)
#483546
(72,53,70)
#3A2C38
(58,44,56)
#2C232A
(44,35,42)
#1E1A1C
(30,26,28)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #9C6B9A

#9C6B9A
(156,107,154)
#A578A3
(165,120,163)
#AE85AC
(174,133,172)
#B792B5
(183,146,181)
#C09FBE
(192,159,190)
#C9ACC7
(201,172,199)
#D2B9D0
(210,185,208)
#DBC6D9
(219,198,217)
#E4D3E2
(228,211,226)
#EDE0EB
(237,224,235)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6B9A color. Also use rgb(156,107,154) instead hex code.

Text Font Color

.myTextColor { color: #9C6B9A; }

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

This text font color is #9C6B9A.


Background Color

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

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

This div background color is #9C6B9A.


Border color

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

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

This div border color is #9C6B9A.


Opacity

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

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

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

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

This text has shadow with #9C6B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6B9A on black background.


Color preview on white background

This text has color #9C6B9A on white background.



Black color preview on #9C6B9A background

This text has black color on #9C6B9A background.


White color preview on #9C6B9A background

This text has white color on #9C6B9A background.