COLOR #9E4177

HEX: #9E4177
RGB: (158,65,119)

Color info

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

RGB color model

#9E4177 color RGB value is (158,65,119).

  • red value is 158;
  • green value is 65;
  • blue value is 119.
RGB:
(158,65,119)
(62%,25%,47%)

RGB channels and saturation

R 158 of 255 = 62%
G 65 of 255 = 25%
B 119 of 255 = 47%

158
65
119

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

Portions of RGB colors in percentages

R + G + B =
158 + 65 + 119 = 342 (100%)
R 158 of 342 ~ 46.2%
G 65 of 342 ~ 19.01%
B 119 of 342 ~ 34.8%

%46.2
%19.01
%34.8

CMYK color model

#9E4177 color CMYK value is (0,59,25,38).

  • cyan value is 0.00%
  • magenta value is 58.86%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(0,59,25,38)
C0M59Y25K38 
(0%,59%,25%,38%)
(0.00/0.59/0.25/0.38)	

CMYK percentages

%0
%58.86
%24.68
%38.04

Codes

Color #9E4177 in popluar color models

9E4177
RGB15865119
HSL325°41.70%43.73%
HSB/HSV325°58.86%61.96%
CMYK0.00%58.86%24.68%
38.04%

Color #9E4177 in popluar number systems.

HEX9E4177
Decimal15865119
Binary1001111010000011110111
Octal236101167

Shades and tints

Shades of #9E4177

#9E4177
(158,65,119)
#903C6D
(144,60,109)
#823763
(130,55,99)
#743259
(116,50,89)
#662D4F
(102,45,79)
#582845
(88,40,69)
#4A233B
(74,35,59)
#3C1E31
(60,30,49)
#2E1927
(46,25,39)
#20141D
(32,20,29)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #9E4177

#9E4177
(158,65,119)
#A65283
(166,82,131)
#AE638F
(174,99,143)
#B6749B
(182,116,155)
#BE85A7
(190,133,167)
#C696B3
(198,150,179)
#CEA7BF
(206,167,191)
#D6B8CB
(214,184,203)
#DEC9D7
(222,201,215)
#E6DAE3
(230,218,227)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4177 color. Also use rgb(158,65,119) instead hex code.

Text Font Color

.myTextColor { color: #9E4177; }

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

This text font color is #9E4177.


Background Color

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

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

This div background color is #9E4177.


Border color

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

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

This div border color is #9E4177.


Opacity

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

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

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

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

This text has shadow with #9E4177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4177 on black background.


Color preview on white background

This text has color #9E4177 on white background.



Black color preview on #9E4177 background

This text has black color on #9E4177 background.


White color preview on #9E4177 background

This text has white color on #9E4177 background.