COLOR #8D5783

HEX: #8D5783 RGB: (141,87,131)

Color info

#8D5783 contains red, green and blue colors in about the same proportion. Web safe color of #8D5783 is #996699 (or #969).

RGB color model

#8D5783 color RGB value is (141,87,131).

RGB: (141,87,131) (55%, 34%, 51%)

RGB channels and saturation

R 141 of 255 = 55%
G 87 of 255 = 34%
B 131 of 255 = 51%

141
87
131

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

Portions of RGB colors in percentages

R + G + B = 141 + 87 + 131 = 359 (100%)
R 141 of 359 ~ 39.28%
G 87 of 359 ~ 24.23%
B 131 of 359 ~ 36.49'%

%39.28
%24.23
%36.49

CMYK color model

#8D5783 color CMYK value is (0,38,7,45).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 7.09%
  • key color value is 44.71%
CMYK: (0,38,7,45) C0M38Y7K45 (0%,38%,7%,45%) (0.00/0.38/0.07/0.45) 

CMYK percentages

%0
%38.3
%7.09
%44.71

Codes

Color #8D5783 in popluar color models

8D 57 83
RGB 141 87 131
HSL 311° 23.68% 44.71%
HSB/HSV 311° 38.30% 55.29%
CMYK 0.00% 38.30% 7.09%
44.71%

Color #8D5783 in popluar number systems.

HEX 8D 57 83
Decimal 141 87 131
Binary 10001101 1010111 10000011
Octal 215 127 203

Shades and tints

Shades of #8D5783

#8D5783
(141,87,131)
#815078
(129,80,120)
#75496D
(117,73,109)
#694262
(105,66,98)
#5D3B57
(93,59,87)
#51344C
(81,52,76)
#452D41
(69,45,65)
#392636
(57,38,54)
#2D1F2B
(45,31,43)
#211820
(33,24,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #8D5783

#8D5783
(141,87,131)
#97668E
(151,102,142)
#A17599
(161,117,153)
#AB84A4
(171,132,164)
#B593AF
(181,147,175)
#BFA2BA
(191,162,186)
#C9B1C5
(201,177,197)
#D3C0D0
(211,192,208)
#DDCFDB
(221,207,219)
#E7DEE6
(231,222,230)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5783 color. Also use rgb(141,87,131) instead hex code.

Text Font Color

.myTextColor { color: #8D5783; }

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

This text font color is #8D5783.

Background Color

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

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

This div background color is #8D5783.

Border color

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

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

This div border color is #8D5783.

Opacity

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

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

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

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

This text has shadow with #8D5783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5783.

Preview

Color preview on black background

This text has color #8D5783 on black background.


Color preview on white background

This text has color #8D5783 on white background.


Black color preview on #8D5783 background

This text has black color on #8D5783 background.


White color preview on #8D5783 background

This text has white color on #8D5783 background.


Related colors

Complementary color

Complementary color for #hex is #72A87C.


I love getcolorcode.com

Triadic colors

1 #838D57 and #57838D with #8D5783 are triadic colors.

2 #83578D and #578D83 with #8D5783 are triadic colors.