COLOR #9E759C

HEX: #9E759C
RGB: (158,117,156)

Color info

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

RGB color model

#9E759C color RGB value is (158,117,156).

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

RGB channels and saturation

R 158 of 255 = 62%
G 117 of 255 = 46%
B 156 of 255 = 61%

158
117
156

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

Portions of RGB colors in percentages

R + G + B =
158 + 117 + 156 = 431 (100%)
R 158 of 431 ~ 36.66%
G 117 of 431 ~ 27.15%
B 156 of 431 ~ 36.19%

%36.66
%27.15
%36.19

CMYK color model

#9E759C color CMYK value is (0,26,1,38).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 1.27%
  • key color value is 38.04%
CMYK:
(0,26,1,38)
C0M26Y1K38 
(0%,26%,1%,38%)
(0.00/0.26/0.01/0.38)	

CMYK percentages

%0
%25.95
%1.27
%38.04

Codes

Color #9E759C in popluar color models

9E759C
RGB158117156
HSL303°17.45%53.92%
HSB/HSV303°25.95%61.96%
CMYK0.00%25.95%1.27%
38.04%

Color #9E759C in popluar number systems.

HEX9E759C
Decimal158117156
Binary10011110111010110011100
Octal236165234

Shades and tints

Shades of #9E759C

#9E759C
(158,117,156)
#906B8E
(144,107,142)
#826180
(130,97,128)
#745772
(116,87,114)
#664D64
(102,77,100)
#584356
(88,67,86)
#4A3948
(74,57,72)
#3C2F3A
(60,47,58)
#2E252C
(46,37,44)
#201B1E
(32,27,30)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #9E759C

#9E759C
(158,117,156)
#A681A5
(166,129,165)
#AE8DAE
(174,141,174)
#B699B7
(182,153,183)
#BEA5C0
(190,165,192)
#C6B1C9
(198,177,201)
#CEBDD2
(206,189,210)
#D6C9DB
(214,201,219)
#DED5E4
(222,213,228)
#E6E1ED
(230,225,237)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E759C; }

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

This text font color is #9E759C.


Background Color

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

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

This div background color is #9E759C.


Border color

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

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

This div border color is #9E759C.


Opacity

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

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

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

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

This text has shadow with #9E759C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E759C on black background.


Color preview on white background

This text has color #9E759C on white background.



Black color preview on #9E759C background

This text has black color on #9E759C background.


White color preview on #9E759C background

This text has white color on #9E759C background.