COLOR #9D5477

HEX: #9D5477 RGB: (157,84,119)

Color info

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

RGB color model

#9D5477 color RGB value is (157,84,119).

RGB: (157,84,119) (62%, 33%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 84 of 255 = 33%
B 119 of 255 = 47%

157
84
119

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

Portions of RGB colors in percentages

R + G + B = 157 + 84 + 119 = 360 (100%)
R 157 of 360 ~ 43.61%
G 84 of 360 ~ 23.33%
B 119 of 360 ~ 33.06'%

%43.61
%23.33
%33.06

CMYK color model

#9D5477 color CMYK value is (0,46,24,38).

  • cyan value is 0.00%
  • magenta value is 46.50%
  • yellow value is 24.20%
  • key color value is 38.43%

CMYK: (0,46,24,38)
C0M46Y24K38 (0%, 46%, 24%, 38%)
(0.00 / 0.46 / 0.24 / 0.38)

CMYK percentages

%0
%46.5
%24.2
%38.43

Codes

Color #9D5477 in popluar color models

9D 54 77
RGB 157 84 119
HSL 331° 30.29% 47.25%
HSB/HSV 331° 46.50% 61.57%
CMYK 0.00% 46.50% 24.20%
38.43%

Color #9D5477 in popluar number systems.

HEX 9D 54 77
Decimal 157 84 119
Binary 10011101 1010100 1110111
Octal 235 124 167

Shades and tints

Shades of #9D5477

#9D5477
(157,84,119)
#8F4D6D
(143,77,109)
#814663
(129,70,99)
#733F59
(115,63,89)
#65384F
(101,56,79)
#573145
(87,49,69)
#492A3B
(73,42,59)
#3B2331
(59,35,49)
#2D1C27
(45,28,39)
#1F151D
(31,21,29)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #9D5477

#9D5477
(157,84,119)
#A56383
(165,99,131)
#AD728F
(173,114,143)
#B5819B
(181,129,155)
#BD90A7
(189,144,167)
#C59FB3
(197,159,179)
#CDAEBF
(205,174,191)
#D5BDCB
(213,189,203)
#DDCCD7
(221,204,215)
#E5DBE3
(229,219,227)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5477 color. Also use rgb(157,84,119) instead hex code.

Text Font Color

.myTextColor { color: #9D5477; }

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

This text font color is #9D5477.

Background Color

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

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

This div background color is #9D5477.

Border color

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

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

This div border color is #9D5477.

Opacity

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

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

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

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

This text has shadow with #9D5477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D5477.

Preview

Color preview on black background

This text has color #9D5477 on black background.


Color preview on white background

This text has color #9D5477 on white background.


Black color preview on #9D5477 background

This text has black color on #9D5477 background.


White color preview on #9D5477 background

This text has white color on #9D5477 background.


Related colors

Complementary color

Complementary color for #hex is #62AB88.


I love getcolorcode.com

Triadic colors

1 #779D54 and #54779D with #9D5477 are triadic colors.

2 #77549D and #549D77 with #9D5477 are triadic colors.