COLOR #9E47A5

HEX: #9E47A5
RGB: (158,71,165)

Color info

#9E47A5 contains mainly red and blue colors. Web safe color of #9E47A5 is #993399 (or #939).

RGB color model

#9E47A5 color RGB value is (158,71,165).

  • red value is 158;
  • green value is 71;
  • blue value is 165.
RGB:
(158,71,165)
(62%,28%,65%)

RGB channels and saturation

R 158 of 255 = 62%
G 71 of 255 = 28%
B 165 of 255 = 65%

158
71
165

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

Portions of RGB colors in percentages

R + G + B =
158 + 71 + 165 = 394 (100%)
R 158 of 394 ~ 40.1%
G 71 of 394 ~ 18.02%
B 165 of 394 ~ 41.88%

%40.1
%18.02
%41.88

CMYK color model

#9E47A5 color CMYK value is (4,57,0,35).

  • cyan value is 4.24%
  • magenta value is 56.97%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(4,57,0,35)
C4M57Y0K35 
(4%,57%,0%,35%)
(0.04/0.57/0.00/0.35)	

CMYK percentages

%4.24
%56.97
%0
%35.29

Codes

Color #9E47A5 in popluar color models

9E47A5
RGB15871165
HSL296°39.83%46.27%
HSB/HSV296°56.97%64.71%
CMYK4.24%56.97%0.00%
35.29%

Color #9E47A5 in popluar number systems.

HEX9E47A5
Decimal15871165
Binary10011110100011110100101
Octal236107245

Shades and tints

Shades of #9E47A5

#9E47A5
(158,71,165)
#904196
(144,65,150)
#823B87
(130,59,135)
#743578
(116,53,120)
#662F69
(102,47,105)
#58295A
(88,41,90)
#4A234B
(74,35,75)
#3C1D3C
(60,29,60)
#2E172D
(46,23,45)
#20111E
(32,17,30)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #9E47A5

#9E47A5
(158,71,165)
#A657AD
(166,87,173)
#AE67B5
(174,103,181)
#B677BD
(182,119,189)
#BE87C5
(190,135,197)
#C697CD
(198,151,205)
#CEA7D5
(206,167,213)
#D6B7DD
(214,183,221)
#DEC7E5
(222,199,229)
#E6D7ED
(230,215,237)
#EEE7F5
(238,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E47A5 color. Also use rgb(158,71,165) instead hex code.

Text Font Color

.myTextColor { color: #9E47A5; }

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

This text font color is #9E47A5.


Background Color

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

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

This div background color is #9E47A5.


Border color

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

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

This div border color is #9E47A5.


Opacity

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

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

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

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

This text has shadow with #9E47A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E47A5 on black background.


Color preview on white background

This text has color #9E47A5 on white background.



Black color preview on #9E47A5 background

This text has black color on #9E47A5 background.


White color preview on #9E47A5 background

This text has white color on #9E47A5 background.