#8E76AE

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

Shades of Purple Mountain's Majesty #8E76AE

Tints of Purple Mountain's Majesty #8E76AE

Color information

#8E76AE (or 0x8E76AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 76 and AE. RGB value is (142,118,174). Sum of RGB (Red+Green+Blue) = 142+118+174=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E76AE is #718951. Grayscale: #838383. Windows color (decimal): -7440722 or 11433614. OLE color: 11433614.

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

Color convert

RGB142118174-
CMYK0.180.3200.32
HSL265.71º25.69%57.25%-
HSV(B)265.71º32.18%68.24%-
XYZ25.2721.7642.91-
YUV131.56151.95135.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=32.72%
G=27.19%
B=40.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421181740.180.3200.32265.7125.6957.25
Hex8E76AE122002010a1a39
Octal21616625622400404123271
Binary1000111011101101010111010010100000010000010000101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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