COLOR #9C6D93

HEX: #9C6D93
RGB: (156,109,147)

Color info

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

RGB color model

#9C6D93 color RGB value is (156,109,147).

  • red value is 156;
  • green value is 109;
  • blue value is 147.
RGB:
(156,109,147)
(61%,43%,58%)

RGB channels and saturation

R 156 of 255 = 61%
G 109 of 255 = 43%
B 147 of 255 = 58%

156
109
147

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

Portions of RGB colors in percentages

R + G + B =
156 + 109 + 147 = 412 (100%)
R 156 of 412 ~ 37.86%
G 109 of 412 ~ 26.46%
B 147 of 412 ~ 35.68%

%37.86
%26.46
%35.68

CMYK color model

#9C6D93 color CMYK value is (0,30,6,39).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK:
(0,30,6,39)
C0M30Y6K39 
(0%,30%,6%,39%)
(0.00/0.30/0.06/0.39)	

CMYK percentages

%0
%30.13
%5.77
%38.82

Codes

Color #9C6D93 in popluar color models

9C6D93
RGB156109147
HSL311°19.18%51.96%
HSB/HSV311°30.13%61.18%
CMYK0.00%30.13%5.77%
38.82%

Color #9C6D93 in popluar number systems.

HEX9C6D93
Decimal156109147
Binary10011100110110110010011
Octal234155223

Shades and tints

Shades of #9C6D93

#9C6D93
(156,109,147)
#8E6486
(142,100,134)
#805B79
(128,91,121)
#72526C
(114,82,108)
#64495F
(100,73,95)
#564052
(86,64,82)
#483745
(72,55,69)
#3A2E38
(58,46,56)
#2C252B
(44,37,43)
#1E1C1E
(30,28,30)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #9C6D93

#9C6D93
(156,109,147)
#A57A9C
(165,122,156)
#AE87A5
(174,135,165)
#B794AE
(183,148,174)
#C0A1B7
(192,161,183)
#C9AEC0
(201,174,192)
#D2BBC9
(210,187,201)
#DBC8D2
(219,200,210)
#E4D5DB
(228,213,219)
#EDE2E4
(237,226,228)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6D93 color. Also use rgb(156,109,147) instead hex code.

Text Font Color

.myTextColor { color: #9C6D93; }

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

This text font color is #9C6D93.


Background Color

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

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

This div background color is #9C6D93.


Border color

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

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

This div border color is #9C6D93.


Opacity

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

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

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

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

This text has shadow with #9C6D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6D93 on black background.


Color preview on white background

This text has color #9C6D93 on white background.



Black color preview on #9C6D93 background

This text has black color on #9C6D93 background.


White color preview on #9C6D93 background

This text has white color on #9C6D93 background.