COLOR #9E37AD

HEX: #9E37AD
RGB: (158,55,173)

Color info

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

RGB color model

#9E37AD color RGB value is (158,55,173).

  • red value is 158;
  • green value is 55;
  • blue value is 173.
RGB:
(158,55,173)
(62%,22%,68%)

RGB channels and saturation

R 158 of 255 = 62%
G 55 of 255 = 22%
B 173 of 255 = 68%

158
55
173

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

Portions of RGB colors in percentages

R + G + B =
158 + 55 + 173 = 386 (100%)
R 158 of 386 ~ 40.93%
G 55 of 386 ~ 14.25%
B 173 of 386 ~ 44.82%

%40.93
%14.25
%44.82

CMYK color model

#9E37AD color CMYK value is (9,68,0,32).

  • cyan value is 8.67%
  • magenta value is 68.21%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(9,68,0,32)
C9M68Y0K32 
(9%,68%,0%,32%)
(0.09/0.68/0.00/0.32)	

CMYK percentages

%8.67
%68.21
%0
%32.16

Codes

Color #9E37AD in popluar color models

9E37AD
RGB15855173
HSL292°51.75%44.71%
HSB/HSV292°68.21%67.84%
CMYK8.67%68.21%0.00%
32.16%

Color #9E37AD in popluar number systems.

HEX9E37AD
Decimal15855173
Binary1001111011011110101101
Octal23667255

Shades and tints

Shades of #9E37AD

#9E37AD
(158,55,173)
#90329E
(144,50,158)
#822D8F
(130,45,143)
#742880
(116,40,128)
#662371
(102,35,113)
#581E62
(88,30,98)
#4A1953
(74,25,83)
#3C1444
(60,20,68)
#2E0F35
(46,15,53)
#200A26
(32,10,38)
#120517
(18,5,23)
#000000
(0,0,0)

Tints of #9E37AD

#9E37AD
(158,55,173)
#A649B4
(166,73,180)
#AE5BBB
(174,91,187)
#B66DC2
(182,109,194)
#BE7FC9
(190,127,201)
#C691D0
(198,145,208)
#CEA3D7
(206,163,215)
#D6B5DE
(214,181,222)
#DEC7E5
(222,199,229)
#E6D9EC
(230,217,236)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E37AD color. Also use rgb(158,55,173) instead hex code.

Text Font Color

.myTextColor { color: #9E37AD; }

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

This text font color is #9E37AD.


Background Color

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

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

This div background color is #9E37AD.


Border color

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

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

This div border color is #9E37AD.


Opacity

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

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

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

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

This text has shadow with #9E37AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E37AD on black background.


Color preview on white background

This text has color #9E37AD on white background.



Black color preview on #9E37AD background

This text has black color on #9E37AD background.


White color preview on #9E37AD background

This text has white color on #9E37AD background.