#8E72AE

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

Shades of Purple Mountain's Majesty #8E72AE

Tints of Purple Mountain's Majesty #8E72AE

Color information

#8E72AE (or 0x8E72AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 72 and AE. RGB value is (142,114,174). Sum of RGB (Red+Green+Blue) = 142+114+174=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E72AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E72AE is #718D51. Grayscale: #818181. Windows color (decimal): -7441746 or 11432590. OLE color: 11432590.

HSL color Cylindrical-coordinate representation of color #8E72AE: hue angle of 268º degrees, saturation: 0.27, 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 #8E72AE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142114174-
CMYK0.180.3400.32
HSL268º27.03%56.47%-
HSV(B)268º34.48%68.24%-
XYZ24.8120.8442.76-
YUV129.21153.28137.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=33.02%
G=26.51%
B=40.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421141740.180.3400.3226827.0356.47
Hex8E72AE122202010c1b38
Octal21616225622420404143370
Binary1000111011100101010111010010100010010000010000110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,174); }

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

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

 a { background-color: rgb(142,114,174); }

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

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

 span { border-color: rgb(142,114,174); }

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