COLOR #9D587A

HEX: #9D587A RGB: (157,88,122)

Color info

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

RGB color model

#9D587A color RGB value is (157,88,122).

RGB: (157,88,122) (62%, 35%, 48%)

RGB channels and saturation

R 157 of 255 = 62%
G 88 of 255 = 35%
B 122 of 255 = 48%

157
88
122

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

Portions of RGB colors in percentages

R + G + B = 157 + 88 + 122 = 367 (100%)
R 157 of 367 ~ 42.78%
G 88 of 367 ~ 23.98%
B 122 of 367 ~ 33.24'%

%42.78
%23.98
%33.24

CMYK color model

#9D587A color CMYK value is (0,44,22,38).

  • cyan value is 0.00%
  • magenta value is 43.95%
  • yellow value is 22.29%
  • key color value is 38.43%

CMYK: (0,44,22,38)
C0M44Y22K38 (0%, 44%, 22%, 38%)
(0.00 / 0.44 / 0.22 / 0.38)

CMYK percentages

%0
%43.95
%22.29
%38.43

Codes

Color #9D587A in popluar color models

9D 58 7A
RGB 157 88 122
HSL 330° 28.16% 48.04%
HSB/HSV 330° 43.95% 61.57%
CMYK 0.00% 43.95% 22.29%
38.43%

Color #9D587A in popluar number systems.

HEX 9D 58 7A
Decimal 157 88 122
Binary 10011101 1011000 1111010
Octal 235 130 172

Shades and tints

Shades of #9D587A

#9D587A
(157,88,122)
#8F506F
(143,80,111)
#814864
(129,72,100)
#734059
(115,64,89)
#65384E
(101,56,78)
#573043
(87,48,67)
#492838
(73,40,56)
#3B202D
(59,32,45)
#2D1822
(45,24,34)
#1F1017
(31,16,23)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #9D587A

#9D587A
(157,88,122)
#A56786
(165,103,134)
#AD7692
(173,118,146)
#B5859E
(181,133,158)
#BD94AA
(189,148,170)
#C5A3B6
(197,163,182)
#CDB2C2
(205,178,194)
#D5C1CE
(213,193,206)
#DDD0DA
(221,208,218)
#E5DFE6
(229,223,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D587A color. Also use rgb(157,88,122) instead hex code.

Text Font Color

.myTextColor { color: #9D587A; }

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

This text font color is #9D587A.

Background Color

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

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

This div background color is #9D587A.

Border color

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

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

This div border color is #9D587A.

Opacity

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

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

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

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

This text has shadow with #9D587A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D587A.

Preview

Color preview on black background

This text has color #9D587A on black background.


Color preview on white background

This text has color #9D587A on white background.


Black color preview on #9D587A background

This text has black color on #9D587A background.


White color preview on #9D587A background

This text has white color on #9D587A background.


Related colors

Complementary color

Complementary color for #hex is #62A785.


I love getcolorcode.com

Triadic colors

1 #7A9D58 and #587A9D with #9D587A are triadic colors.

2 #7A589D and #589D7A with #9D587A are triadic colors.