COLOR #9D5471

HEX: #9D5471 RGB: (157,84,113)

Color info

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

RGB color model

#9D5471 color RGB value is (157,84,113).

RGB: (157,84,113) (62%, 33%, 44%)

RGB channels and saturation

R 157 of 255 = 62%
G 84 of 255 = 33%
B 113 of 255 = 44%

157
84
113

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

Portions of RGB colors in percentages

R + G + B = 157 + 84 + 113 = 354 (100%)
R 157 of 354 ~ 44.35%
G 84 of 354 ~ 23.73%
B 113 of 354 ~ 31.92'%

%44.35
%23.73
%31.92

CMYK color model

#9D5471 color CMYK value is (0,46,28,38).

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

CMYK: (0,46,28,38)
C0M46Y28K38 (0%, 46%, 28%, 38%)
(0.00 / 0.46 / 0.28 / 0.38)

CMYK percentages

%0
%46.5
%28.03
%38.43

Codes

Color #9D5471 in popluar color models

9D 54 71
RGB 157 84 113
HSL 336° 30.29% 47.25%
HSB/HSV 336° 46.50% 61.57%
CMYK 0.00% 46.50% 28.03%
38.43%

Color #9D5471 in popluar number systems.

HEX 9D 54 71
Decimal 157 84 113
Binary 10011101 1010100 1110001
Octal 235 124 161

Shades and tints

Shades of #9D5471

#9D5471
(157,84,113)
#8F4D67
(143,77,103)
#81465D
(129,70,93)
#733F53
(115,63,83)
#653849
(101,56,73)
#57313F
(87,49,63)
#492A35
(73,42,53)
#3B232B
(59,35,43)
#2D1C21
(45,28,33)
#1F1517
(31,21,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #9D5471

#9D5471
(157,84,113)
#A5637D
(165,99,125)
#AD7289
(173,114,137)
#B58195
(181,129,149)
#BD90A1
(189,144,161)
#C59FAD
(197,159,173)
#CDAEB9
(205,174,185)
#D5BDC5
(213,189,197)
#DDCCD1
(221,204,209)
#E5DBDD
(229,219,221)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5471; }

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

This text font color is #9D5471.

Background Color

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

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

This div background color is #9D5471.

Border color

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

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

This div border color is #9D5471.

Opacity

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

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

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

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

This text has shadow with #9D5471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D5471.

Preview

Color preview on black background

This text has color #9D5471 on black background.


Color preview on white background

This text has color #9D5471 on white background.


Black color preview on #9D5471 background

This text has black color on #9D5471 background.


White color preview on #9D5471 background

This text has white color on #9D5471 background.


Related colors

Complementary color

Complementary color for #hex is #62AB8E.


I love getcolorcode.com

Triadic colors

1 #719D54 and #54719D with #9D5471 are triadic colors.

2 #71549D and #549D71 with #9D5471 are triadic colors.