COLOR #9E5B91

HEX: #9E5B91
RGB: (158,91,145)

Color info

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

RGB color model

#9E5B91 color RGB value is (158,91,145).

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

RGB channels and saturation

R 158 of 255 = 62%
G 91 of 255 = 36%
B 145 of 255 = 57%

158
91
145

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

Portions of RGB colors in percentages

R + G + B =
158 + 91 + 145 = 394 (100%)
R 158 of 394 ~ 40.1%
G 91 of 394 ~ 23.1%
B 145 of 394 ~ 36.8%

%40.1
%23.1
%36.8

CMYK color model

#9E5B91 color CMYK value is (0,42,8,38).

  • cyan value is 0.00%
  • magenta value is 42.41%
  • yellow value is 8.23%
  • key color value is 38.04%
CMYK:
(0,42,8,38)
C0M42Y8K38 
(0%,42%,8%,38%)
(0.00/0.42/0.08/0.38)	

CMYK percentages

%0
%42.41
%8.23
%38.04

Codes

Color #9E5B91 in popluar color models

9E5B91
RGB15891145
HSL312°26.91%48.82%
HSB/HSV312°42.41%61.96%
CMYK0.00%42.41%8.23%
38.04%

Color #9E5B91 in popluar number systems.

HEX9E5B91
Decimal15891145
Binary10011110101101110010001
Octal236133221

Shades and tints

Shades of #9E5B91

#9E5B91
(158,91,145)
#905384
(144,83,132)
#824B77
(130,75,119)
#74436A
(116,67,106)
#663B5D
(102,59,93)
#583350
(88,51,80)
#4A2B43
(74,43,67)
#3C2336
(60,35,54)
#2E1B29
(46,27,41)
#20131C
(32,19,28)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #9E5B91

#9E5B91
(158,91,145)
#A6699B
(166,105,155)
#AE77A5
(174,119,165)
#B685AF
(182,133,175)
#BE93B9
(190,147,185)
#C6A1C3
(198,161,195)
#CEAFCD
(206,175,205)
#D6BDD7
(214,189,215)
#DECBE1
(222,203,225)
#E6D9EB
(230,217,235)
#EEE7F5
(238,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5B91; }

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

This text font color is #9E5B91.


Background Color

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

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

This div background color is #9E5B91.


Border color

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

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

This div border color is #9E5B91.


Opacity

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

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

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

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

This text has shadow with #9E5B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5B91 on black background.


Color preview on white background

This text has color #9E5B91 on white background.



Black color preview on #9E5B91 background

This text has black color on #9E5B91 background.


White color preview on #9E5B91 background

This text has white color on #9E5B91 background.