COLOR #9E7195

HEX: #9E7195 RGB: (158,113,149)

Color info

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

RGB color model

#9E7195 color RGB value is (158,113,149).

RGB: (158,113,149) (62%, 44%, 58%)

RGB channels and saturation

R 158 of 255 = 62%
G 113 of 255 = 44%
B 149 of 255 = 58%

158
113
149

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

Portions of RGB colors in percentages

R + G + B = 158 + 113 + 149 = 420 (100%)
R 158 of 420 ~ 37.62%
G 113 of 420 ~ 26.9%
B 149 of 420 ~ 35.48'%

%37.62
%26.9
%35.48

CMYK color model

#9E7195 color CMYK value is (0,28,6,38).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 5.70%
  • key color value is 38.04%

CMYK: (0,28,6,38)
C0M28Y6K38 (0%, 28%, 6%, 38%)
(0.00 / 0.28 / 0.06 / 0.38)

CMYK percentages

%0
%28.48
%5.7
%38.04

Codes

Color #9E7195 in popluar color models

9E 71 95
RGB 158 113 149
HSL 312° 18.83% 53.14%
HSB/HSV 312° 28.48% 61.96%
CMYK 0.00% 28.48% 5.70%
38.04%

Color #9E7195 in popluar number systems.

HEX 9E 71 95
Decimal 158 113 149
Binary 10011110 1110001 10010101
Octal 236 161 225

Shades and tints

Shades of #9E7195

#9E7195
(158,113,149)
#906788
(144,103,136)
#825D7B
(130,93,123)
#74536E
(116,83,110)
#664961
(102,73,97)
#583F54
(88,63,84)
#4A3547
(74,53,71)
#3C2B3A
(60,43,58)
#2E212D
(46,33,45)
#201720
(32,23,32)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #9E7195

#9E7195
(158,113,149)
#A67D9E
(166,125,158)
#AE89A7
(174,137,167)
#B695B0
(182,149,176)
#BEA1B9
(190,161,185)
#C6ADC2
(198,173,194)
#CEB9CB
(206,185,203)
#D6C5D4
(214,197,212)
#DED1DD
(222,209,221)
#E6DDE6
(230,221,230)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7195 color. Also use rgb(158,113,149) instead hex code.

Text Font Color

.myTextColor { color: #9E7195; }

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

This text font color is #9E7195.

Background Color

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

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

This div background color is #9E7195.

Border color

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

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

This div border color is #9E7195.

Opacity

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

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

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

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

This text has shadow with #9E7195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7195.

Preview

Color preview on black background

This text has color #9E7195 on black background.


Color preview on white background

This text has color #9E7195 on white background.


Black color preview on #9E7195 background

This text has black color on #9E7195 background.


White color preview on #9E7195 background

This text has white color on #9E7195 background.


Related colors

Complementary color

Complementary color for #hex is #618E6A.


I love getcolorcode.com

Triadic colors

1 #959E71 and #71959E with #9E7195 are triadic colors.

2 #95719E and #719E95 with #9E7195 are triadic colors.