COLOR #9C7EAF

HEX: #9C7EAF RGB: (156,126,175)

Color info

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

RGB color model

#9C7EAF color RGB value is (156,126,175).

RGB: (156,126,175) (61%, 49%, 69%)

RGB channels and saturation

R 156 of 255 = 61%
G 126 of 255 = 49%
B 175 of 255 = 69%

156
126
175

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

Portions of RGB colors in percentages

R + G + B = 156 + 126 + 175 = 457 (100%)
R 156 of 457 ~ 34.14%
G 126 of 457 ~ 27.57%
B 175 of 457 ~ 38.29'%

%34.14
%27.57
%38.29

CMYK color model

#9C7EAF color CMYK value is (11,28,0,31).

  • cyan value is 10.86%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (11,28,0,31)
C11M28Y0K31 (11%, 28%, 0%, 31%)
(0.11 / 0.28 / 0.00 / 0.31)

CMYK percentages

%10.86
%28
%0
%31.37

Codes

Color #9C7EAF in popluar color models

9C 7E AF
RGB 156 126 175
HSL 277° 23.44% 59.02%
HSB/HSV 277° 28.00% 68.63%
CMYK 10.86% 28.00% 0.00%
31.37%

Color #9C7EAF in popluar number systems.

HEX 9C 7E AF
Decimal 156 126 175
Binary 10011100 1111110 10101111
Octal 234 176 257

Shades and tints

Shades of #9C7EAF

#9C7EAF
(156,126,175)
#8E73A0
(142,115,160)
#806891
(128,104,145)
#725D82
(114,93,130)
#645273
(100,82,115)
#564764
(86,71,100)
#483C55
(72,60,85)
#3A3146
(58,49,70)
#2C2637
(44,38,55)
#1E1B28
(30,27,40)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #9C7EAF

#9C7EAF
(156,126,175)
#A589B6
(165,137,182)
#AE94BD
(174,148,189)
#B79FC4
(183,159,196)
#C0AACB
(192,170,203)
#C9B5D2
(201,181,210)
#D2C0D9
(210,192,217)
#DBCBE0
(219,203,224)
#E4D6E7
(228,214,231)
#EDE1EE
(237,225,238)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7EAF color. Also use rgb(156,126,175) instead hex code.

Text Font Color

.myTextColor { color: #9C7EAF; }

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

This text font color is #9C7EAF.

Background Color

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

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

This div background color is #9C7EAF.

Border color

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

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

This div border color is #9C7EAF.

Opacity

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

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

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

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

This text has shadow with #9C7EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7EAF.

Preview

Color preview on black background

This text has color #9C7EAF on black background.


Color preview on white background

This text has color #9C7EAF on white background.


Black color preview on #9C7EAF background

This text has black color on #9C7EAF background.


White color preview on #9C7EAF background

This text has white color on #9C7EAF background.


Related colors

Complementary color

Complementary color for #hex is #638150.


I love getcolorcode.com

Triadic colors

1 #AF9C7E and #7EAF9C with #9C7EAF are triadic colors.

2 #AF7E9C and #7E9CAF with #9C7EAF are triadic colors.