COLOR #9D5687

HEX: #9D5687 RGB: (157,86,135)

Color info

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

RGB color model

#9D5687 color RGB value is (157,86,135).

RGB: (157,86,135) (62%, 34%, 53%)

RGB channels and saturation

R 157 of 255 = 62%
G 86 of 255 = 34%
B 135 of 255 = 53%

157
86
135

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

Portions of RGB colors in percentages

R + G + B = 157 + 86 + 135 = 378 (100%)
R 157 of 378 ~ 41.53%
G 86 of 378 ~ 22.75%
B 135 of 378 ~ 35.71'%

%41.53
%22.75
%35.71

CMYK color model

#9D5687 color CMYK value is (0,45,14,38).

  • cyan value is 0.00%
  • magenta value is 45.22%
  • yellow value is 14.01%
  • key color value is 38.43%

CMYK: (0,45,14,38)
C0M45Y14K38 (0%, 45%, 14%, 38%)
(0.00 / 0.45 / 0.14 / 0.38)

CMYK percentages

%0
%45.22
%14.01
%38.43

Codes

Color #9D5687 in popluar color models

9D 56 87
RGB 157 86 135
HSL 319° 29.22% 47.65%
HSB/HSV 319° 45.22% 61.57%
CMYK 0.00% 45.22% 14.01%
38.43%

Color #9D5687 in popluar number systems.

HEX 9D 56 87
Decimal 157 86 135
Binary 10011101 1010110 10000111
Octal 235 126 207

Shades and tints

Shades of #9D5687

#9D5687
(157,86,135)
#8F4F7B
(143,79,123)
#81486F
(129,72,111)
#734163
(115,65,99)
#653A57
(101,58,87)
#57334B
(87,51,75)
#492C3F
(73,44,63)
#3B2533
(59,37,51)
#2D1E27
(45,30,39)
#1F171B
(31,23,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #9D5687

#9D5687
(157,86,135)
#A56591
(165,101,145)
#AD749B
(173,116,155)
#B583A5
(181,131,165)
#BD92AF
(189,146,175)
#C5A1B9
(197,161,185)
#CDB0C3
(205,176,195)
#D5BFCD
(213,191,205)
#DDCED7
(221,206,215)
#E5DDE1
(229,221,225)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5687 color. Also use rgb(157,86,135) instead hex code.

Text Font Color

.myTextColor { color: #9D5687; }

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

This text font color is #9D5687.

Background Color

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

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

This div background color is #9D5687.

Border color

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

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

This div border color is #9D5687.

Opacity

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

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

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

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

This text has shadow with #9D5687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D5687.

Preview

Color preview on black background

This text has color #9D5687 on black background.


Color preview on white background

This text has color #9D5687 on white background.


Black color preview on #9D5687 background

This text has black color on #9D5687 background.


White color preview on #9D5687 background

This text has white color on #9D5687 background.


Related colors

Complementary color

Complementary color for #hex is #62A978.


I love getcolorcode.com

Triadic colors

1 #879D56 and #56879D with #9D5687 are triadic colors.

2 #87569D and #569D87 with #9D5687 are triadic colors.