COLOR #9E5187

HEX: #9E5187 RGB: (158,81,135)

Color info

#9E5187 contains mainly red and blue colors. Web safe color of #9E5187 is #996699 (or #969).

RGB color model

#9E5187 color RGB value is (158,81,135).

RGB: (158,81,135) (62%, 32%, 53%)

RGB channels and saturation

R 158 of 255 = 62%
G 81 of 255 = 32%
B 135 of 255 = 53%

158
81
135

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

Portions of RGB colors in percentages

R + G + B = 158 + 81 + 135 = 374 (100%)
R 158 of 374 ~ 42.25%
G 81 of 374 ~ 21.66%
B 135 of 374 ~ 36.1'%

%42.25
%21.66
%36.1

CMYK color model

#9E5187 color CMYK value is (0,49,15,38).

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 14.56%
  • key color value is 38.04%

CMYK: (0,49,15,38)
C0M49Y15K38 (0%, 49%, 15%, 38%)
(0.00 / 0.49 / 0.15 / 0.38)

CMYK percentages

%0
%48.73
%14.56
%38.04

Codes

Color #9E5187 in popluar color models

9E 51 87
RGB 158 81 135
HSL 318° 32.22% 46.86%
HSB/HSV 318° 48.73% 61.96%
CMYK 0.00% 48.73% 14.56%
38.04%

Color #9E5187 in popluar number systems.

HEX 9E 51 87
Decimal 158 81 135
Binary 10011110 1010001 10000111
Octal 236 121 207

Shades and tints

Shades of #9E5187

#9E5187
(158,81,135)
#904A7B
(144,74,123)
#82436F
(130,67,111)
#743C63
(116,60,99)
#663557
(102,53,87)
#582E4B
(88,46,75)
#4A273F
(74,39,63)
#3C2033
(60,32,51)
#2E1927
(46,25,39)
#20121B
(32,18,27)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #9E5187

#9E5187
(158,81,135)
#A66091
(166,96,145)
#AE6F9B
(174,111,155)
#B67EA5
(182,126,165)
#BE8DAF
(190,141,175)
#C69CB9
(198,156,185)
#CEABC3
(206,171,195)
#D6BACD
(214,186,205)
#DEC9D7
(222,201,215)
#E6D8E1
(230,216,225)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5187 color. Also use rgb(158,81,135) instead hex code.

Text Font Color

.myTextColor { color: #9E5187; }

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

This text font color is #9E5187.

Background Color

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

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

This div background color is #9E5187.

Border color

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

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

This div border color is #9E5187.

Opacity

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

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

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

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

This text has shadow with #9E5187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E5187.

Preview

Color preview on black background

This text has color #9E5187 on black background.


Color preview on white background

This text has color #9E5187 on white background.


Black color preview on #9E5187 background

This text has black color on #9E5187 background.


White color preview on #9E5187 background

This text has white color on #9E5187 background.


Related colors

Complementary color

Complementary color for #hex is #61AE78.


I love getcolorcode.com

Triadic colors

1 #879E51 and #51879E with #9E5187 are triadic colors.

2 #87519E and #519E87 with #9E5187 are triadic colors.