COLOR #9E2E9E

HEX: #9E2E9E
RGB: (158,46,158)

Color info

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

RGB color model

#9E2E9E color RGB value is (158,46,158).

  • red value is 158;
  • green value is 46;
  • blue value is 158.
RGB:
(158,46,158)
(62%,18%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 46 of 255 = 18%
B 158 of 255 = 62%

158
46
158

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

Portions of RGB colors in percentages

R + G + B =
158 + 46 + 158 = 362 (100%)
R 158 of 362 ~ 43.65%
G 46 of 362 ~ 12.71%
B 158 of 362 ~ 43.65%

%43.65
%12.71
%43.65

CMYK color model

#9E2E9E color CMYK value is (0,71,0,38).

  • cyan value is 0.00%
  • magenta value is 70.89%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(0,71,0,38)
C0M71Y0K38 
(0%,71%,0%,38%)
(0.00/0.71/0.00/0.38)	

CMYK percentages

%0
%70.89
%0
%38.04

Codes

Color #9E2E9E in popluar color models

9E2E9E
RGB15846158
HSL300°54.90%40.00%
HSB/HSV300°70.89%61.96%
CMYK0.00%70.89%0.00%
38.04%

Color #9E2E9E in popluar number systems.

HEX9E2E9E
Decimal15846158
Binary1001111010111010011110
Octal23656236

Shades and tints

Shades of #9E2E9E

#9E2E9E
(158,46,158)
#902A90
(144,42,144)
#822682
(130,38,130)
#742274
(116,34,116)
#661E66
(102,30,102)
#581A58
(88,26,88)
#4A164A
(74,22,74)
#3C123C
(60,18,60)
#2E0E2E
(46,14,46)
#200A20
(32,10,32)
#120612
(18,6,18)
#000000
(0,0,0)

Tints of #9E2E9E

#9E2E9E
(158,46,158)
#A641A6
(166,65,166)
#AE54AE
(174,84,174)
#B667B6
(182,103,182)
#BE7ABE
(190,122,190)
#C68DC6
(198,141,198)
#CEA0CE
(206,160,206)
#D6B3D6
(214,179,214)
#DEC6DE
(222,198,222)
#E6D9E6
(230,217,230)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E2E9E; }

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

This text font color is #9E2E9E.


Background Color

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

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

This div background color is #9E2E9E.


Border color

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

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

This div border color is #9E2E9E.


Opacity

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

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

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

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

This text has shadow with #9E2E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E2E9E on black background.


Color preview on white background

This text has color #9E2E9E on white background.



Black color preview on #9E2E9E background

This text has black color on #9E2E9E background.


White color preview on #9E2E9E background

This text has white color on #9E2E9E background.