COLOR #9E5D82

HEX: #9E5D82
RGB: (158,93,130)

Color info

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

RGB color model

#9E5D82 color RGB value is (158,93,130).

  • red value is 158;
  • green value is 93;
  • blue value is 130.
RGB:
(158,93,130)
(62%,36%,51%)

RGB channels and saturation

R 158 of 255 = 62%
G 93 of 255 = 36%
B 130 of 255 = 51%

158
93
130

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

Portions of RGB colors in percentages

R + G + B =
158 + 93 + 130 = 381 (100%)
R 158 of 381 ~ 41.47%
G 93 of 381 ~ 24.41%
B 130 of 381 ~ 34.12%

%41.47
%24.41
%34.12

CMYK color model

#9E5D82 color CMYK value is (0,41,18,38).

  • cyan value is 0.00%
  • magenta value is 41.14%
  • yellow value is 17.72%
  • key color value is 38.04%
CMYK:
(0,41,18,38)
C0M41Y18K38 
(0%,41%,18%,38%)
(0.00/0.41/0.18/0.38)	

CMYK percentages

%0
%41.14
%17.72
%38.04

Codes

Color #9E5D82 in popluar color models

9E5D82
RGB15893130
HSL326°25.90%49.22%
HSB/HSV326°41.14%61.96%
CMYK0.00%41.14%17.72%
38.04%

Color #9E5D82 in popluar number systems.

HEX9E5D82
Decimal15893130
Binary10011110101110110000010
Octal236135202

Shades and tints

Shades of #9E5D82

#9E5D82
(158,93,130)
#905577
(144,85,119)
#824D6C
(130,77,108)
#744561
(116,69,97)
#663D56
(102,61,86)
#58354B
(88,53,75)
#4A2D40
(74,45,64)
#3C2535
(60,37,53)
#2E1D2A
(46,29,42)
#20151F
(32,21,31)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #9E5D82

#9E5D82
(158,93,130)
#A66B8D
(166,107,141)
#AE7998
(174,121,152)
#B687A3
(182,135,163)
#BE95AE
(190,149,174)
#C6A3B9
(198,163,185)
#CEB1C4
(206,177,196)
#D6BFCF
(214,191,207)
#DECDDA
(222,205,218)
#E6DBE5
(230,219,229)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5D82 color. Also use rgb(158,93,130) instead hex code.

Text Font Color

.myTextColor { color: #9E5D82; }

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

This text font color is #9E5D82.


Background Color

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

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

This div background color is #9E5D82.


Border color

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

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

This div border color is #9E5D82.


Opacity

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

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

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

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

This text has shadow with #9E5D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5D82 on black background.


Color preview on white background

This text has color #9E5D82 on white background.



Black color preview on #9E5D82 background

This text has black color on #9E5D82 background.


White color preview on #9E5D82 background

This text has white color on #9E5D82 background.