COLOR #9E5A86

HEX: #9E5A86
RGB: (158,90,134)

Color info

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

RGB color model

#9E5A86 color RGB value is (158,90,134).

  • red value is 158;
  • green value is 90;
  • blue value is 134.
RGB:
(158,90,134)
(62%,35%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 90 of 255 = 35%
B 134 of 255 = 53%

158
90
134

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

Portions of RGB colors in percentages

R + G + B =
158 + 90 + 134 = 382 (100%)
R 158 of 382 ~ 41.36%
G 90 of 382 ~ 23.56%
B 134 of 382 ~ 35.08%

%41.36
%23.56
%35.08

CMYK color model

#9E5A86 color CMYK value is (0,43,15,38).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 15.19%
  • key color value is 38.04%
CMYK:
(0,43,15,38)
C0M43Y15K38 
(0%,43%,15%,38%)
(0.00/0.43/0.15/0.38)	

CMYK percentages

%0
%43.04
%15.19
%38.04

Codes

Color #9E5A86 in popluar color models

9E5A86
RGB15890134
HSL321°27.42%48.63%
HSB/HSV321°43.04%61.96%
CMYK0.00%43.04%15.19%
38.04%

Color #9E5A86 in popluar number systems.

HEX9E5A86
Decimal15890134
Binary10011110101101010000110
Octal236132206

Shades and tints

Shades of #9E5A86

#9E5A86
(158,90,134)
#90527A
(144,82,122)
#824A6E
(130,74,110)
#744262
(116,66,98)
#663A56
(102,58,86)
#58324A
(88,50,74)
#4A2A3E
(74,42,62)
#3C2232
(60,34,50)
#2E1A26
(46,26,38)
#20121A
(32,18,26)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #9E5A86

#9E5A86
(158,90,134)
#A66991
(166,105,145)
#AE789C
(174,120,156)
#B687A7
(182,135,167)
#BE96B2
(190,150,178)
#C6A5BD
(198,165,189)
#CEB4C8
(206,180,200)
#D6C3D3
(214,195,211)
#DED2DE
(222,210,222)
#E6E1E9
(230,225,233)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5A86 color. Also use rgb(158,90,134) instead hex code.

Text Font Color

.myTextColor { color: #9E5A86; }

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

This text font color is #9E5A86.


Background Color

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

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

This div background color is #9E5A86.


Border color

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

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

This div border color is #9E5A86.


Opacity

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

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

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

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

This text has shadow with #9E5A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5A86 on black background.


Color preview on white background

This text has color #9E5A86 on white background.



Black color preview on #9E5A86 background

This text has black color on #9E5A86 background.


White color preview on #9E5A86 background

This text has white color on #9E5A86 background.