COLOR #9C7BAE

HEX: #9C7BAE RGB: (156,123,174)

Color info

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

RGB color model

#9C7BAE color RGB value is (156,123,174).

RGB: (156,123,174) (61%, 48%, 68%)

RGB channels and saturation

R 156 of 255 = 61%
G 123 of 255 = 48%
B 174 of 255 = 68%

156
123
174

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

Portions of RGB colors in percentages

R + G + B = 156 + 123 + 174 = 453 (100%)
R 156 of 453 ~ 34.44%
G 123 of 453 ~ 27.15%
B 174 of 453 ~ 38.41'%

%34.44
%27.15
%38.41

CMYK color model

#9C7BAE color CMYK value is (10,29,0,32).

  • cyan value is 10.34%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (10,29,0,32) C10M29Y0K32 (10%,29%,0%,32%) (0.10/0.29/0.00/0.32) 

CMYK percentages

%10.34
%29.31
%0
%31.76

Codes

Color #9C7BAE in popluar color models

9C 7B AE
RGB 156 123 174
HSL 279° 23.94% 58.24%
HSB/HSV 279° 29.31% 68.24%
CMYK 10.34% 29.31% 0.00%
31.76%

Color #9C7BAE in popluar number systems.

HEX 9C 7B AE
Decimal 156 123 174
Binary 10011100 1111011 10101110
Octal 234 173 256

Shades and tints

Shades of #9C7BAE

#9C7BAE
(156,123,174)
#8E709F
(142,112,159)
#806590
(128,101,144)
#725A81
(114,90,129)
#644F72
(100,79,114)
#564463
(86,68,99)
#483954
(72,57,84)
#3A2E45
(58,46,69)
#2C2336
(44,35,54)
#1E1827
(30,24,39)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #9C7BAE

#9C7BAE
(156,123,174)
#A587B5
(165,135,181)
#AE93BC
(174,147,188)
#B79FC3
(183,159,195)
#C0ABCA
(192,171,202)
#C9B7D1
(201,183,209)
#D2C3D8
(210,195,216)
#DBCFDF
(219,207,223)
#E4DBE6
(228,219,230)
#EDE7ED
(237,231,237)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7BAE color. Also use rgb(156,123,174) instead hex code.

Text Font Color

.myTextColor { color: #9C7BAE; }

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

This text font color is #9C7BAE.

Background Color

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

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

This div background color is #9C7BAE.

Border color

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

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

This div border color is #9C7BAE.

Opacity

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

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

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

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

This text has shadow with #9C7BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7BAE.

Preview

Color preview on black background

This text has color #9C7BAE on black background.


Color preview on white background

This text has color #9C7BAE on white background.


Black color preview on #9C7BAE background

This text has black color on #9C7BAE background.


White color preview on #9C7BAE background

This text has white color on #9C7BAE background.


Related colors

Complementary color

Complementary color for #hex is #638451.


I love getcolorcode.com

Triadic colors

1 #AE9C7B and #7BAE9C with #9C7BAE are triadic colors.

2 #AE7B9C and #7B9CAE with #9C7BAE are triadic colors.