COLOR #9E588B

HEX: #9E588B
RGB: (158,88,139)

Color info

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

RGB color model

#9E588B color RGB value is (158,88,139).

  • red value is 158;
  • green value is 88;
  • blue value is 139.
RGB:
(158,88,139)
(62%,35%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 88 of 255 = 35%
B 139 of 255 = 55%

158
88
139

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

Portions of RGB colors in percentages

R + G + B =
158 + 88 + 139 = 385 (100%)
R 158 of 385 ~ 41.04%
G 88 of 385 ~ 22.86%
B 139 of 385 ~ 36.1%

%41.04
%22.86
%36.1

CMYK color model

#9E588B color CMYK value is (0,44,12,38).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 12.03%
  • key color value is 38.04%
CMYK:
(0,44,12,38)
C0M44Y12K38 
(0%,44%,12%,38%)
(0.00/0.44/0.12/0.38)	

CMYK percentages

%0
%44.3
%12.03
%38.04

Codes

Color #9E588B in popluar color models

9E588B
RGB15888139
HSL316°28.46%48.24%
HSB/HSV316°44.30%61.96%
CMYK0.00%44.30%12.03%
38.04%

Color #9E588B in popluar number systems.

HEX9E588B
Decimal15888139
Binary10011110101100010001011
Octal236130213

Shades and tints

Shades of #9E588B

#9E588B
(158,88,139)
#90507F
(144,80,127)
#824873
(130,72,115)
#744067
(116,64,103)
#66385B
(102,56,91)
#58304F
(88,48,79)
#4A2843
(74,40,67)
#3C2037
(60,32,55)
#2E182B
(46,24,43)
#20101F
(32,16,31)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #9E588B

#9E588B
(158,88,139)
#A66795
(166,103,149)
#AE769F
(174,118,159)
#B685A9
(182,133,169)
#BE94B3
(190,148,179)
#C6A3BD
(198,163,189)
#CEB2C7
(206,178,199)
#D6C1D1
(214,193,209)
#DED0DB
(222,208,219)
#E6DFE5
(230,223,229)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E588B color. Also use rgb(158,88,139) instead hex code.

Text Font Color

.myTextColor { color: #9E588B; }

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

This text font color is #9E588B.


Background Color

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

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

This div background color is #9E588B.


Border color

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

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

This div border color is #9E588B.


Opacity

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

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

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

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

This text has shadow with #9E588B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E588B on black background.


Color preview on white background

This text has color #9E588B on white background.



Black color preview on #9E588B background

This text has black color on #9E588B background.


White color preview on #9E588B background

This text has white color on #9E588B background.