COLOR #9E3995

HEX: #9E3995
RGB: (158,57,149)

Color info

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

RGB color model

#9E3995 color RGB value is (158,57,149).

  • red value is 158;
  • green value is 57;
  • blue value is 149.
RGB:
(158,57,149)
(62%,22%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 57 of 255 = 22%
B 149 of 255 = 58%

158
57
149

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

Portions of RGB colors in percentages

R + G + B =
158 + 57 + 149 = 364 (100%)
R 158 of 364 ~ 43.41%
G 57 of 364 ~ 15.66%
B 149 of 364 ~ 40.93%

%43.41
%15.66
%40.93

CMYK color model

#9E3995 color CMYK value is (0,64,6,38).

  • cyan value is 0.00%
  • magenta value is 63.92%
  • yellow value is 5.70%
  • key color value is 38.04%
CMYK:
(0,64,6,38)
C0M64Y6K38 
(0%,64%,6%,38%)
(0.00/0.64/0.06/0.38)	

CMYK percentages

%0
%63.92
%5.7
%38.04

Codes

Color #9E3995 in popluar color models

9E3995
RGB15857149
HSL305°46.98%42.16%
HSB/HSV305°63.92%61.96%
CMYK0.00%63.92%5.70%
38.04%

Color #9E3995 in popluar number systems.

HEX9E3995
Decimal15857149
Binary1001111011100110010101
Octal23671225

Shades and tints

Shades of #9E3995

#9E3995
(158,57,149)
#903488
(144,52,136)
#822F7B
(130,47,123)
#742A6E
(116,42,110)
#662561
(102,37,97)
#582054
(88,32,84)
#4A1B47
(74,27,71)
#3C163A
(60,22,58)
#2E112D
(46,17,45)
#200C20
(32,12,32)
#120713
(18,7,19)
#000000
(0,0,0)

Tints of #9E3995

#9E3995
(158,57,149)
#A64B9E
(166,75,158)
#AE5DA7
(174,93,167)
#B66FB0
(182,111,176)
#BE81B9
(190,129,185)
#C693C2
(198,147,194)
#CEA5CB
(206,165,203)
#D6B7D4
(214,183,212)
#DEC9DD
(222,201,221)
#E6DBE6
(230,219,230)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E3995; }

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

This text font color is #9E3995.


Background Color

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

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

This div background color is #9E3995.


Border color

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

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

This div border color is #9E3995.


Opacity

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

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

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

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

This text has shadow with #9E3995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E3995 on black background.


Color preview on white background

This text has color #9E3995 on white background.



Black color preview on #9E3995 background

This text has black color on #9E3995 background.


White color preview on #9E3995 background

This text has white color on #9E3995 background.