COLOR #9E5991

HEX: #9E5991
RGB: (158,89,145)

Color info

#9E5991 contains mainly red and blue colors. Web safe color of #9E5991 is #996699 (or #969).

RGB color model

#9E5991 color RGB value is (158,89,145).

  • red value is 158;
  • green value is 89;
  • blue value is 145.
RGB:
(158,89,145)
(62%,35%,57%)

RGB channels and saturation

R 158 of 255 = 62%
G 89 of 255 = 35%
B 145 of 255 = 57%

158
89
145

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

Portions of RGB colors in percentages

R + G + B =
158 + 89 + 145 = 392 (100%)
R 158 of 392 ~ 40.31%
G 89 of 392 ~ 22.7%
B 145 of 392 ~ 36.99%

%40.31
%22.7
%36.99

CMYK color model

#9E5991 color CMYK value is (0,44,8,38).

  • cyan value is 0.00%
  • magenta value is 43.67%
  • yellow value is 8.23%
  • key color value is 38.04%
CMYK:
(0,44,8,38)
C0M44Y8K38 
(0%,44%,8%,38%)
(0.00/0.44/0.08/0.38)	

CMYK percentages

%0
%43.67
%8.23
%38.04

Codes

Color #9E5991 in popluar color models

9E5991
RGB15889145
HSL311°27.94%48.43%
HSB/HSV311°43.67%61.96%
CMYK0.00%43.67%8.23%
38.04%

Color #9E5991 in popluar number systems.

HEX9E5991
Decimal15889145
Binary10011110101100110010001
Octal236131221

Shades and tints

Shades of #9E5991

#9E5991
(158,89,145)
#905184
(144,81,132)
#824977
(130,73,119)
#74416A
(116,65,106)
#66395D
(102,57,93)
#583150
(88,49,80)
#4A2943
(74,41,67)
#3C2136
(60,33,54)
#2E1929
(46,25,41)
#20111C
(32,17,28)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #9E5991

#9E5991
(158,89,145)
#A6689B
(166,104,155)
#AE77A5
(174,119,165)
#B686AF
(182,134,175)
#BE95B9
(190,149,185)
#C6A4C3
(198,164,195)
#CEB3CD
(206,179,205)
#D6C2D7
(214,194,215)
#DED1E1
(222,209,225)
#E6E0EB
(230,224,235)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5991; }

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

This text font color is #9E5991.


Background Color

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

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

This div background color is #9E5991.


Border color

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

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

This div border color is #9E5991.


Opacity

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

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

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

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

This text has shadow with #9E5991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5991 on black background.


Color preview on white background

This text has color #9E5991 on white background.



Black color preview on #9E5991 background

This text has black color on #9E5991 background.


White color preview on #9E5991 background

This text has white color on #9E5991 background.