COLOR #9D5D7F

HEX: #9D5D7F
RGB: (157,93,127)

Color info

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

RGB color model

#9D5D7F color RGB value is (157,93,127).

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

RGB channels and saturation

R 157 of 255 = 62%
G 93 of 255 = 36%
B 127 of 255 = 50%

157
93
127

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

Portions of RGB colors in percentages

R + G + B =
157 + 93 + 127 = 377 (100%)
R 157 of 377 ~ 41.64%
G 93 of 377 ~ 24.67%
B 127 of 377 ~ 33.69%

%41.64
%24.67
%33.69

CMYK color model

#9D5D7F color CMYK value is (0,41,19,38).

  • cyan value is 0.00%
  • magenta value is 40.76%
  • yellow value is 19.11%
  • key color value is 38.43%
CMYK:
(0,41,19,38)
C0M41Y19K38 
(0%,41%,19%,38%)
(0.00/0.41/0.19/0.38)	

CMYK percentages

%0
%40.76
%19.11
%38.43

Codes

Color #9D5D7F in popluar color models

9D5D7F
RGB15793127
HSL328°25.60%49.02%
HSB/HSV328°40.76%61.57%
CMYK0.00%40.76%19.11%
38.43%

Color #9D5D7F in popluar number systems.

HEX9D5D7F
Decimal15793127
Binary1001110110111011111111
Octal235135177

Shades and tints

Shades of #9D5D7F

#9D5D7F
(157,93,127)
#8F5574
(143,85,116)
#814D69
(129,77,105)
#73455E
(115,69,94)
#653D53
(101,61,83)
#573548
(87,53,72)
#492D3D
(73,45,61)
#3B2532
(59,37,50)
#2D1D27
(45,29,39)
#1F151C
(31,21,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #9D5D7F

#9D5D7F
(157,93,127)
#A56B8A
(165,107,138)
#AD7995
(173,121,149)
#B587A0
(181,135,160)
#BD95AB
(189,149,171)
#C5A3B6
(197,163,182)
#CDB1C1
(205,177,193)
#D5BFCC
(213,191,204)
#DDCDD7
(221,205,215)
#E5DBE2
(229,219,226)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5D7F; }

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

This text font color is #9D5D7F.


Background Color

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

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

This div background color is #9D5D7F.


Border color

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

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

This div border color is #9D5D7F.


Opacity

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

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

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

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

This text has shadow with #9D5D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5D7F on black background.


Color preview on white background

This text has color #9D5D7F on white background.



Black color preview on #9D5D7F background

This text has black color on #9D5D7F background.


White color preview on #9D5D7F background

This text has white color on #9D5D7F background.