COLOR #8D72AA

HEX: #8D72AA RGB: (141,114,170)

Color info

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

RGB color model

#8D72AA color RGB value is (141,114,170).

RGB: (141,114,170) (55%, 45%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 170 of 255 = 67%

141
114
170

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

Portions of RGB colors in percentages

R + G + B = 141 + 114 + 170 = 425 (100%)
R 141 of 425 ~ 33.18%
G 114 of 425 ~ 26.82%
B 170 of 425 ~ 40'%

%33.18
%26.82
%40

CMYK color model

#8D72AA color CMYK value is (17,33,0,33).

  • cyan value is 17.06%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (17,33,0,33)
C17M33Y0K33 (17%, 33%, 0%, 33%)
(0.17 / 0.33 / 0.00 / 0.33)

CMYK percentages

%17.06
%32.94
%0
%33.33

Codes

Color #8D72AA in popluar color models

8D 72 AA
RGB 141 114 170
HSL 269° 24.78% 55.69%
HSB/HSV 269° 32.94% 66.67%
CMYK 17.06% 32.94% 0.00%
33.33%

Color #8D72AA in popluar number systems.

HEX 8D 72 AA
Decimal 141 114 170
Binary 10001101 1110010 10101010
Octal 215 162 252

Shades and tints

Shades of #8D72AA

#8D72AA
(141,114,170)
#81689B
(129,104,155)
#755E8C
(117,94,140)
#69547D
(105,84,125)
#5D4A6E
(93,74,110)
#51405F
(81,64,95)
#453650
(69,54,80)
#392C41
(57,44,65)
#2D2232
(45,34,50)
#211823
(33,24,35)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #8D72AA

#8D72AA
(141,114,170)
#977EB1
(151,126,177)
#A18AB8
(161,138,184)
#AB96BF
(171,150,191)
#B5A2C6
(181,162,198)
#BFAECD
(191,174,205)
#C9BAD4
(201,186,212)
#D3C6DB
(211,198,219)
#DDD2E2
(221,210,226)
#E7DEE9
(231,222,233)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D72AA color. Also use rgb(141,114,170) instead hex code.

Text Font Color

.myTextColor { color: #8D72AA; }

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

This text font color is #8D72AA.

Background Color

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

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

This div background color is #8D72AA.

Border color

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

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

This div border color is #8D72AA.

Opacity

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

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

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

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

This text has shadow with #8D72AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D72AA.

Preview

Color preview on black background

This text has color #8D72AA on black background.


Color preview on white background

This text has color #8D72AA on white background.


Black color preview on #8D72AA background

This text has black color on #8D72AA background.


White color preview on #8D72AA background

This text has white color on #8D72AA background.


Related colors

Complementary color

Complementary color for #hex is #728D55.


I love getcolorcode.com

Triadic colors

1 #AA8D72 and #72AA8D with #8D72AA are triadic colors.

2 #AA728D and #728DAA with #8D72AA are triadic colors.