COLOR #9E2163

HEX: #9E2163
RGB: (158,33,99)

Color info

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

RGB color model

#9E2163 color RGB value is (158,33,99).

  • red value is 158;
  • green value is 33;
  • blue value is 99.
RGB:
(158,33,99)
(62%,13%,39%)

RGB channels and saturation

R 158 of 255 = 62%
G 33 of 255 = 13%
B 99 of 255 = 39%

158
33
99

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

Portions of RGB colors in percentages

R + G + B =
158 + 33 + 99 = 290 (100%)
R 158 of 290 ~ 54.48%
G 33 of 290 ~ 11.38%
B 99 of 290 ~ 34.14%

%54.48
%11.38
%34.14

CMYK color model

#9E2163 color CMYK value is (0,79,37,38).

  • cyan value is 0.00%
  • magenta value is 79.11%
  • yellow value is 37.34%
  • key color value is 38.04%
CMYK:
(0,79,37,38)
C0M79Y37K38 
(0%,79%,37%,38%)
(0.00/0.79/0.37/0.38)	

CMYK percentages

%0
%79.11
%37.34
%38.04

Codes

Color #9E2163 in popluar color models

9E2163
RGB1583399
HSL328°65.45%37.45%
HSB/HSV328°79.11%61.96%
CMYK0.00%79.11%37.34%
38.04%

Color #9E2163 in popluar number systems.

HEX9E2163
Decimal1583399
Binary100111101000011100011
Octal23641143

Shades and tints

Shades of #9E2163

#9E2163
(158,33,99)
#901E5A
(144,30,90)
#821B51
(130,27,81)
#741848
(116,24,72)
#66153F
(102,21,63)
#581236
(88,18,54)
#4A0F2D
(74,15,45)
#3C0C24
(60,12,36)
#2E091B
(46,9,27)
#200612
(32,6,18)
#120309
(18,3,9)
#000000
(0,0,0)

Tints of #9E2163

#9E2163
(158,33,99)
#A63571
(166,53,113)
#AE497F
(174,73,127)
#B65D8D
(182,93,141)
#BE719B
(190,113,155)
#C685A9
(198,133,169)
#CE99B7
(206,153,183)
#D6ADC5
(214,173,197)
#DEC1D3
(222,193,211)
#E6D5E1
(230,213,225)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E2163; }

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

This text font color is #9E2163.


Background Color

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

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

This div background color is #9E2163.


Border color

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

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

This div border color is #9E2163.


Opacity

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

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

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

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

This text has shadow with #9E2163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E2163 on black background.


Color preview on white background

This text has color #9E2163 on white background.



Black color preview on #9E2163 background

This text has black color on #9E2163 background.


White color preview on #9E2163 background

This text has white color on #9E2163 background.