#8E79AE

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

Shades of Purple Mountain's Majesty #8E79AE

Tints of Purple Mountain's Majesty #8E79AE

Color information

#8E79AE (or 0x8E79AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 79 and AE. RGB value is (142,121,174). Sum of RGB (Red+Green+Blue) = 142+121+174=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E79AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E79AE is #718651. Grayscale: #858585. Windows color (decimal): -7439954 or 11434382. OLE color: 11434382.

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

Color convert

RGB142121174-
CMYK0.180.3000.32
HSL263.77º24.65%57.84%-
HSV(B)263.77º30.46%68.24%-
XYZ25.6322.4843.03-
YUV133.32150.96134.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=32.49%
G=27.69%
B=39.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421211740.180.3000.32263.7724.6557.84
Hex8E79AE121E020108193a
Octal21617125622360404103172
Binary100011101111001101011101001011110010000010000100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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