COLOR #9E396E

HEX: #9E396E
RGB: (158,57,110)

Color info

#9E396E contains mainly red and blue colors. Web safe color of #9E396E is #993366 (or #936).

RGB color model

#9E396E color RGB value is (158,57,110).

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

RGB channels and saturation

R 158 of 255 = 62%
G 57 of 255 = 22%
B 110 of 255 = 43%

158
57
110

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

Portions of RGB colors in percentages

R + G + B =
158 + 57 + 110 = 325 (100%)
R 158 of 325 ~ 48.62%
G 57 of 325 ~ 17.54%
B 110 of 325 ~ 33.85%

%48.62
%17.54
%33.85

CMYK color model

#9E396E color CMYK value is (0,64,30,38).

  • cyan value is 0.00%
  • magenta value is 63.92%
  • yellow value is 30.38%
  • key color value is 38.04%
CMYK:
(0,64,30,38)
C0M64Y30K38 
(0%,64%,30%,38%)
(0.00/0.64/0.30/0.38)	

CMYK percentages

%0
%63.92
%30.38
%38.04

Codes

Color #9E396E in popluar color models

9E396E
RGB15857110
HSL329°46.98%42.16%
HSB/HSV329°63.92%61.96%
CMYK0.00%63.92%30.38%
38.04%

Color #9E396E in popluar number systems.

HEX9E396E
Decimal15857110
Binary100111101110011101110
Octal23671156

Shades and tints

Shades of #9E396E

#9E396E
(158,57,110)
#903464
(144,52,100)
#822F5A
(130,47,90)
#742A50
(116,42,80)
#662546
(102,37,70)
#58203C
(88,32,60)
#4A1B32
(74,27,50)
#3C1628
(60,22,40)
#2E111E
(46,17,30)
#200C14
(32,12,20)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #9E396E

#9E396E
(158,57,110)
#A64B7B
(166,75,123)
#AE5D88
(174,93,136)
#B66F95
(182,111,149)
#BE81A2
(190,129,162)
#C693AF
(198,147,175)
#CEA5BC
(206,165,188)
#D6B7C9
(214,183,201)
#DEC9D6
(222,201,214)
#E6DBE3
(230,219,227)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E396E; }

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

This text font color is #9E396E.


Background Color

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

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

This div background color is #9E396E.


Border color

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

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

This div border color is #9E396E.


Opacity

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

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

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

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

This text has shadow with #9E396E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E396E on black background.


Color preview on white background

This text has color #9E396E on white background.



Black color preview on #9E396E background

This text has black color on #9E396E background.


White color preview on #9E396E background

This text has white color on #9E396E background.