COLOR #8D508A

HEX: #8D508A RGB: (141,80,138)

Color info

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

RGB color model

#8D508A color RGB value is (141,80,138).

RGB: (141,80,138) (55%, 31%, 54%)

RGB channels and saturation

R 141 of 255 = 55%
G 80 of 255 = 31%
B 138 of 255 = 54%

141
80
138

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

Portions of RGB colors in percentages

R + G + B = 141 + 80 + 138 = 359 (100%)
R 141 of 359 ~ 39.28%
G 80 of 359 ~ 22.28%
B 138 of 359 ~ 38.44'%

%39.28
%22.28
%38.44

CMYK color model

#8D508A color CMYK value is (0,43,2,45).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 2.13%
  • key color value is 44.71%

CMYK: (0,43,2,45)
C0M43Y2K45 (0%, 43%, 2%, 45%)
(0.00 / 0.43 / 0.02 / 0.45)

CMYK percentages

%0
%43.26
%2.13
%44.71

Codes

Color #8D508A in popluar color models

8D 50 8A
RGB 141 80 138
HSL 303° 27.60% 43.33%
HSB/HSV 303° 43.26% 55.29%
CMYK 0.00% 43.26% 2.13%
44.71%

Color #8D508A in popluar number systems.

HEX 8D 50 8A
Decimal 141 80 138
Binary 10001101 1010000 10001010
Octal 215 120 212

Shades and tints

Shades of #8D508A

#8D508A
(141,80,138)
#81497E
(129,73,126)
#754272
(117,66,114)
#693B66
(105,59,102)
#5D345A
(93,52,90)
#512D4E
(81,45,78)
#452642
(69,38,66)
#391F36
(57,31,54)
#2D182A
(45,24,42)
#21111E
(33,17,30)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #8D508A

#8D508A
(141,80,138)
#975F94
(151,95,148)
#A16E9E
(161,110,158)
#AB7DA8
(171,125,168)
#B58CB2
(181,140,178)
#BF9BBC
(191,155,188)
#C9AAC6
(201,170,198)
#D3B9D0
(211,185,208)
#DDC8DA
(221,200,218)
#E7D7E4
(231,215,228)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D508A color. Also use rgb(141,80,138) instead hex code.

Text Font Color

.myTextColor { color: #8D508A; }

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

This text font color is #8D508A.

Background Color

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

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

This div background color is #8D508A.

Border color

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

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

This div border color is #8D508A.

Opacity

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

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

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

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

This text has shadow with #8D508A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D508A.

Preview

Color preview on black background

This text has color #8D508A on black background.


Color preview on white background

This text has color #8D508A on white background.


Black color preview on #8D508A background

This text has black color on #8D508A background.


White color preview on #8D508A background

This text has white color on #8D508A background.


Related colors

Complementary color

Complementary color for #hex is #72AF75.


I love getcolorcode.com

Triadic colors

1 #8A8D50 and #508A8D with #8D508A are triadic colors.

2 #8A508D and #508D8A with #8D508A are triadic colors.