COLOR #9E7496

HEX: #9E7496 RGB: (158,116,150)

Color info

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

RGB color model

#9E7496 color RGB value is (158,116,150).

RGB: (158,116,150) (62%, 45%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 116 of 255 = 45%
B 150 of 255 = 59%

158
116
150

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

Portions of RGB colors in percentages

R + G + B = 158 + 116 + 150 = 424 (100%)
R 158 of 424 ~ 37.26%
G 116 of 424 ~ 27.36%
B 150 of 424 ~ 35.38'%

%37.26
%27.36
%35.38

CMYK color model

#9E7496 color CMYK value is (0,27,5,38).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 5.06%
  • key color value is 38.04%

CMYK: (0,27,5,38)
C0M27Y5K38 (0%, 27%, 5%, 38%)
(0.00 / 0.27 / 0.05 / 0.38)

CMYK percentages

%0
%26.58
%5.06
%38.04

Codes

Color #9E7496 in popluar color models

9E 74 96
RGB 158 116 150
HSL 311° 17.80% 53.73%
HSB/HSV 311° 26.58% 61.96%
CMYK 0.00% 26.58% 5.06%
38.04%

Color #9E7496 in popluar number systems.

HEX 9E 74 96
Decimal 158 116 150
Binary 10011110 1110100 10010110
Octal 236 164 226

Shades and tints

Shades of #9E7496

#9E7496
(158,116,150)
#906A89
(144,106,137)
#82607C
(130,96,124)
#74566F
(116,86,111)
#664C62
(102,76,98)
#584255
(88,66,85)
#4A3848
(74,56,72)
#3C2E3B
(60,46,59)
#2E242E
(46,36,46)
#201A21
(32,26,33)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #9E7496

#9E7496
(158,116,150)
#A6809F
(166,128,159)
#AE8CA8
(174,140,168)
#B698B1
(182,152,177)
#BEA4BA
(190,164,186)
#C6B0C3
(198,176,195)
#CEBCCC
(206,188,204)
#D6C8D5
(214,200,213)
#DED4DE
(222,212,222)
#E6E0E7
(230,224,231)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7496 color. Also use rgb(158,116,150) instead hex code.

Text Font Color

.myTextColor { color: #9E7496; }

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

This text font color is #9E7496.

Background Color

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

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

This div background color is #9E7496.

Border color

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

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

This div border color is #9E7496.

Opacity

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

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

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

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

This text has shadow with #9E7496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7496.

Preview

Color preview on black background

This text has color #9E7496 on black background.


Color preview on white background

This text has color #9E7496 on white background.


Black color preview on #9E7496 background

This text has black color on #9E7496 background.


White color preview on #9E7496 background

This text has white color on #9E7496 background.


Related colors

Complementary color

Complementary color for #hex is #618B69.


I love getcolorcode.com

Triadic colors

1 #969E74 and #74969E with #9E7496 are triadic colors.

2 #96749E and #749E96 with #9E7496 are triadic colors.