COLOR #8C72AA

HEX: #8C72AA RGB: (140,114,170)

Color info

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

RGB color model

#8C72AA color RGB value is (140,114,170).

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

RGB channels and saturation

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

140
114
170

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

Portions of RGB colors in percentages

R + G + B = 140 + 114 + 170 = 424 (100%)
R 140 of 424 ~ 33.02%
G 114 of 424 ~ 26.89%
B 170 of 424 ~ 40.09'%

%33.02
%26.89
%40.09

CMYK color model

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

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

CMYK: (18,33,0,33)
C18M33Y0K33 (18%, 33%, 0%, 33%)
(0.18 / 0.33 / 0.00 / 0.33)

CMYK percentages

%17.65
%32.94
%0
%33.33

Codes

Color #8C72AA in popluar color models

8C 72 AA
RGB 140 114 170
HSL 268° 24.78% 55.69%
HSB/HSV 268° 32.94% 66.67%
CMYK 17.65% 32.94% 0.00%
33.33%

Color #8C72AA in popluar number systems.

HEX 8C 72 AA
Decimal 140 114 170
Binary 10001100 1110010 10101010
Octal 214 162 252

Shades and tints

Shades of #8C72AA

#8C72AA
(140,114,170)
#80689B
(128,104,155)
#745E8C
(116,94,140)
#68547D
(104,84,125)
#5C4A6E
(92,74,110)
#50405F
(80,64,95)
#443650
(68,54,80)
#382C41
(56,44,65)
#2C2232
(44,34,50)
#201823
(32,24,35)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #8C72AA

#8C72AA
(140,114,170)
#967EB1
(150,126,177)
#A08AB8
(160,138,184)
#AA96BF
(170,150,191)
#B4A2C6
(180,162,198)
#BEAECD
(190,174,205)
#C8BAD4
(200,186,212)
#D2C6DB
(210,198,219)
#DCD2E2
(220,210,226)
#E6DEE9
(230,222,233)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C72AA; }

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

This text font color is #8C72AA.

Background Color

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

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

This div background color is #8C72AA.

Border color

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

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

This div border color is #8C72AA.

Opacity

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

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

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

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

This text has shadow with #8C72AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C72AA.

Preview

Color preview on black background

This text has color #8C72AA on black background.


Color preview on white background

This text has color #8C72AA on white background.


Black color preview on #8C72AA background

This text has black color on #8C72AA background.


White color preview on #8C72AA background

This text has white color on #8C72AA background.


Related colors

Complementary color

Complementary color for #hex is #738D55.


I love getcolorcode.com

Triadic colors

1 #AA8C72 and #72AA8C with #8C72AA are triadic colors.

2 #AA728C and #728CAA with #8C72AA are triadic colors.