COLOR #9E4D9B

HEX: #9E4D9B
RGB: (158,77,155)

Color info

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

RGB color model

#9E4D9B color RGB value is (158,77,155).

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

RGB channels and saturation

R 158 of 255 = 62%
G 77 of 255 = 30%
B 155 of 255 = 61%

158
77
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 77 + 155 = 390 (100%)
R 158 of 390 ~ 40.51%
G 77 of 390 ~ 19.74%
B 155 of 390 ~ 39.74%

%40.51
%19.74
%39.74

CMYK color model

#9E4D9B color CMYK value is (0,51,2,38).

  • cyan value is 0.00%
  • magenta value is 51.27%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(0,51,2,38)
C0M51Y2K38 
(0%,51%,2%,38%)
(0.00/0.51/0.02/0.38)	

CMYK percentages

%0
%51.27
%1.9
%38.04

Codes

Color #9E4D9B in popluar color models

9E4D9B
RGB15877155
HSL302°34.47%46.08%
HSB/HSV302°51.27%61.96%
CMYK0.00%51.27%1.90%
38.04%

Color #9E4D9B in popluar number systems.

HEX9E4D9B
Decimal15877155
Binary10011110100110110011011
Octal236115233

Shades and tints

Shades of #9E4D9B

#9E4D9B
(158,77,155)
#90468D
(144,70,141)
#823F7F
(130,63,127)
#743871
(116,56,113)
#663163
(102,49,99)
#582A55
(88,42,85)
#4A2347
(74,35,71)
#3C1C39
(60,28,57)
#2E152B
(46,21,43)
#200E1D
(32,14,29)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #9E4D9B

#9E4D9B
(158,77,155)
#A65DA4
(166,93,164)
#AE6DAD
(174,109,173)
#B67DB6
(182,125,182)
#BE8DBF
(190,141,191)
#C69DC8
(198,157,200)
#CEADD1
(206,173,209)
#D6BDDA
(214,189,218)
#DECDE3
(222,205,227)
#E6DDEC
(230,221,236)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4D9B; }

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

This text font color is #9E4D9B.


Background Color

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

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

This div background color is #9E4D9B.


Border color

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

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

This div border color is #9E4D9B.


Opacity

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

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

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

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

This text has shadow with #9E4D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4D9B on black background.


Color preview on white background

This text has color #9E4D9B on white background.



Black color preview on #9E4D9B background

This text has black color on #9E4D9B background.


White color preview on #9E4D9B background

This text has white color on #9E4D9B background.