COLOR #9C6AA7

HEX: #9C6AA7
RGB: (156,106,167)

Color info

#9C6AA7 contains mainly red and blue colors. Web safe color of #9C6AA7 is #996699 (or #969).

RGB color model

#9C6AA7 color RGB value is (156,106,167).

  • red value is 156;
  • green value is 106;
  • blue value is 167.
RGB:
(156,106,167)
(61%,42%,65%)

RGB channels and saturation

R 156 of 255 = 61%
G 106 of 255 = 42%
B 167 of 255 = 65%

156
106
167

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

Portions of RGB colors in percentages

R + G + B =
156 + 106 + 167 = 429 (100%)
R 156 of 429 ~ 36.36%
G 106 of 429 ~ 24.71%
B 167 of 429 ~ 38.93%

%36.36
%24.71
%38.93

CMYK color model

#9C6AA7 color CMYK value is (7,37,0,35).

  • cyan value is 6.59%
  • magenta value is 36.53%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(7,37,0,35)
C7M37Y0K35 
(7%,37%,0%,35%)
(0.07/0.37/0.00/0.35)	

CMYK percentages

%6.59
%36.53
%0
%34.51

Codes

Color #9C6AA7 in popluar color models

9C6AA7
RGB156106167
HSL289°25.74%53.53%
HSB/HSV289°36.53%65.49%
CMYK6.59%36.53%0.00%
34.51%

Color #9C6AA7 in popluar number systems.

HEX9C6AA7
Decimal156106167
Binary10011100110101010100111
Octal234152247

Shades and tints

Shades of #9C6AA7

#9C6AA7
(156,106,167)
#8E6198
(142,97,152)
#805889
(128,88,137)
#724F7A
(114,79,122)
#64466B
(100,70,107)
#563D5C
(86,61,92)
#48344D
(72,52,77)
#3A2B3E
(58,43,62)
#2C222F
(44,34,47)
#1E1920
(30,25,32)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #9C6AA7

#9C6AA7
(156,106,167)
#A577AF
(165,119,175)
#AE84B7
(174,132,183)
#B791BF
(183,145,191)
#C09EC7
(192,158,199)
#C9ABCF
(201,171,207)
#D2B8D7
(210,184,215)
#DBC5DF
(219,197,223)
#E4D2E7
(228,210,231)
#EDDFEF
(237,223,239)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6AA7 color. Also use rgb(156,106,167) instead hex code.

Text Font Color

.myTextColor { color: #9C6AA7; }

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

This text font color is #9C6AA7.


Background Color

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

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

This div background color is #9C6AA7.


Border color

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

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

This div border color is #9C6AA7.


Opacity

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

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

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

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

This text has shadow with #9C6AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6AA7 on black background.


Color preview on white background

This text has color #9C6AA7 on white background.



Black color preview on #9C6AA7 background

This text has black color on #9C6AA7 background.


White color preview on #9C6AA7 background

This text has white color on #9C6AA7 background.