COLOR #9E6F91

HEX: #9E6F91 RGB: (158,111,145)

Color info

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

RGB color model

#9E6F91 color RGB value is (158,111,145).

RGB: (158,111,145) (62%, 44%, 57%)

RGB channels and saturation

R 158 of 255 = 62%
G 111 of 255 = 44%
B 145 of 255 = 57%

158
111
145

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

Portions of RGB colors in percentages

R + G + B = 158 + 111 + 145 = 414 (100%)
R 158 of 414 ~ 38.16%
G 111 of 414 ~ 26.81%
B 145 of 414 ~ 35.02'%

%38.16
%26.81
%35.02

CMYK color model

#9E6F91 color CMYK value is (0,30,8,38).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 8.23%
  • key color value is 38.04%

CMYK: (0,30,8,38)
C0M30Y8K38 (0%, 30%, 8%, 38%)
(0.00 / 0.30 / 0.08 / 0.38)

CMYK percentages

%0
%29.75
%8.23
%38.04

Codes

Color #9E6F91 in popluar color models

9E 6F 91
RGB 158 111 145
HSL 317° 19.50% 52.75%
HSB/HSV 317° 29.75% 61.96%
CMYK 0.00% 29.75% 8.23%
38.04%

Color #9E6F91 in popluar number systems.

HEX 9E 6F 91
Decimal 158 111 145
Binary 10011110 1101111 10010001
Octal 236 157 221

Shades and tints

Shades of #9E6F91

#9E6F91
(158,111,145)
#906584
(144,101,132)
#825B77
(130,91,119)
#74516A
(116,81,106)
#66475D
(102,71,93)
#583D50
(88,61,80)
#4A3343
(74,51,67)
#3C2936
(60,41,54)
#2E1F29
(46,31,41)
#20151C
(32,21,28)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #9E6F91

#9E6F91
(158,111,145)
#A67C9B
(166,124,155)
#AE89A5
(174,137,165)
#B696AF
(182,150,175)
#BEA3B9
(190,163,185)
#C6B0C3
(198,176,195)
#CEBDCD
(206,189,205)
#D6CAD7
(214,202,215)
#DED7E1
(222,215,225)
#E6E4EB
(230,228,235)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6F91 color. Also use rgb(158,111,145) instead hex code.

Text Font Color

.myTextColor { color: #9E6F91; }

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

This text font color is #9E6F91.

Background Color

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

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

This div background color is #9E6F91.

Border color

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

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

This div border color is #9E6F91.

Opacity

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

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

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

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

This text has shadow with #9E6F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E6F91.

Preview

Color preview on black background

This text has color #9E6F91 on black background.


Color preview on white background

This text has color #9E6F91 on white background.


Black color preview on #9E6F91 background

This text has black color on #9E6F91 background.


White color preview on #9E6F91 background

This text has white color on #9E6F91 background.


Related colors

Complementary color

Complementary color for #hex is #61906E.


I love getcolorcode.com

Triadic colors

1 #919E6F and #6F919E with #9E6F91 are triadic colors.

2 #916F9E and #6F9E91 with #9E6F91 are triadic colors.