COLOR #9E719C

HEX: #9E719C
RGB: (158,113,156)

Color info

#9E719C contains red, green and blue colors in about the same proportion. Web safe color of #9E719C is #996699 (or #969).

RGB color model

#9E719C color RGB value is (158,113,156).

  • red value is 158;
  • green value is 113;
  • blue value is 156.
RGB:
(158,113,156)
(62%,44%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 113 of 255 = 44%
B 156 of 255 = 61%

158
113
156

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

Portions of RGB colors in percentages

R + G + B =
158 + 113 + 156 = 427 (100%)
R 158 of 427 ~ 37%
G 113 of 427 ~ 26.46%
B 156 of 427 ~ 36.53%

%37
%26.46
%36.53

CMYK color model

#9E719C color CMYK value is (0,28,1,38).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 1.27%
  • key color value is 38.04%
CMYK:
(0,28,1,38)
C0M28Y1K38 
(0%,28%,1%,38%)
(0.00/0.28/0.01/0.38)	

CMYK percentages

%0
%28.48
%1.27
%38.04

Codes

Color #9E719C in popluar color models

9E719C
RGB158113156
HSL303°18.83%53.14%
HSB/HSV303°28.48%61.96%
CMYK0.00%28.48%1.27%
38.04%

Color #9E719C in popluar number systems.

HEX9E719C
Decimal158113156
Binary10011110111000110011100
Octal236161234

Shades and tints

Shades of #9E719C

#9E719C
(158,113,156)
#90678E
(144,103,142)
#825D80
(130,93,128)
#745372
(116,83,114)
#664964
(102,73,100)
#583F56
(88,63,86)
#4A3548
(74,53,72)
#3C2B3A
(60,43,58)
#2E212C
(46,33,44)
#20171E
(32,23,30)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #9E719C

#9E719C
(158,113,156)
#A67DA5
(166,125,165)
#AE89AE
(174,137,174)
#B695B7
(182,149,183)
#BEA1C0
(190,161,192)
#C6ADC9
(198,173,201)
#CEB9D2
(206,185,210)
#D6C5DB
(214,197,219)
#DED1E4
(222,209,228)
#E6DDED
(230,221,237)
#EEE9F6
(238,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E719C color. Also use rgb(158,113,156) instead hex code.

Text Font Color

.myTextColor { color: #9E719C; }

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

This text font color is #9E719C.


Background Color

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

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

This div background color is #9E719C.


Border color

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

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

This div border color is #9E719C.


Opacity

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

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

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

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

This text has shadow with #9E719C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E719C on black background.


Color preview on white background

This text has color #9E719C on white background.



Black color preview on #9E719C background

This text has black color on #9E719C background.


White color preview on #9E719C background

This text has white color on #9E719C background.