COLOR #8D519D

HEX: #8D519D RGB: (141,81,157)

Color info

#8D519D contains mainly red and blue colors. Web safe color of #8D519D is #996699 (or #969).

RGB color model

#8D519D color RGB value is (141,81,157).

RGB: (141,81,157) (55%, 32%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 81 of 255 = 32%
B 157 of 255 = 62%

141
81
157

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

Portions of RGB colors in percentages

R + G + B = 141 + 81 + 157 = 379 (100%)
R 141 of 379 ~ 37.2%
G 81 of 379 ~ 21.37%
B 157 of 379 ~ 41.42'%

%37.2
%21.37
%41.42

CMYK color model

#8D519D color CMYK value is (10,48,0,38).

  • cyan value is 10.19%
  • magenta value is 48.41%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (10,48,0,38)
C10M48Y0K38 (10%, 48%, 0%, 38%)
(0.10 / 0.48 / 0.00 / 0.38)

CMYK percentages

%10.19
%48.41
%0
%38.43

Codes

Color #8D519D in popluar color models

8D 51 9D
RGB 141 81 157
HSL 287° 31.93% 46.67%
HSB/HSV 287° 48.41% 61.57%
CMYK 10.19% 48.41% 0.00%
38.43%

Color #8D519D in popluar number systems.

HEX 8D 51 9D
Decimal 141 81 157
Binary 10001101 1010001 10011101
Octal 215 121 235

Shades and tints

Shades of #8D519D

#8D519D
(141,81,157)
#814A8F
(129,74,143)
#754381
(117,67,129)
#693C73
(105,60,115)
#5D3565
(93,53,101)
#512E57
(81,46,87)
#452749
(69,39,73)
#39203B
(57,32,59)
#2D192D
(45,25,45)
#21121F
(33,18,31)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #8D519D

#8D519D
(141,81,157)
#9760A5
(151,96,165)
#A16FAD
(161,111,173)
#AB7EB5
(171,126,181)
#B58DBD
(181,141,189)
#BF9CC5
(191,156,197)
#C9ABCD
(201,171,205)
#D3BAD5
(211,186,213)
#DDC9DD
(221,201,221)
#E7D8E5
(231,216,229)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D519D; }

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

This text font color is #8D519D.

Background Color

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

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

This div background color is #8D519D.

Border color

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

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

This div border color is #8D519D.

Opacity

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

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

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

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

This text has shadow with #8D519D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D519D.

Preview

Color preview on black background

This text has color #8D519D on black background.


Color preview on white background

This text has color #8D519D on white background.


Black color preview on #8D519D background

This text has black color on #8D519D background.


White color preview on #8D519D background

This text has white color on #8D519D background.


Related colors

Complementary color

Complementary color for #hex is #72AE62.


I love getcolorcode.com

Triadic colors

1 #9D8D51 and #519D8D with #8D519D are triadic colors.

2 #9D518D and #518D9D with #8D519D are triadic colors.