COLOR #8D5D80

HEX: #8D5D80
RGB: (141,93,128)

Color info

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

RGB color model

#8D5D80 color RGB value is (141,93,128).

  • red value is 141;
  • green value is 93;
  • blue value is 128.
RGB:
(141,93,128)
(55%,36%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 93 of 255 = 36%
B 128 of 255 = 50%

141
93
128

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

Portions of RGB colors in percentages

R + G + B =
141 + 93 + 128 = 362 (100%)
R 141 of 362 ~ 38.95%
G 93 of 362 ~ 25.69%
B 128 of 362 ~ 35.36%

%38.95
%25.69
%35.36

CMYK color model

#8D5D80 color CMYK value is (0,34,9,45).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 9.22%
  • key color value is 44.71%
CMYK:
(0,34,9,45)
C0M34Y9K45 
(0%,34%,9%,45%)
(0.00/0.34/0.09/0.45)	

CMYK percentages

%0
%34.04
%9.22
%44.71

Codes

Color #8D5D80 in popluar color models

8D5D80
RGB14193128
HSL316°20.51%45.88%
HSB/HSV316°34.04%55.29%
CMYK0.00%34.04%9.22%
44.71%

Color #8D5D80 in popluar number systems.

HEX8D5D80
Decimal14193128
Binary10001101101110110000000
Octal215135200

Shades and tints

Shades of #8D5D80

#8D5D80
(141,93,128)
#815575
(129,85,117)
#754D6A
(117,77,106)
#69455F
(105,69,95)
#5D3D54
(93,61,84)
#513549
(81,53,73)
#452D3E
(69,45,62)
#392533
(57,37,51)
#2D1D28
(45,29,40)
#21151D
(33,21,29)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #8D5D80

#8D5D80
(141,93,128)
#976B8B
(151,107,139)
#A17996
(161,121,150)
#AB87A1
(171,135,161)
#B595AC
(181,149,172)
#BFA3B7
(191,163,183)
#C9B1C2
(201,177,194)
#D3BFCD
(211,191,205)
#DDCDD8
(221,205,216)
#E7DBE3
(231,219,227)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5D80 color. Also use rgb(141,93,128) instead hex code.

Text Font Color

.myTextColor { color: #8D5D80; }

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

This text font color is #8D5D80.


Background Color

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

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

This div background color is #8D5D80.


Border color

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

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

This div border color is #8D5D80.


Opacity

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

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

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

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

This text has shadow with #8D5D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5D80 on black background.


Color preview on white background

This text has color #8D5D80 on white background.



Black color preview on #8D5D80 background

This text has black color on #8D5D80 background.


White color preview on #8D5D80 background

This text has white color on #8D5D80 background.