COLOR #8D477F

HEX: #8D477F RGB: (141,71,127)

Color info

#8D477F contains mainly red and blue colors. Web safe color of #8D477F is #993366 (or #936).

RGB color model

#8D477F color RGB value is (141,71,127).

RGB: (141,71,127) (55%, 28%, 50%)

RGB channels and saturation

R 141 of 255 = 55%
G 71 of 255 = 28%
B 127 of 255 = 50%

141
71
127

R + G + B ~ 44%. #8D477F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 71 + 127 = 339 (100%)
R 141 of 339 ~ 41.59%
G 71 of 339 ~ 20.94%
B 127 of 339 ~ 37.46'%

%41.59
%20.94
%37.46

CMYK color model

#8D477F color CMYK value is (0,50,10,45).

  • cyan value is 0.00%
  • magenta value is 49.65%
  • yellow value is 9.93%
  • key color value is 44.71%

CMYK: (0,50,10,45)
C0M50Y10K45 (0%, 50%, 10%, 45%)
(0.00 / 0.50 / 0.10 / 0.45)

CMYK percentages

%0
%49.65
%9.93
%44.71

Codes

Color #8D477F in popluar color models

8D 47 7F
RGB 141 71 127
HSL 312° 33.02% 41.57%
HSB/HSV 312° 49.65% 55.29%
CMYK 0.00% 49.65% 9.93%
44.71%

Color #8D477F in popluar number systems.

HEX 8D 47 7F
Decimal 141 71 127
Binary 10001101 1000111 1111111
Octal 215 107 177

Shades and tints

Shades of #8D477F

#8D477F
(141,71,127)
#814174
(129,65,116)
#753B69
(117,59,105)
#69355E
(105,53,94)
#5D2F53
(93,47,83)
#512948
(81,41,72)
#45233D
(69,35,61)
#391D32
(57,29,50)
#2D1727
(45,23,39)
#21111C
(33,17,28)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #8D477F

#8D477F
(141,71,127)
#97578A
(151,87,138)
#A16795
(161,103,149)
#AB77A0
(171,119,160)
#B587AB
(181,135,171)
#BF97B6
(191,151,182)
#C9A7C1
(201,167,193)
#D3B7CC
(211,183,204)
#DDC7D7
(221,199,215)
#E7D7E2
(231,215,226)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D477F color. Also use rgb(141,71,127) instead hex code.

Text Font Color

.myTextColor { color: #8D477F; }

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

This text font color is #8D477F.

Background Color

.myBgColor { background-color: #8D477F; }

<div style="background-color:#8D477F">Inner text</div>

This div background color is #8D477F.

Border color

.myBorderColor { border: 1px solid #8D477F; }

<div style="border:3px solid #8D477F">Div</div>

This div border color is #8D477F.

Opacity

.myOpacity80 { color: #8D477F; opacity: 0.8; }

<p style="color:#8D477F;opacity:0.8;">80%</p>

Text with #8D477F 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 #8D477F;}

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

This text has shadow with #8D477F color.


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

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

This text has shadow with #8D477F primary color and red secondary color.


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

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

This text has shadow with #8D477F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D477F.

Preview

Color preview on black background

This text has color #8D477F on black background.


Color preview on white background

This text has color #8D477F on white background.


Black color preview on #8D477F background

This text has black color on #8D477F background.


White color preview on #8D477F background

This text has white color on #8D477F background.


Related colors

Complementary color

Complementary color for #hex is #72B880.


I love getcolorcode.com

Triadic colors

1 #7F8D47 and #477F8D with #8D477F are triadic colors.

2 #7F478D and #478D7F with #8D477F are triadic colors.