COLOR #9E4887

HEX: #9E4887
RGB: (158,72,135)

Color info

#9E4887 contains mainly red and blue colors. Web safe color of #9E4887 is #993399 (or #939).

RGB color model

#9E4887 color RGB value is (158,72,135).

  • red value is 158;
  • green value is 72;
  • blue value is 135.
RGB:
(158,72,135)
(62%,28%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 72 of 255 = 28%
B 135 of 255 = 53%

158
72
135

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

Portions of RGB colors in percentages

R + G + B =
158 + 72 + 135 = 365 (100%)
R 158 of 365 ~ 43.29%
G 72 of 365 ~ 19.73%
B 135 of 365 ~ 36.99%

%43.29
%19.73
%36.99

CMYK color model

#9E4887 color CMYK value is (0,54,15,38).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 14.56%
  • key color value is 38.04%
CMYK:
(0,54,15,38)
C0M54Y15K38 
(0%,54%,15%,38%)
(0.00/0.54/0.15/0.38)	

CMYK percentages

%0
%54.43
%14.56
%38.04

Codes

Color #9E4887 in popluar color models

9E4887
RGB15872135
HSL316°37.39%45.10%
HSB/HSV316°54.43%61.96%
CMYK0.00%54.43%14.56%
38.04%

Color #9E4887 in popluar number systems.

HEX9E4887
Decimal15872135
Binary10011110100100010000111
Octal236110207

Shades and tints

Shades of #9E4887

#9E4887
(158,72,135)
#90427B
(144,66,123)
#823C6F
(130,60,111)
#743663
(116,54,99)
#663057
(102,48,87)
#582A4B
(88,42,75)
#4A243F
(74,36,63)
#3C1E33
(60,30,51)
#2E1827
(46,24,39)
#20121B
(32,18,27)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #9E4887

#9E4887
(158,72,135)
#A65891
(166,88,145)
#AE689B
(174,104,155)
#B678A5
(182,120,165)
#BE88AF
(190,136,175)
#C698B9
(198,152,185)
#CEA8C3
(206,168,195)
#D6B8CD
(214,184,205)
#DEC8D7
(222,200,215)
#E6D8E1
(230,216,225)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4887 color. Also use rgb(158,72,135) instead hex code.

Text Font Color

.myTextColor { color: #9E4887; }

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

This text font color is #9E4887.


Background Color

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

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

This div background color is #9E4887.


Border color

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

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

This div border color is #9E4887.


Opacity

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

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

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

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

This text has shadow with #9E4887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4887 on black background.


Color preview on white background

This text has color #9E4887 on white background.



Black color preview on #9E4887 background

This text has black color on #9E4887 background.


White color preview on #9E4887 background

This text has white color on #9E4887 background.