COLOR #9E3283

HEX: #9E3283
RGB: (158,50,131)

Color info

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

RGB color model

#9E3283 color RGB value is (158,50,131).

  • red value is 158;
  • green value is 50;
  • blue value is 131.
RGB:
(158,50,131)
(62%,20%,51%)

RGB channels and saturation

R 158 of 255 = 62%
G 50 of 255 = 20%
B 131 of 255 = 51%

158
50
131

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

Portions of RGB colors in percentages

R + G + B =
158 + 50 + 131 = 339 (100%)
R 158 of 339 ~ 46.61%
G 50 of 339 ~ 14.75%
B 131 of 339 ~ 38.64%

%46.61
%14.75
%38.64

CMYK color model

#9E3283 color CMYK value is (0,68,17,38).

  • cyan value is 0.00%
  • magenta value is 68.35%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(0,68,17,38)
C0M68Y17K38 
(0%,68%,17%,38%)
(0.00/0.68/0.17/0.38)	

CMYK percentages

%0
%68.35
%17.09
%38.04

Codes

Color #9E3283 in popluar color models

9E3283
RGB15850131
HSL315°51.92%40.78%
HSB/HSV315°68.35%61.96%
CMYK0.00%68.35%17.09%
38.04%

Color #9E3283 in popluar number systems.

HEX9E3283
Decimal15850131
Binary1001111011001010000011
Octal23662203

Shades and tints

Shades of #9E3283

#9E3283
(158,50,131)
#902E78
(144,46,120)
#822A6D
(130,42,109)
#742662
(116,38,98)
#662257
(102,34,87)
#581E4C
(88,30,76)
#4A1A41
(74,26,65)
#3C1636
(60,22,54)
#2E122B
(46,18,43)
#200E20
(32,14,32)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #9E3283

#9E3283
(158,50,131)
#A6448E
(166,68,142)
#AE5699
(174,86,153)
#B668A4
(182,104,164)
#BE7AAF
(190,122,175)
#C68CBA
(198,140,186)
#CE9EC5
(206,158,197)
#D6B0D0
(214,176,208)
#DEC2DB
(222,194,219)
#E6D4E6
(230,212,230)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E3283 color. Also use rgb(158,50,131) instead hex code.

Text Font Color

.myTextColor { color: #9E3283; }

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

This text font color is #9E3283.


Background Color

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

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

This div background color is #9E3283.


Border color

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

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

This div border color is #9E3283.


Opacity

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

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

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

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

This text has shadow with #9E3283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E3283 on black background.


Color preview on white background

This text has color #9E3283 on white background.



Black color preview on #9E3283 background

This text has black color on #9E3283 background.


White color preview on #9E3283 background

This text has white color on #9E3283 background.