COLOR #9E4D83

HEX: #9E4D83
RGB: (158,77,131)

Color info

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

RGB color model

#9E4D83 color RGB value is (158,77,131).

  • red value is 158;
  • green value is 77;
  • blue value is 131.
RGB:
(158,77,131)
(62%,30%,51%)

RGB channels and saturation

R 158 of 255 = 62%
G 77 of 255 = 30%
B 131 of 255 = 51%

158
77
131

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

Portions of RGB colors in percentages

R + G + B =
158 + 77 + 131 = 366 (100%)
R 158 of 366 ~ 43.17%
G 77 of 366 ~ 21.04%
B 131 of 366 ~ 35.79%

%43.17
%21.04
%35.79

CMYK color model

#9E4D83 color CMYK value is (0,51,17,38).

  • cyan value is 0.00%
  • magenta value is 51.27%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(0,51,17,38)
C0M51Y17K38 
(0%,51%,17%,38%)
(0.00/0.51/0.17/0.38)	

CMYK percentages

%0
%51.27
%17.09
%38.04

Codes

Color #9E4D83 in popluar color models

9E4D83
RGB15877131
HSL320°34.47%46.08%
HSB/HSV320°51.27%61.96%
CMYK0.00%51.27%17.09%
38.04%

Color #9E4D83 in popluar number systems.

HEX9E4D83
Decimal15877131
Binary10011110100110110000011
Octal236115203

Shades and tints

Shades of #9E4D83

#9E4D83
(158,77,131)
#904678
(144,70,120)
#823F6D
(130,63,109)
#743862
(116,56,98)
#663157
(102,49,87)
#582A4C
(88,42,76)
#4A2341
(74,35,65)
#3C1C36
(60,28,54)
#2E152B
(46,21,43)
#200E20
(32,14,32)
#120715
(18,7,21)
#000000
(0,0,0)

Tints of #9E4D83

#9E4D83
(158,77,131)
#A65D8E
(166,93,142)
#AE6D99
(174,109,153)
#B67DA4
(182,125,164)
#BE8DAF
(190,141,175)
#C69DBA
(198,157,186)
#CEADC5
(206,173,197)
#D6BDD0
(214,189,208)
#DECDDB
(222,205,219)
#E6DDE6
(230,221,230)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4D83 color. Also use rgb(158,77,131) instead hex code.

Text Font Color

.myTextColor { color: #9E4D83; }

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

This text font color is #9E4D83.


Background Color

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

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

This div background color is #9E4D83.


Border color

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

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

This div border color is #9E4D83.


Opacity

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

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

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

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

This text has shadow with #9E4D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4D83 on black background.


Color preview on white background

This text has color #9E4D83 on white background.



Black color preview on #9E4D83 background

This text has black color on #9E4D83 background.


White color preview on #9E4D83 background

This text has white color on #9E4D83 background.