COLOR #9E2B72

HEX: #9E2B72
RGB: (158,43,114)

Color info

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

RGB color model

#9E2B72 color RGB value is (158,43,114).

  • red value is 158;
  • green value is 43;
  • blue value is 114.
RGB:
(158,43,114)
(62%,17%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 43 of 255 = 17%
B 114 of 255 = 45%

158
43
114

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

Portions of RGB colors in percentages

R + G + B =
158 + 43 + 114 = 315 (100%)
R 158 of 315 ~ 50.16%
G 43 of 315 ~ 13.65%
B 114 of 315 ~ 36.19%

%50.16
%13.65
%36.19

CMYK color model

#9E2B72 color CMYK value is (0,73,28,38).

  • cyan value is 0.00%
  • magenta value is 72.78%
  • yellow value is 27.85%
  • key color value is 38.04%
CMYK:
(0,73,28,38)
C0M73Y28K38 
(0%,73%,28%,38%)
(0.00/0.73/0.28/0.38)	

CMYK percentages

%0
%72.78
%27.85
%38.04

Codes

Color #9E2B72 in popluar color models

9E2B72
RGB15843114
HSL323°57.21%39.41%
HSB/HSV323°72.78%61.96%
CMYK0.00%72.78%27.85%
38.04%

Color #9E2B72 in popluar number systems.

HEX9E2B72
Decimal15843114
Binary100111101010111110010
Octal23653162

Shades and tints

Shades of #9E2B72

#9E2B72
(158,43,114)
#902868
(144,40,104)
#82255E
(130,37,94)
#742254
(116,34,84)
#661F4A
(102,31,74)
#581C40
(88,28,64)
#4A1936
(74,25,54)
#3C162C
(60,22,44)
#2E1322
(46,19,34)
#201018
(32,16,24)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #9E2B72

#9E2B72
(158,43,114)
#A63E7E
(166,62,126)
#AE518A
(174,81,138)
#B66496
(182,100,150)
#BE77A2
(190,119,162)
#C68AAE
(198,138,174)
#CE9DBA
(206,157,186)
#D6B0C6
(214,176,198)
#DEC3D2
(222,195,210)
#E6D6DE
(230,214,222)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E2B72; }

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

This text font color is #9E2B72.


Background Color

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

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

This div background color is #9E2B72.


Border color

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

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

This div border color is #9E2B72.


Opacity

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

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

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

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

This text has shadow with #9E2B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E2B72 on black background.


Color preview on white background

This text has color #9E2B72 on white background.



Black color preview on #9E2B72 background

This text has black color on #9E2B72 background.


White color preview on #9E2B72 background

This text has white color on #9E2B72 background.