#8C72AD

Color #8C72AD Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #8C72AD

Tints of Purple Mountain's Majesty #8C72AD

Color information

#8C72AD (or 0x8C72AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 72 and AD. RGB value is (140,114,173). Sum of RGB (Red+Green+Blue) = 140+114+173=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C72AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C72AD is #738D52. Grayscale: #808080. Windows color (decimal): -7572819 or 11367052. OLE color: 11367052.

HSL color Cylindrical-coordinate representation of color #8C72AD: hue angle of 266.44º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C72AD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140114173-
CMYK0.190.3400.32
HSL266.44º26.46%56.27%-
HSV(B)266.44º34.1%67.84%-
XYZ24.3820.6342.23-
YUV128.5153.11136.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=32.79%
G=26.70%
B=40.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401141730.190.3400.32266.4426.4656.27
Hex8C72AD132202010a1a38
Octal21416225523420404123270
Binary1000110011100101010110110011100010010000010000101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C72AD; }

 p { color: rgb(140,114,173); }

 H1.HeaderClassName
 {
   color: #8C72AD;
 }
 .AnyTagClassName
 {
   color: #8C72AD;
 }
</style>
background-color css

<style>
 a { background-color: #8C72AD; }

 a { background-color: rgb(140,114,173); }

 div.DivClassName
 {
   background-color: #8C72AD;
 }
 .BgClassName
 {
   background-color: #8C72AD;
 }
</style>
border-color css

<style>
 span { border-color: #8C72AD; }

 span { border-color: rgb(140,114,173); }

 td.TdClassName
 {
   border-color: #8C72AD;
 }
 .TagClassName
 {
   border-color: #8C72AD;
 }
</style>