COLOR #8D587C

HEX: #8D587C RGB: (141,88,124)

Color info

#8D587C contains red, green and blue colors in about the same proportion. Web safe color of #8D587C is #996666 (or #966).

RGB color model

#8D587C color RGB value is (141,88,124).

RGB: (141,88,124) (55%, 35%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 88 of 255 = 35%
B 124 of 255 = 49%

141
88
124

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

Portions of RGB colors in percentages

R + G + B = 141 + 88 + 124 = 353 (100%)
R 141 of 353 ~ 39.94%
G 88 of 353 ~ 24.93%
B 124 of 353 ~ 35.13'%

%39.94
%24.93
%35.13

CMYK color model

#8D587C color CMYK value is (0,38,12,45).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 12.06%
  • key color value is 44.71%

CMYK: (0,38,12,45)
C0M38Y12K45 (0%, 38%, 12%, 45%)
(0.00 / 0.38 / 0.12 / 0.45)

CMYK percentages

%0
%37.59
%12.06
%44.71

Codes

Color #8D587C in popluar color models

8D 58 7C
RGB 141 88 124
HSL 319° 23.14% 44.90%
HSB/HSV 319° 37.59% 55.29%
CMYK 0.00% 37.59% 12.06%
44.71%

Color #8D587C in popluar number systems.

HEX 8D 58 7C
Decimal 141 88 124
Binary 10001101 1011000 1111100
Octal 215 130 174

Shades and tints

Shades of #8D587C

#8D587C
(141,88,124)
#815071
(129,80,113)
#754866
(117,72,102)
#69405B
(105,64,91)
#5D3850
(93,56,80)
#513045
(81,48,69)
#45283A
(69,40,58)
#39202F
(57,32,47)
#2D1824
(45,24,36)
#211019
(33,16,25)
#15080E
(21,8,14)
#000000
(0,0,0)

Tints of #8D587C

#8D587C
(141,88,124)
#976787
(151,103,135)
#A17692
(161,118,146)
#AB859D
(171,133,157)
#B594A8
(181,148,168)
#BFA3B3
(191,163,179)
#C9B2BE
(201,178,190)
#D3C1C9
(211,193,201)
#DDD0D4
(221,208,212)
#E7DFDF
(231,223,223)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D587C color. Also use rgb(141,88,124) instead hex code.

Text Font Color

.myTextColor { color: #8D587C; }

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

This text font color is #8D587C.

Background Color

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

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

This div background color is #8D587C.

Border color

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

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

This div border color is #8D587C.

Opacity

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

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

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

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

This text has shadow with #8D587C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D587C.

Preview

Color preview on black background

This text has color #8D587C on black background.


Color preview on white background

This text has color #8D587C on white background.


Black color preview on #8D587C background

This text has black color on #8D587C background.


White color preview on #8D587C background

This text has white color on #8D587C background.


Related colors

Complementary color

Complementary color for #hex is #72A783.


I love getcolorcode.com

Triadic colors

1 #7C8D58 and #587C8D with #8D587C are triadic colors.

2 #7C588D and #588D7C with #8D587C are triadic colors.