COLOR #8D5170

HEX: #8D5170 RGB: (141,81,112)

Color info

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

RGB color model

#8D5170 color RGB value is (141,81,112).

RGB: (141,81,112) (55%, 32%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 81 of 255 = 32%
B 112 of 255 = 44%

141
81
112

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

Portions of RGB colors in percentages

R + G + B = 141 + 81 + 112 = 334 (100%)
R 141 of 334 ~ 42.22%
G 81 of 334 ~ 24.25%
B 112 of 334 ~ 33.53'%

%42.22
%24.25
%33.53

CMYK color model

#8D5170 color CMYK value is (0,43,21,45).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 20.57%
  • key color value is 44.71%

CMYK: (0,43,21,45)
C0M43Y21K45 (0%, 43%, 21%, 45%)
(0.00 / 0.43 / 0.21 / 0.45)

CMYK percentages

%0
%42.55
%20.57
%44.71

Codes

Color #8D5170 in popluar color models

8D 51 70
RGB 141 81 112
HSL 329° 27.03% 43.53%
HSB/HSV 329° 42.55% 55.29%
CMYK 0.00% 42.55% 20.57%
44.71%

Color #8D5170 in popluar number systems.

HEX 8D 51 70
Decimal 141 81 112
Binary 10001101 1010001 1110000
Octal 215 121 160

Shades and tints

Shades of #8D5170

#8D5170
(141,81,112)
#814A66
(129,74,102)
#75435C
(117,67,92)
#693C52
(105,60,82)
#5D3548
(93,53,72)
#512E3E
(81,46,62)
#452734
(69,39,52)
#39202A
(57,32,42)
#2D1920
(45,25,32)
#211216
(33,18,22)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #8D5170

#8D5170
(141,81,112)
#97607D
(151,96,125)
#A16F8A
(161,111,138)
#AB7E97
(171,126,151)
#B58DA4
(181,141,164)
#BF9CB1
(191,156,177)
#C9ABBE
(201,171,190)
#D3BACB
(211,186,203)
#DDC9D8
(221,201,216)
#E7D8E5
(231,216,229)
#F1E7F2
(241,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5170 color. Also use rgb(141,81,112) instead hex code.

Text Font Color

.myTextColor { color: #8D5170; }

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

This text font color is #8D5170.

Background Color

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

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

This div background color is #8D5170.

Border color

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

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

This div border color is #8D5170.

Opacity

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

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

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

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

This text has shadow with #8D5170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5170.

Preview

Color preview on black background

This text has color #8D5170 on black background.


Color preview on white background

This text has color #8D5170 on white background.


Black color preview on #8D5170 background

This text has black color on #8D5170 background.


White color preview on #8D5170 background

This text has white color on #8D5170 background.


Related colors

Complementary color

Complementary color for #hex is #72AE8F.


I love getcolorcode.com

Triadic colors

1 #708D51 and #51708D with #8D5170 are triadic colors.

2 #70518D and #518D70 with #8D5170 are triadic colors.