COLOR #9E14A4

HEX: #9E14A4
RGB: (158,20,164)

Color info

#9E14A4 contains mainly red and blue colors. Web safe color of #9E14A4 is #990099 (or #909).

RGB color model

#9E14A4 color RGB value is (158,20,164).

  • red value is 158;
  • green value is 20;
  • blue value is 164.
RGB:
(158,20,164)
(62%,8%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 20 of 255 = 8%
B 164 of 255 = 64%

158
20
164

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

Portions of RGB colors in percentages

R + G + B =
158 + 20 + 164 = 342 (100%)
R 158 of 342 ~ 46.2%
G 20 of 342 ~ 5.85%
B 164 of 342 ~ 47.95%

%46.2
%47.95

CMYK color model

#9E14A4 color CMYK value is (4,88,0,36).

  • cyan value is 3.66%
  • magenta value is 87.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(4,88,0,36)
C4M88Y0K36 
(4%,88%,0%,36%)
(0.04/0.88/0.00/0.36)	

CMYK percentages

%3.66
%87.8
%0
%35.69

Codes

Color #9E14A4 in popluar color models

9E14A4
RGB15820164
HSL298°78.26%36.08%
HSB/HSV298°87.80%64.31%
CMYK3.66%87.80%0.00%
35.69%

Color #9E14A4 in popluar number systems.

HEX9E14A4
Decimal15820164
Binary100111101010010100100
Octal23624244

Shades and tints

Shades of #9E14A4

#9E14A4
(158,20,164)
#901396
(144,19,150)
#821288
(130,18,136)
#74117A
(116,17,122)
#66106C
(102,16,108)
#580F5E
(88,15,94)
#4A0E50
(74,14,80)
#3C0D42
(60,13,66)
#2E0C34
(46,12,52)
#200B26
(32,11,38)
#120A18
(18,10,24)
#000000
(0,0,0)

Tints of #9E14A4

#9E14A4
(158,20,164)
#A629AC
(166,41,172)
#AE3EB4
(174,62,180)
#B653BC
(182,83,188)
#BE68C4
(190,104,196)
#C67DCC
(198,125,204)
#CE92D4
(206,146,212)
#D6A7DC
(214,167,220)
#DEBCE4
(222,188,228)
#E6D1EC
(230,209,236)
#EEE6F4
(238,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E14A4 color. Also use rgb(158,20,164) instead hex code.

Text Font Color

.myTextColor { color: #9E14A4; }

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

This text font color is #9E14A4.


Background Color

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

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

This div background color is #9E14A4.


Border color

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

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

This div border color is #9E14A4.


Opacity

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

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

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

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

This text has shadow with #9E14A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E14A4 on black background.


Color preview on white background

This text has color #9E14A4 on white background.



Black color preview on #9E14A4 background

This text has black color on #9E14A4 background.


White color preview on #9E14A4 background

This text has white color on #9E14A4 background.