COLOR #9C7AA6

HEX: #9C7AA6 RGB: (156,122,166)

Color info

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

RGB color model

#9C7AA6 color RGB value is (156,122,166).

RGB: (156,122,166) (61%, 48%, 65%)

RGB channels and saturation

R 156 of 255 = 61%
G 122 of 255 = 48%
B 166 of 255 = 65%

156
122
166

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

Portions of RGB colors in percentages

R + G + B = 156 + 122 + 166 = 444 (100%)
R 156 of 444 ~ 35.14%
G 122 of 444 ~ 27.48%
B 166 of 444 ~ 37.39'%

%35.14
%27.48
%37.39

CMYK color model

#9C7AA6 color CMYK value is (6,27,0,35).

  • cyan value is 6.02%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (6,27,0,35)
C6M27Y0K35 (6%, 27%, 0%, 35%)
(0.06 / 0.27 / 0.00 / 0.35)

CMYK percentages

%6.02
%26.51
%0
%34.9

Codes

Color #9C7AA6 in popluar color models

9C 7A A6
RGB 156 122 166
HSL 286° 19.82% 56.47%
HSB/HSV 286° 26.51% 65.10%
CMYK 6.02% 26.51% 0.00%
34.90%

Color #9C7AA6 in popluar number systems.

HEX 9C 7A A6
Decimal 156 122 166
Binary 10011100 1111010 10100110
Octal 234 172 246

Shades and tints

Shades of #9C7AA6

#9C7AA6
(156,122,166)
#8E6F97
(142,111,151)
#806488
(128,100,136)
#725979
(114,89,121)
#644E6A
(100,78,106)
#56435B
(86,67,91)
#48384C
(72,56,76)
#3A2D3D
(58,45,61)
#2C222E
(44,34,46)
#1E171F
(30,23,31)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #9C7AA6

#9C7AA6
(156,122,166)
#A586AE
(165,134,174)
#AE92B6
(174,146,182)
#B79EBE
(183,158,190)
#C0AAC6
(192,170,198)
#C9B6CE
(201,182,206)
#D2C2D6
(210,194,214)
#DBCEDE
(219,206,222)
#E4DAE6
(228,218,230)
#EDE6EE
(237,230,238)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7AA6 color. Also use rgb(156,122,166) instead hex code.

Text Font Color

.myTextColor { color: #9C7AA6; }

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

This text font color is #9C7AA6.

Background Color

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

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

This div background color is #9C7AA6.

Border color

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

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

This div border color is #9C7AA6.

Opacity

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

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

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

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

This text has shadow with #9C7AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7AA6.

Preview

Color preview on black background

This text has color #9C7AA6 on black background.


Color preview on white background

This text has color #9C7AA6 on white background.


Black color preview on #9C7AA6 background

This text has black color on #9C7AA6 background.


White color preview on #9C7AA6 background

This text has white color on #9C7AA6 background.


Related colors

Complementary color

Complementary color for #hex is #638559.


I love getcolorcode.com

Triadic colors

1 #A69C7A and #7AA69C with #9C7AA6 are triadic colors.

2 #A67A9C and #7A9CA6 with #9C7AA6 are triadic colors.