COLOR #9C6C8D

HEX: #9C6C8D
RGB: (156,108,141)

Color info

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

RGB color model

#9C6C8D color RGB value is (156,108,141).

  • red value is 156;
  • green value is 108;
  • blue value is 141.
RGB:
(156,108,141)
(61%,42%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 141 of 255 = 55%

156
108
141

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 141 = 405 (100%)
R 156 of 405 ~ 38.52%
G 108 of 405 ~ 26.67%
B 141 of 405 ~ 34.81%

%38.52
%26.67
%34.81

CMYK color model

#9C6C8D color CMYK value is (0,31,10,39).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(0,31,10,39)
C0M31Y10K39 
(0%,31%,10%,39%)
(0.00/0.31/0.10/0.39)	

CMYK percentages

%0
%30.77
%9.62
%38.82

Codes

Color #9C6C8D in popluar color models

9C6C8D
RGB156108141
HSL319°19.51%51.76%
HSB/HSV319°30.77%61.18%
CMYK0.00%30.77%9.62%
38.82%

Color #9C6C8D in popluar number systems.

HEX9C6C8D
Decimal156108141
Binary10011100110110010001101
Octal234154215

Shades and tints

Shades of #9C6C8D

#9C6C8D
(156,108,141)
#8E6381
(142,99,129)
#805A75
(128,90,117)
#725169
(114,81,105)
#64485D
(100,72,93)
#563F51
(86,63,81)
#483645
(72,54,69)
#3A2D39
(58,45,57)
#2C242D
(44,36,45)
#1E1B21
(30,27,33)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #9C6C8D

#9C6C8D
(156,108,141)
#A57997
(165,121,151)
#AE86A1
(174,134,161)
#B793AB
(183,147,171)
#C0A0B5
(192,160,181)
#C9ADBF
(201,173,191)
#D2BAC9
(210,186,201)
#DBC7D3
(219,199,211)
#E4D4DD
(228,212,221)
#EDE1E7
(237,225,231)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6C8D color. Also use rgb(156,108,141) instead hex code.

Text Font Color

.myTextColor { color: #9C6C8D; }

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

This text font color is #9C6C8D.


Background Color

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

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

This div background color is #9C6C8D.


Border color

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

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

This div border color is #9C6C8D.


Opacity

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

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

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

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

This text has shadow with #9C6C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C8D on black background.


Color preview on white background

This text has color #9C6C8D on white background.



Black color preview on #9C6C8D background

This text has black color on #9C6C8D background.


White color preview on #9C6C8D background

This text has white color on #9C6C8D background.