COLOR #9E597D

HEX: #9E597D RGB: (158,89,125)

Color info

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

RGB color model

#9E597D color RGB value is (158,89,125).

RGB: (158,89,125) (62%, 35%, 49%)

RGB channels and saturation

R 158 of 255 = 62%
G 89 of 255 = 35%
B 125 of 255 = 49%

158
89
125

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

Portions of RGB colors in percentages

R + G + B = 158 + 89 + 125 = 372 (100%)
R 158 of 372 ~ 42.47%
G 89 of 372 ~ 23.92%
B 125 of 372 ~ 33.6'%

%42.47
%23.92
%33.6

CMYK color model

#9E597D color CMYK value is (0,44,21,38).

  • cyan value is 0.00%
  • magenta value is 43.67%
  • yellow value is 20.89%
  • key color value is 38.04%

CMYK: (0,44,21,38)
C0M44Y21K38 (0%, 44%, 21%, 38%)
(0.00 / 0.44 / 0.21 / 0.38)

CMYK percentages

%0
%43.67
%20.89
%38.04

Codes

Color #9E597D in popluar color models

9E 59 7D
RGB 158 89 125
HSL 329° 27.94% 48.43%
HSB/HSV 329° 43.67% 61.96%
CMYK 0.00% 43.67% 20.89%
38.04%

Color #9E597D in popluar number systems.

HEX 9E 59 7D
Decimal 158 89 125
Binary 10011110 1011001 1111101
Octal 236 131 175

Shades and tints

Shades of #9E597D

#9E597D
(158,89,125)
#905172
(144,81,114)
#824967
(130,73,103)
#74415C
(116,65,92)
#663951
(102,57,81)
#583146
(88,49,70)
#4A293B
(74,41,59)
#3C2130
(60,33,48)
#2E1925
(46,25,37)
#20111A
(32,17,26)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #9E597D

#9E597D
(158,89,125)
#A66888
(166,104,136)
#AE7793
(174,119,147)
#B6869E
(182,134,158)
#BE95A9
(190,149,169)
#C6A4B4
(198,164,180)
#CEB3BF
(206,179,191)
#D6C2CA
(214,194,202)
#DED1D5
(222,209,213)
#E6E0E0
(230,224,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E597D; }

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

This text font color is #9E597D.

Background Color

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

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

This div background color is #9E597D.

Border color

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

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

This div border color is #9E597D.

Opacity

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

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

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

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

This text has shadow with #9E597D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E597D.

Preview

Color preview on black background

This text has color #9E597D on black background.


Color preview on white background

This text has color #9E597D on white background.


Black color preview on #9E597D background

This text has black color on #9E597D background.


White color preview on #9E597D background

This text has white color on #9E597D background.


Related colors

Complementary color

Complementary color for #hex is #61A682.


I love getcolorcode.com

Triadic colors

1 #7D9E59 and #597D9E with #9E597D are triadic colors.

2 #7D599E and #599E7D with #9E597D are triadic colors.