COLOR #9E3A89

HEX: #9E3A89
RGB: (158,58,137)

Color info

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

RGB color model

#9E3A89 color RGB value is (158,58,137).

  • red value is 158;
  • green value is 58;
  • blue value is 137.
RGB:
(158,58,137)
(62%,23%,54%)

RGB channels and saturation

R 158 of 255 = 62%
G 58 of 255 = 23%
B 137 of 255 = 54%

158
58
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 58 + 137 = 353 (100%)
R 158 of 353 ~ 44.76%
G 58 of 353 ~ 16.43%
B 137 of 353 ~ 38.81%

%44.76
%16.43
%38.81

CMYK color model

#9E3A89 color CMYK value is (0,63,13,38).

  • cyan value is 0.00%
  • magenta value is 63.29%
  • yellow value is 13.29%
  • key color value is 38.04%
CMYK:
(0,63,13,38)
C0M63Y13K38 
(0%,63%,13%,38%)
(0.00/0.63/0.13/0.38)	

CMYK percentages

%0
%63.29
%13.29
%38.04

Codes

Color #9E3A89 in popluar color models

9E3A89
RGB15858137
HSL313°46.30%42.35%
HSB/HSV313°63.29%61.96%
CMYK0.00%63.29%13.29%
38.04%

Color #9E3A89 in popluar number systems.

HEX9E3A89
Decimal15858137
Binary1001111011101010001001
Octal23672211

Shades and tints

Shades of #9E3A89

#9E3A89
(158,58,137)
#90357D
(144,53,125)
#823071
(130,48,113)
#742B65
(116,43,101)
#662659
(102,38,89)
#58214D
(88,33,77)
#4A1C41
(74,28,65)
#3C1735
(60,23,53)
#2E1229
(46,18,41)
#200D1D
(32,13,29)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #9E3A89

#9E3A89
(158,58,137)
#A64B93
(166,75,147)
#AE5C9D
(174,92,157)
#B66DA7
(182,109,167)
#BE7EB1
(190,126,177)
#C68FBB
(198,143,187)
#CEA0C5
(206,160,197)
#D6B1CF
(214,177,207)
#DEC2D9
(222,194,217)
#E6D3E3
(230,211,227)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E3A89 color. Also use rgb(158,58,137) instead hex code.

Text Font Color

.myTextColor { color: #9E3A89; }

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

This text font color is #9E3A89.


Background Color

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

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

This div background color is #9E3A89.


Border color

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

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

This div border color is #9E3A89.


Opacity

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

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

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

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

This text has shadow with #9E3A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E3A89 on black background.


Color preview on white background

This text has color #9E3A89 on white background.



Black color preview on #9E3A89 background

This text has black color on #9E3A89 background.


White color preview on #9E3A89 background

This text has white color on #9E3A89 background.