COLOR #8D72AC

HEX: #8D72AC
RGB: (141,114,172)

Color info

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

RGB color model

#8D72AC color RGB value is (141,114,172).

  • red value is 141;
  • green value is 114;
  • blue value is 172.
RGB:
(141,114,172)
(55%,45%,67%)

RGB channels and saturation

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

141
114
172

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

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 172 = 427 (100%)
R 141 of 427 ~ 33.02%
G 114 of 427 ~ 26.7%
B 172 of 427 ~ 40.28%

%33.02
%26.7
%40.28

CMYK color model

#8D72AC color CMYK value is (18,34,0,33).

  • cyan value is 18.02%
  • magenta value is 33.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(18,34,0,33)
C18M34Y0K33 
(18%,34%,0%,33%)
(0.18/0.34/0.00/0.33)	

CMYK percentages

%18.02
%33.72
%0
%32.55

Codes

Color #8D72AC in popluar color models

8D72AC
RGB141114172
HSL268°25.89%56.08%
HSB/HSV268°33.72%67.45%
CMYK18.02%33.72%0.00%
32.55%

Color #8D72AC in popluar number systems.

HEX8D72AC
Decimal141114172
Binary10001101111001010101100
Octal215162254

Shades and tints

Shades of #8D72AC

#8D72AC
(141,114,172)
#81689D
(129,104,157)
#755E8E
(117,94,142)
#69547F
(105,84,127)
#5D4A70
(93,74,112)
#514061
(81,64,97)
#453652
(69,54,82)
#392C43
(57,44,67)
#2D2234
(45,34,52)
#211825
(33,24,37)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #8D72AC

#8D72AC
(141,114,172)
#977EB3
(151,126,179)
#A18ABA
(161,138,186)
#AB96C1
(171,150,193)
#B5A2C8
(181,162,200)
#BFAECF
(191,174,207)
#C9BAD6
(201,186,214)
#D3C6DD
(211,198,221)
#DDD2E4
(221,210,228)
#E7DEEB
(231,222,235)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D72AC; }

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

This text font color is #8D72AC.


Background Color

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

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

This div background color is #8D72AC.


Border color

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

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

This div border color is #8D72AC.


Opacity

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

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

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

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

This text has shadow with #8D72AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D72AC on black background.


Color preview on white background

This text has color #8D72AC on white background.



Black color preview on #8D72AC background

This text has black color on #8D72AC background.


White color preview on #8D72AC background

This text has white color on #8D72AC background.