COLOR #9E597F

HEX: #9E597F
RGB: (158,89,127)

Color info

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

RGB color model

#9E597F color RGB value is (158,89,127).

  • red value is 158;
  • green value is 89;
  • blue value is 127.
RGB:
(158,89,127)
(62%,35%,50%)

RGB channels and saturation

R 158 of 255 = 62%
G 89 of 255 = 35%
B 127 of 255 = 50%

158
89
127

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

Portions of RGB colors in percentages

R + G + B =
158 + 89 + 127 = 374 (100%)
R 158 of 374 ~ 42.25%
G 89 of 374 ~ 23.8%
B 127 of 374 ~ 33.96%

%42.25
%23.8
%33.96

CMYK color model

#9E597F color CMYK value is (0,44,20,38).

  • cyan value is 0.00%
  • magenta value is 43.67%
  • yellow value is 19.62%
  • key color value is 38.04%
CMYK:
(0,44,20,38)
C0M44Y20K38 
(0%,44%,20%,38%)
(0.00/0.44/0.20/0.38)	

CMYK percentages

%0
%43.67
%19.62
%38.04

Codes

Color #9E597F in popluar color models

9E597F
RGB15889127
HSL327°27.94%48.43%
HSB/HSV327°43.67%61.96%
CMYK0.00%43.67%19.62%
38.04%

Color #9E597F in popluar number systems.

HEX9E597F
Decimal15889127
Binary1001111010110011111111
Octal236131177

Shades and tints

Shades of #9E597F

#9E597F
(158,89,127)
#905174
(144,81,116)
#824969
(130,73,105)
#74415E
(116,65,94)
#663953
(102,57,83)
#583148
(88,49,72)
#4A293D
(74,41,61)
#3C2132
(60,33,50)
#2E1927
(46,25,39)
#20111C
(32,17,28)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #9E597F

#9E597F
(158,89,127)
#A6688A
(166,104,138)
#AE7795
(174,119,149)
#B686A0
(182,134,160)
#BE95AB
(190,149,171)
#C6A4B6
(198,164,182)
#CEB3C1
(206,179,193)
#D6C2CC
(214,194,204)
#DED1D7
(222,209,215)
#E6E0E2
(230,224,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E597F; }

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

This text font color is #9E597F.


Background Color

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

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

This div background color is #9E597F.


Border color

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

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

This div border color is #9E597F.


Opacity

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

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

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

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

This text has shadow with #9E597F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E597F on black background.


Color preview on white background

This text has color #9E597F on white background.



Black color preview on #9E597F background

This text has black color on #9E597F background.


White color preview on #9E597F background

This text has white color on #9E597F background.