COLOR #9E56AC

HEX: #9E56AC
RGB: (158,86,172)

Color info

#9E56AC contains mainly red and blue colors. Web safe color of #9E56AC is #996699 (or #969).

RGB color model

#9E56AC color RGB value is (158,86,172).

  • red value is 158;
  • green value is 86;
  • blue value is 172.
RGB:
(158,86,172)
(62%,34%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 86 of 255 = 34%
B 172 of 255 = 67%

158
86
172

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

Portions of RGB colors in percentages

R + G + B =
158 + 86 + 172 = 416 (100%)
R 158 of 416 ~ 37.98%
G 86 of 416 ~ 20.67%
B 172 of 416 ~ 41.35%

%37.98
%20.67
%41.35

CMYK color model

#9E56AC color CMYK value is (8,50,0,33).

  • cyan value is 8.14%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,50,0,33)
C8M50Y0K33 
(8%,50%,0%,33%)
(0.08/0.50/0.00/0.33)	

CMYK percentages

%8.14
%50
%0
%32.55

Codes

Color #9E56AC in popluar color models

9E56AC
RGB15886172
HSL290°34.13%50.59%
HSB/HSV290°50.00%67.45%
CMYK8.14%50.00%0.00%
32.55%

Color #9E56AC in popluar number systems.

HEX9E56AC
Decimal15886172
Binary10011110101011010101100
Octal236126254

Shades and tints

Shades of #9E56AC

#9E56AC
(158,86,172)
#904F9D
(144,79,157)
#82488E
(130,72,142)
#74417F
(116,65,127)
#663A70
(102,58,112)
#583361
(88,51,97)
#4A2C52
(74,44,82)
#3C2543
(60,37,67)
#2E1E34
(46,30,52)
#201725
(32,23,37)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #9E56AC

#9E56AC
(158,86,172)
#A665B3
(166,101,179)
#AE74BA
(174,116,186)
#B683C1
(182,131,193)
#BE92C8
(190,146,200)
#C6A1CF
(198,161,207)
#CEB0D6
(206,176,214)
#D6BFDD
(214,191,221)
#DECEE4
(222,206,228)
#E6DDEB
(230,221,235)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E56AC color. Also use rgb(158,86,172) instead hex code.

Text Font Color

.myTextColor { color: #9E56AC; }

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

This text font color is #9E56AC.


Background Color

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

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

This div background color is #9E56AC.


Border color

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

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

This div border color is #9E56AC.


Opacity

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

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

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

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

This text has shadow with #9E56AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E56AC on black background.


Color preview on white background

This text has color #9E56AC on white background.



Black color preview on #9E56AC background

This text has black color on #9E56AC background.


White color preview on #9E56AC background

This text has white color on #9E56AC background.