COLOR #9D5C81

HEX: #9D5C81
RGB: (157,92,129)

Color info

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

RGB color model

#9D5C81 color RGB value is (157,92,129).

  • red value is 157;
  • green value is 92;
  • blue value is 129.
RGB:
(157,92,129)
(62%,36%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 92 of 255 = 36%
B 129 of 255 = 51%

157
92
129

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

Portions of RGB colors in percentages

R + G + B =
157 + 92 + 129 = 378 (100%)
R 157 of 378 ~ 41.53%
G 92 of 378 ~ 24.34%
B 129 of 378 ~ 34.13%

%41.53
%24.34
%34.13

CMYK color model

#9D5C81 color CMYK value is (0,41,18,38).

  • cyan value is 0.00%
  • magenta value is 41.40%
  • yellow value is 17.83%
  • key color value is 38.43%
CMYK:
(0,41,18,38)
C0M41Y18K38 
(0%,41%,18%,38%)
(0.00/0.41/0.18/0.38)	

CMYK percentages

%0
%41.4
%17.83
%38.43

Codes

Color #9D5C81 in popluar color models

9D5C81
RGB15792129
HSL326°26.10%48.82%
HSB/HSV326°41.40%61.57%
CMYK0.00%41.40%17.83%
38.43%

Color #9D5C81 in popluar number systems.

HEX9D5C81
Decimal15792129
Binary10011101101110010000001
Octal235134201

Shades and tints

Shades of #9D5C81

#9D5C81
(157,92,129)
#8F5476
(143,84,118)
#814C6B
(129,76,107)
#734460
(115,68,96)
#653C55
(101,60,85)
#57344A
(87,52,74)
#492C3F
(73,44,63)
#3B2434
(59,36,52)
#2D1C29
(45,28,41)
#1F141E
(31,20,30)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #9D5C81

#9D5C81
(157,92,129)
#A56A8C
(165,106,140)
#AD7897
(173,120,151)
#B586A2
(181,134,162)
#BD94AD
(189,148,173)
#C5A2B8
(197,162,184)
#CDB0C3
(205,176,195)
#D5BECE
(213,190,206)
#DDCCD9
(221,204,217)
#E5DAE4
(229,218,228)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5C81 color. Also use rgb(157,92,129) instead hex code.

Text Font Color

.myTextColor { color: #9D5C81; }

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

This text font color is #9D5C81.


Background Color

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

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

This div background color is #9D5C81.


Border color

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

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

This div border color is #9D5C81.


Opacity

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

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

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

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

This text has shadow with #9D5C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5C81 on black background.


Color preview on white background

This text has color #9D5C81 on white background.



Black color preview on #9D5C81 background

This text has black color on #9D5C81 background.


White color preview on #9D5C81 background

This text has white color on #9D5C81 background.