COLOR #9E56A9

HEX: #9E56A9
RGB: (158,86,169)

Color info

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

RGB color model

#9E56A9 color RGB value is (158,86,169).

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

RGB channels and saturation

R 158 of 255 = 62%
G 86 of 255 = 34%
B 169 of 255 = 66%

158
86
169

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

Portions of RGB colors in percentages

R + G + B =
158 + 86 + 169 = 413 (100%)
R 158 of 413 ~ 38.26%
G 86 of 413 ~ 20.82%
B 169 of 413 ~ 40.92%

%38.26
%20.82
%40.92

CMYK color model

#9E56A9 color CMYK value is (7,49,0,34).

  • cyan value is 6.51%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(7,49,0,34)
C7M49Y0K34 
(7%,49%,0%,34%)
(0.07/0.49/0.00/0.34)	

CMYK percentages

%6.51
%49.11
%0
%33.73

Codes

Color #9E56A9 in popluar color models

9E56A9
RGB15886169
HSL292°32.55%50.00%
HSB/HSV292°49.11%66.27%
CMYK6.51%49.11%0.00%
33.73%

Color #9E56A9 in popluar number systems.

HEX9E56A9
Decimal15886169
Binary10011110101011010101001
Octal236126251

Shades and tints

Shades of #9E56A9

#9E56A9
(158,86,169)
#904F9A
(144,79,154)
#82488B
(130,72,139)
#74417C
(116,65,124)
#663A6D
(102,58,109)
#58335E
(88,51,94)
#4A2C4F
(74,44,79)
#3C2540
(60,37,64)
#2E1E31
(46,30,49)
#201722
(32,23,34)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #9E56A9

#9E56A9
(158,86,169)
#A665B0
(166,101,176)
#AE74B7
(174,116,183)
#B683BE
(182,131,190)
#BE92C5
(190,146,197)
#C6A1CC
(198,161,204)
#CEB0D3
(206,176,211)
#D6BFDA
(214,191,218)
#DECEE1
(222,206,225)
#E6DDE8
(230,221,232)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E56A9; }

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

This text font color is #9E56A9.


Background Color

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

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

This div background color is #9E56A9.


Border color

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

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

This div border color is #9E56A9.


Opacity

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

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

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

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

This text has shadow with #9E56A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E56A9 on black background.


Color preview on white background

This text has color #9E56A9 on white background.



Black color preview on #9E56A9 background

This text has black color on #9E56A9 background.


White color preview on #9E56A9 background

This text has white color on #9E56A9 background.