COLOR #9E5C7D

HEX: #9E5C7D
RGB: (158,92,125)

Color info

#9E5C7D contains mainly red and blue colors. Web safe color of #9E5C7D is #996666 (or #966).

RGB color model

#9E5C7D color RGB value is (158,92,125).

  • red value is 158;
  • green value is 92;
  • blue value is 125.
RGB:
(158,92,125)
(62%,36%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 92 of 255 = 36%
B 125 of 255 = 49%

158
92
125

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

Portions of RGB colors in percentages

R + G + B =
158 + 92 + 125 = 375 (100%)
R 158 of 375 ~ 42.13%
G 92 of 375 ~ 24.53%
B 125 of 375 ~ 33.33%

%42.13
%24.53
%33.33

CMYK color model

#9E5C7D color CMYK value is (0,42,21,38).

  • cyan value is 0.00%
  • magenta value is 41.77%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(0,42,21,38)
C0M42Y21K38 
(0%,42%,21%,38%)
(0.00/0.42/0.21/0.38)	

CMYK percentages

%0
%41.77
%20.89
%38.04

Codes

Color #9E5C7D in popluar color models

9E5C7D
RGB15892125
HSL330°26.40%49.02%
HSB/HSV330°41.77%61.96%
CMYK0.00%41.77%20.89%
38.04%

Color #9E5C7D in popluar number systems.

HEX9E5C7D
Decimal15892125
Binary1001111010111001111101
Octal236134175

Shades and tints

Shades of #9E5C7D

#9E5C7D
(158,92,125)
#905472
(144,84,114)
#824C67
(130,76,103)
#74445C
(116,68,92)
#663C51
(102,60,81)
#583446
(88,52,70)
#4A2C3B
(74,44,59)
#3C2430
(60,36,48)
#2E1C25
(46,28,37)
#20141A
(32,20,26)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #9E5C7D

#9E5C7D
(158,92,125)
#A66A88
(166,106,136)
#AE7893
(174,120,147)
#B6869E
(182,134,158)
#BE94A9
(190,148,169)
#C6A2B4
(198,162,180)
#CEB0BF
(206,176,191)
#D6BECA
(214,190,202)
#DECCD5
(222,204,213)
#E6DAE0
(230,218,224)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5C7D color. Also use rgb(158,92,125) instead hex code.

Text Font Color

.myTextColor { color: #9E5C7D; }

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

This text font color is #9E5C7D.


Background Color

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

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

This div background color is #9E5C7D.


Border color

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

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

This div border color is #9E5C7D.


Opacity

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

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

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

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

This text has shadow with #9E5C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5C7D on black background.


Color preview on white background

This text has color #9E5C7D on white background.



Black color preview on #9E5C7D background

This text has black color on #9E5C7D background.


White color preview on #9E5C7D background

This text has white color on #9E5C7D background.