COLOR #9E0C76

HEX: #9E0C76
RGB: (158,12,118)

Color info

#9E0C76 contains mainly red and blue colors. Web safe color of #9E0C76 is #990066 (or #906).

RGB color model

#9E0C76 color RGB value is (158,12,118).

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

RGB channels and saturation

R 158 of 255 = 62%
G 12 of 255 = 5%
B 118 of 255 = 46%

158
12
118

R + G + B ~ 38%. #9E0C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 12 + 118 = 288 (100%)
R 158 of 288 ~ 54.86%
G 12 of 288 ~ 4.17%
B 118 of 288 ~ 40.97%

%54.86
%40.97

CMYK color model

#9E0C76 color CMYK value is (0,92,25,38).

  • cyan value is 0.00%
  • magenta value is 92.41%
  • yellow value is 25.32%
  • key color value is 38.04%
CMYK:
(0,92,25,38)
C0M92Y25K38 
(0%,92%,25%,38%)
(0.00/0.92/0.25/0.38)	

CMYK percentages

%0
%92.41
%25.32
%38.04

Codes

Color #9E0C76 in popluar color models

9E0C76
RGB15812118
HSL316°85.88%33.33%
HSB/HSV316°92.41%61.96%
CMYK0.00%92.41%25.32%
38.04%

Color #9E0C76 in popluar number systems.

HEX9E0C76
Decimal15812118
Binary1001111011001110110
Octal23614166

Shades and tints

Shades of #9E0C76

#9E0C76
(158,12,118)
#900B6C
(144,11,108)
#820A62
(130,10,98)
#740958
(116,9,88)
#66084E
(102,8,78)
#580744
(88,7,68)
#4A063A
(74,6,58)
#3C0530
(60,5,48)
#2E0426
(46,4,38)
#20031C
(32,3,28)
#120212
(18,2,18)
#000000
(0,0,0)

Tints of #9E0C76

#9E0C76
(158,12,118)
#A62282
(166,34,130)
#AE388E
(174,56,142)
#B64E9A
(182,78,154)
#BE64A6
(190,100,166)
#C67AB2
(198,122,178)
#CE90BE
(206,144,190)
#D6A6CA
(214,166,202)
#DEBCD6
(222,188,214)
#E6D2E2
(230,210,226)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E0C76; }

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

This text font color is #9E0C76.


Background Color

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

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

This div background color is #9E0C76.


Border color

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

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

This div border color is #9E0C76.


Opacity

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

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

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

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

This text has shadow with #9E0C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E0C76 on black background.


Color preview on white background

This text has color #9E0C76 on white background.



Black color preview on #9E0C76 background

This text has black color on #9E0C76 background.


White color preview on #9E0C76 background

This text has white color on #9E0C76 background.