COLOR #9E3E7F

HEX: #9E3E7F RGB: (158,62,127)

Color info

#9E3E7F contains mainly red and blue colors. Web safe color of #9E3E7F is #993366 (or #936).

RGB color model

#9E3E7F color RGB value is (158,62,127).

RGB: (158,62,127) (62%, 24%, 50%)

RGB channels and saturation

R 158 of 255 = 62%
G 62 of 255 = 24%
B 127 of 255 = 50%

158
62
127

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

Portions of RGB colors in percentages

R + G + B = 158 + 62 + 127 = 347 (100%)
R 158 of 347 ~ 45.53%
G 62 of 347 ~ 17.87%
B 127 of 347 ~ 36.6'%

%45.53
%17.87
%36.6

CMYK color model

#9E3E7F color CMYK value is (0,61,20,38).

  • cyan value is 0.00%
  • magenta value is 60.76%
  • yellow value is 19.62%
  • key color value is 38.04%

CMYK: (0,61,20,38)
C0M61Y20K38 (0%, 61%, 20%, 38%)
(0.00 / 0.61 / 0.20 / 0.38)

CMYK percentages

%0
%60.76
%19.62
%38.04

Codes

Color #9E3E7F in popluar color models

9E 3E 7F
RGB 158 62 127
HSL 319° 43.64% 43.14%
HSB/HSV 319° 60.76% 61.96%
CMYK 0.00% 60.76% 19.62%
38.04%

Color #9E3E7F in popluar number systems.

HEX 9E 3E 7F
Decimal 158 62 127
Binary 10011110 111110 1111111
Octal 236 76 177

Shades and tints

Shades of #9E3E7F

#9E3E7F
(158,62,127)
#903974
(144,57,116)
#823469
(130,52,105)
#742F5E
(116,47,94)
#662A53
(102,42,83)
#582548
(88,37,72)
#4A203D
(74,32,61)
#3C1B32
(60,27,50)
#2E1627
(46,22,39)
#20111C
(32,17,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #9E3E7F

#9E3E7F
(158,62,127)
#A64F8A
(166,79,138)
#AE6095
(174,96,149)
#B671A0
(182,113,160)
#BE82AB
(190,130,171)
#C693B6
(198,147,182)
#CEA4C1
(206,164,193)
#D6B5CC
(214,181,204)
#DEC6D7
(222,198,215)
#E6D7E2
(230,215,226)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E3E7F color. Also use rgb(158,62,127) instead hex code.

Text Font Color

.myTextColor { color: #9E3E7F; }

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

This text font color is #9E3E7F.

Background Color

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

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

This div background color is #9E3E7F.

Border color

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

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

This div border color is #9E3E7F.

Opacity

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

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

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

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

This text has shadow with #9E3E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E3E7F.

Preview

Color preview on black background

This text has color #9E3E7F on black background.


Color preview on white background

This text has color #9E3E7F on white background.


Black color preview on #9E3E7F background

This text has black color on #9E3E7F background.


White color preview on #9E3E7F background

This text has white color on #9E3E7F background.


Related colors

Complementary color

Complementary color for #hex is #61C180.


I love getcolorcode.com

Triadic colors

1 #7F9E3E and #3E7F9E with #9E3E7F are triadic colors.

2 #7F3E9E and #3E9E7F with #9E3E7F are triadic colors.