COLOR #9E4865

HEX: #9E4865
RGB: (158,72,101)

Color info

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

RGB color model

#9E4865 color RGB value is (158,72,101).

  • red value is 158;
  • green value is 72;
  • blue value is 101.
RGB:
(158,72,101)
(62%,28%,40%)

RGB channels and saturation

R 158 of 255 = 62%
G 72 of 255 = 28%
B 101 of 255 = 40%

158
72
101

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

Portions of RGB colors in percentages

R + G + B =
158 + 72 + 101 = 331 (100%)
R 158 of 331 ~ 47.73%
G 72 of 331 ~ 21.75%
B 101 of 331 ~ 30.51%

%47.73
%21.75
%30.51

CMYK color model

#9E4865 color CMYK value is (0,54,36,38).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(0,54,36,38)
C0M54Y36K38 
(0%,54%,36%,38%)
(0.00/0.54/0.36/0.38)	

CMYK percentages

%0
%54.43
%36.08
%38.04

Codes

Color #9E4865 in popluar color models

9E4865
RGB15872101
HSL340°37.39%45.10%
HSB/HSV340°54.43%61.96%
CMYK0.00%54.43%36.08%
38.04%

Color #9E4865 in popluar number systems.

HEX9E4865
Decimal15872101
Binary1001111010010001100101
Octal236110145

Shades and tints

Shades of #9E4865

#9E4865
(158,72,101)
#90425C
(144,66,92)
#823C53
(130,60,83)
#74364A
(116,54,74)
#663041
(102,48,65)
#582A38
(88,42,56)
#4A242F
(74,36,47)
#3C1E26
(60,30,38)
#2E181D
(46,24,29)
#201214
(32,18,20)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #9E4865

#9E4865
(158,72,101)
#A65873
(166,88,115)
#AE6881
(174,104,129)
#B6788F
(182,120,143)
#BE889D
(190,136,157)
#C698AB
(198,152,171)
#CEA8B9
(206,168,185)
#D6B8C7
(214,184,199)
#DEC8D5
(222,200,213)
#E6D8E3
(230,216,227)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4865 color. Also use rgb(158,72,101) instead hex code.

Text Font Color

.myTextColor { color: #9E4865; }

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

This text font color is #9E4865.


Background Color

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

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

This div background color is #9E4865.


Border color

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

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

This div border color is #9E4865.


Opacity

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

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

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

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

This text has shadow with #9E4865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4865 on black background.


Color preview on white background

This text has color #9E4865 on white background.



Black color preview on #9E4865 background

This text has black color on #9E4865 background.


White color preview on #9E4865 background

This text has white color on #9E4865 background.