COLOR #9E7CAA

HEX: #9E7CAA RGB: (158,124,170)

Color info

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

RGB color model

#9E7CAA color RGB value is (158,124,170).

RGB: (158,124,170) (62%, 49%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 124 of 255 = 49%
B 170 of 255 = 67%

158
124
170

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

Portions of RGB colors in percentages

R + G + B = 158 + 124 + 170 = 452 (100%)
R 158 of 452 ~ 34.96%
G 124 of 452 ~ 27.43%
B 170 of 452 ~ 37.61'%

%34.96
%27.43
%37.61

CMYK color model

#9E7CAA color CMYK value is (7,27,0,33).

  • cyan value is 7.06%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (7,27,0,33)
C7M27Y0K33 (7%, 27%, 0%, 33%)
(0.07 / 0.27 / 0.00 / 0.33)

CMYK percentages

%7.06
%27.06
%0
%33.33

Codes

Color #9E7CAA in popluar color models

9E 7C AA
RGB 158 124 170
HSL 284° 21.30% 57.65%
HSB/HSV 284° 27.06% 66.67%
CMYK 7.06% 27.06% 0.00%
33.33%

Color #9E7CAA in popluar number systems.

HEX 9E 7C AA
Decimal 158 124 170
Binary 10011110 1111100 10101010
Octal 236 174 252

Shades and tints

Shades of #9E7CAA

#9E7CAA
(158,124,170)
#90719B
(144,113,155)
#82668C
(130,102,140)
#745B7D
(116,91,125)
#66506E
(102,80,110)
#58455F
(88,69,95)
#4A3A50
(74,58,80)
#3C2F41
(60,47,65)
#2E2432
(46,36,50)
#201923
(32,25,35)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #9E7CAA

#9E7CAA
(158,124,170)
#A687B1
(166,135,177)
#AE92B8
(174,146,184)
#B69DBF
(182,157,191)
#BEA8C6
(190,168,198)
#C6B3CD
(198,179,205)
#CEBED4
(206,190,212)
#D6C9DB
(214,201,219)
#DED4E2
(222,212,226)
#E6DFE9
(230,223,233)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7CAA color. Also use rgb(158,124,170) instead hex code.

Text Font Color

.myTextColor { color: #9E7CAA; }

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

This text font color is #9E7CAA.

Background Color

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

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

This div background color is #9E7CAA.

Border color

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

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

This div border color is #9E7CAA.

Opacity

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

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

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

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

This text has shadow with #9E7CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7CAA.

Preview

Color preview on black background

This text has color #9E7CAA on black background.


Color preview on white background

This text has color #9E7CAA on white background.


Black color preview on #9E7CAA background

This text has black color on #9E7CAA background.


White color preview on #9E7CAA background

This text has white color on #9E7CAA background.


Related colors

Complementary color

Complementary color for #hex is #618355.


I love getcolorcode.com

Triadic colors

1 #AA9E7C and #7CAA9E with #9E7CAA are triadic colors.

2 #AA7C9E and #7C9EAA with #9E7CAA are triadic colors.