COLOR #9D5D86

HEX: #9D5D86
RGB: (157,93,134)

Color info

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

RGB color model

#9D5D86 color RGB value is (157,93,134).

  • red value is 157;
  • green value is 93;
  • blue value is 134.
RGB:
(157,93,134)
(62%,36%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 93 of 255 = 36%
B 134 of 255 = 53%

157
93
134

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

Portions of RGB colors in percentages

R + G + B =
157 + 93 + 134 = 384 (100%)
R 157 of 384 ~ 40.89%
G 93 of 384 ~ 24.22%
B 134 of 384 ~ 34.9%

%40.89
%24.22
%34.9

CMYK color model

#9D5D86 color CMYK value is (0,41,15,38).

  • cyan value is 0.00%
  • magenta value is 40.76%
  • yellow value is 14.65%
  • key color value is 38.43%
CMYK:
(0,41,15,38)
C0M41Y15K38 
(0%,41%,15%,38%)
(0.00/0.41/0.15/0.38)	

CMYK percentages

%0
%40.76
%14.65
%38.43

Codes

Color #9D5D86 in popluar color models

9D5D86
RGB15793134
HSL322°25.60%49.02%
HSB/HSV322°40.76%61.57%
CMYK0.00%40.76%14.65%
38.43%

Color #9D5D86 in popluar number systems.

HEX9D5D86
Decimal15793134
Binary10011101101110110000110
Octal235135206

Shades and tints

Shades of #9D5D86

#9D5D86
(157,93,134)
#8F557A
(143,85,122)
#814D6E
(129,77,110)
#734562
(115,69,98)
#653D56
(101,61,86)
#57354A
(87,53,74)
#492D3E
(73,45,62)
#3B2532
(59,37,50)
#2D1D26
(45,29,38)
#1F151A
(31,21,26)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #9D5D86

#9D5D86
(157,93,134)
#A56B91
(165,107,145)
#AD799C
(173,121,156)
#B587A7
(181,135,167)
#BD95B2
(189,149,178)
#C5A3BD
(197,163,189)
#CDB1C8
(205,177,200)
#D5BFD3
(213,191,211)
#DDCDDE
(221,205,222)
#E5DBE9
(229,219,233)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5D86 color. Also use rgb(157,93,134) instead hex code.

Text Font Color

.myTextColor { color: #9D5D86; }

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

This text font color is #9D5D86.


Background Color

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

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

This div background color is #9D5D86.


Border color

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

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

This div border color is #9D5D86.


Opacity

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

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

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

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

This text has shadow with #9D5D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5D86 on black background.


Color preview on white background

This text has color #9D5D86 on white background.



Black color preview on #9D5D86 background

This text has black color on #9D5D86 background.


White color preview on #9D5D86 background

This text has white color on #9D5D86 background.