COLOR #9E1965

HEX: #9E1965
RGB: (158,25,101)

Color info

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

RGB color model

#9E1965 color RGB value is (158,25,101).

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

RGB channels and saturation

R 158 of 255 = 62%
G 25 of 255 = 10%
B 101 of 255 = 40%

158
25
101

R + G + B ~ 37%. #9E1965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 25 + 101 = 284 (100%)
R 158 of 284 ~ 55.63%
G 25 of 284 ~ 8.8%
B 101 of 284 ~ 35.56%

%55.63
%35.56

CMYK color model

#9E1965 color CMYK value is (0,84,36,38).

  • cyan value is 0.00%
  • magenta value is 84.18%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(0,84,36,38)
C0M84Y36K38 
(0%,84%,36%,38%)
(0.00/0.84/0.36/0.38)	

CMYK percentages

%0
%84.18
%36.08
%38.04

Codes

Color #9E1965 in popluar color models

9E1965
RGB15825101
HSL326°72.68%35.88%
HSB/HSV326°84.18%61.96%
CMYK0.00%84.18%36.08%
38.04%

Color #9E1965 in popluar number systems.

HEX9E1965
Decimal15825101
Binary10011110110011100101
Octal23631145

Shades and tints

Shades of #9E1965

#9E1965
(158,25,101)
#90175C
(144,23,92)
#821553
(130,21,83)
#74134A
(116,19,74)
#661141
(102,17,65)
#580F38
(88,15,56)
#4A0D2F
(74,13,47)
#3C0B26
(60,11,38)
#2E091D
(46,9,29)
#200714
(32,7,20)
#12050B
(18,5,11)
#000000
(0,0,0)

Tints of #9E1965

#9E1965
(158,25,101)
#A62D73
(166,45,115)
#AE4181
(174,65,129)
#B6558F
(182,85,143)
#BE699D
(190,105,157)
#C67DAB
(198,125,171)
#CE91B9
(206,145,185)
#D6A5C7
(214,165,199)
#DEB9D5
(222,185,213)
#E6CDE3
(230,205,227)
#EEE1F1
(238,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E1965; }

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

This text font color is #9E1965.


Background Color

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

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

This div background color is #9E1965.


Border color

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

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

This div border color is #9E1965.


Opacity

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

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

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

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

This text has shadow with #9E1965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1965 on black background.


Color preview on white background

This text has color #9E1965 on white background.



Black color preview on #9E1965 background

This text has black color on #9E1965 background.


White color preview on #9E1965 background

This text has white color on #9E1965 background.