COLOR #8C72AF

HEX: #8C72AF RGB: (140,114,175)

Color info

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

RGB color model

#8C72AF color RGB value is (140,114,175).

RGB: (140,114,175) (55%, 45%, 69%)

RGB channels and saturation

R 140 of 255 = 55%
G 114 of 255 = 45%
B 175 of 255 = 69%

140
114
175

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

Portions of RGB colors in percentages

R + G + B = 140 + 114 + 175 = 429 (100%)
R 140 of 429 ~ 32.63%
G 114 of 429 ~ 26.57%
B 175 of 429 ~ 40.79'%

%32.63
%26.57
%40.79

CMYK color model

#8C72AF color CMYK value is (20,35,0,31).

  • cyan value is 20.00%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (20,35,0,31)
C20M35Y0K31 (20%, 35%, 0%, 31%)
(0.20 / 0.35 / 0.00 / 0.31)

CMYK percentages

%20
%34.86
%0
%31.37

Codes

Color #8C72AF in popluar color models

8C 72 AF
RGB 140 114 175
HSL 266° 27.60% 56.67%
HSB/HSV 266° 34.86% 68.63%
CMYK 20.00% 34.86% 0.00%
31.37%

Color #8C72AF in popluar number systems.

HEX 8C 72 AF
Decimal 140 114 175
Binary 10001100 1110010 10101111
Octal 214 162 257

Shades and tints

Shades of #8C72AF

#8C72AF
(140,114,175)
#8068A0
(128,104,160)
#745E91
(116,94,145)
#685482
(104,84,130)
#5C4A73
(92,74,115)
#504064
(80,64,100)
#443655
(68,54,85)
#382C46
(56,44,70)
#2C2237
(44,34,55)
#201828
(32,24,40)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #8C72AF

#8C72AF
(140,114,175)
#967EB6
(150,126,182)
#A08ABD
(160,138,189)
#AA96C4
(170,150,196)
#B4A2CB
(180,162,203)
#BEAED2
(190,174,210)
#C8BAD9
(200,186,217)
#D2C6E0
(210,198,224)
#DCD2E7
(220,210,231)
#E6DEEE
(230,222,238)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C72AF; }

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

This text font color is #8C72AF.

Background Color

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

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

This div background color is #8C72AF.

Border color

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

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

This div border color is #8C72AF.

Opacity

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

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

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

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

This text has shadow with #8C72AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C72AF.

Preview

Color preview on black background

This text has color #8C72AF on black background.


Color preview on white background

This text has color #8C72AF on white background.


Black color preview on #8C72AF background

This text has black color on #8C72AF background.


White color preview on #8C72AF background

This text has white color on #8C72AF background.


Related colors

Complementary color

Complementary color for #hex is #738D50.


I love getcolorcode.com

Triadic colors

1 #AF8C72 and #72AF8C with #8C72AF are triadic colors.

2 #AF728C and #728CAF with #8C72AF are triadic colors.