COLOR #9D5287

HEX: #9D5287
RGB: (157,82,135)

Color info

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

RGB color model

#9D5287 color RGB value is (157,82,135).

  • red value is 157;
  • green value is 82;
  • blue value is 135.
RGB:
(157,82,135)
(62%,32%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 82 of 255 = 32%
B 135 of 255 = 53%

157
82
135

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

Portions of RGB colors in percentages

R + G + B =
157 + 82 + 135 = 374 (100%)
R 157 of 374 ~ 41.98%
G 82 of 374 ~ 21.93%
B 135 of 374 ~ 36.1%

%41.98
%21.93
%36.1

CMYK color model

#9D5287 color CMYK value is (0,48,14,38).

  • cyan value is 0.00%
  • magenta value is 47.77%
  • yellow value is 14.01%
  • key color value is 38.43%
CMYK:
(0,48,14,38)
C0M48Y14K38 
(0%,48%,14%,38%)
(0.00/0.48/0.14/0.38)	

CMYK percentages

%0
%47.77
%14.01
%38.43

Codes

Color #9D5287 in popluar color models

9D5287
RGB15782135
HSL318°31.38%46.86%
HSB/HSV318°47.77%61.57%
CMYK0.00%47.77%14.01%
38.43%

Color #9D5287 in popluar number systems.

HEX9D5287
Decimal15782135
Binary10011101101001010000111
Octal235122207

Shades and tints

Shades of #9D5287

#9D5287
(157,82,135)
#8F4B7B
(143,75,123)
#81446F
(129,68,111)
#733D63
(115,61,99)
#653657
(101,54,87)
#572F4B
(87,47,75)
#49283F
(73,40,63)
#3B2133
(59,33,51)
#2D1A27
(45,26,39)
#1F131B
(31,19,27)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #9D5287

#9D5287
(157,82,135)
#A56191
(165,97,145)
#AD709B
(173,112,155)
#B57FA5
(181,127,165)
#BD8EAF
(189,142,175)
#C59DB9
(197,157,185)
#CDACC3
(205,172,195)
#D5BBCD
(213,187,205)
#DDCAD7
(221,202,215)
#E5D9E1
(229,217,225)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5287; }

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

This text font color is #9D5287.


Background Color

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

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

This div background color is #9D5287.


Border color

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

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

This div border color is #9D5287.


Opacity

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

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

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

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

This text has shadow with #9D5287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5287 on black background.


Color preview on white background

This text has color #9D5287 on white background.



Black color preview on #9D5287 background

This text has black color on #9D5287 background.


White color preview on #9D5287 background

This text has white color on #9D5287 background.