COLOR #9E415E

HEX: #9E415E RGB: (158,65,94)

Color info

#9E415E contains mainly red color. Web safe color of #9E415E is #993366 (or #936).

RGB color model

#9E415E color RGB value is (158,65,94).

RGB: (158,65,94) (62%, 25%, 37%)

RGB channels and saturation

R 158 of 255 = 62%
G 65 of 255 = 25%
B 94 of 255 = 37%

158
65
94

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

Portions of RGB colors in percentages

R + G + B = 158 + 65 + 94 = 317 (100%)
R 158 of 317 ~ 49.84%
G 65 of 317 ~ 20.5%
B 94 of 317 ~ 29.65'%

%49.84
%20.5
%29.65

CMYK color model

#9E415E color CMYK value is (0,59,41,38).

  • cyan value is 0.00%
  • magenta value is 58.86%
  • yellow value is 40.51%
  • key color value is 38.04%

CMYK: (0,59,41,38)
C0M59Y41K38 (0%, 59%, 41%, 38%)
(0.00 / 0.59 / 0.41 / 0.38)

CMYK percentages

%0
%58.86
%40.51
%38.04

Codes

Color #9E415E in popluar color models

9E 41 5E
RGB 158 65 94
HSL 341° 41.70% 43.73%
HSB/HSV 341° 58.86% 61.96%
CMYK 0.00% 58.86% 40.51%
38.04%

Color #9E415E in popluar number systems.

HEX 9E 41 5E
Decimal 158 65 94
Binary 10011110 1000001 1011110
Octal 236 101 136

Shades and tints

Shades of #9E415E

#9E415E
(158,65,94)
#903C56
(144,60,86)
#82374E
(130,55,78)
#743246
(116,50,70)
#662D3E
(102,45,62)
#582836
(88,40,54)
#4A232E
(74,35,46)
#3C1E26
(60,30,38)
#2E191E
(46,25,30)
#201416
(32,20,22)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #9E415E

#9E415E
(158,65,94)
#A6526C
(166,82,108)
#AE637A
(174,99,122)
#B67488
(182,116,136)
#BE8596
(190,133,150)
#C696A4
(198,150,164)
#CEA7B2
(206,167,178)
#D6B8C0
(214,184,192)
#DEC9CE
(222,201,206)
#E6DADC
(230,218,220)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E415E color. Also use rgb(158,65,94) instead hex code.

Text Font Color

.myTextColor { color: #9E415E; }

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

This text font color is #9E415E.

Background Color

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

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

This div background color is #9E415E.

Border color

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

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

This div border color is #9E415E.

Opacity

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

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

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

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

This text has shadow with #9E415E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E415E.

Preview

Color preview on black background

This text has color #9E415E on black background.


Color preview on white background

This text has color #9E415E on white background.


Black color preview on #9E415E background

This text has black color on #9E415E background.


White color preview on #9E415E background

This text has white color on #9E415E background.


Related colors

Complementary color

Complementary color for #hex is #61BEA1.


I love getcolorcode.com

Triadic colors

1 #5E9E41 and #415E9E with #9E415E are triadic colors.

2 #5E419E and #419E5E with #9E415E are triadic colors.