COLOR #8D557D

HEX: #8D557D
RGB: (141,85,125)

Color info

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

RGB color model

#8D557D color RGB value is (141,85,125).

  • red value is 141;
  • green value is 85;
  • blue value is 125.
RGB:
(141,85,125)
(55%,33%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 85 of 255 = 33%
B 125 of 255 = 49%

141
85
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 85 + 125 = 351 (100%)
R 141 of 351 ~ 40.17%
G 85 of 351 ~ 24.22%
B 125 of 351 ~ 35.61%

%40.17
%24.22
%35.61

CMYK color model

#8D557D color CMYK value is (0,40,11,45).

  • cyan value is 0.00%
  • magenta value is 39.72%
  • yellow value is 11.35%
  • key color value is 44.71%
CMYK:
(0,40,11,45)
C0M40Y11K45 
(0%,40%,11%,45%)
(0.00/0.40/0.11/0.45)	

CMYK percentages

%0
%39.72
%11.35
%44.71

Codes

Color #8D557D in popluar color models

8D557D
RGB14185125
HSL317°24.78%44.31%
HSB/HSV317°39.72%55.29%
CMYK0.00%39.72%11.35%
44.71%

Color #8D557D in popluar number systems.

HEX8D557D
Decimal14185125
Binary1000110110101011111101
Octal215125175

Shades and tints

Shades of #8D557D

#8D557D
(141,85,125)
#814E72
(129,78,114)
#754767
(117,71,103)
#69405C
(105,64,92)
#5D3951
(93,57,81)
#513246
(81,50,70)
#452B3B
(69,43,59)
#392430
(57,36,48)
#2D1D25
(45,29,37)
#21161A
(33,22,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #8D557D

#8D557D
(141,85,125)
#976488
(151,100,136)
#A17393
(161,115,147)
#AB829E
(171,130,158)
#B591A9
(181,145,169)
#BFA0B4
(191,160,180)
#C9AFBF
(201,175,191)
#D3BECA
(211,190,202)
#DDCDD5
(221,205,213)
#E7DCE0
(231,220,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D557D color. Also use rgb(141,85,125) instead hex code.

Text Font Color

.myTextColor { color: #8D557D; }

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

This text font color is #8D557D.


Background Color

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

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

This div background color is #8D557D.


Border color

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

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

This div border color is #8D557D.


Opacity

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

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

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

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

This text has shadow with #8D557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D557D on black background.


Color preview on white background

This text has color #8D557D on white background.



Black color preview on #8D557D background

This text has black color on #8D557D background.


White color preview on #8D557D background

This text has white color on #8D557D background.