#8E79AB

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

Shades of Purple Mountain's Majesty #8E79AB

Tints of Purple Mountain's Majesty #8E79AB

Color information

#8E79AB (or 0x8E79AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 79 and AB. RGB value is (142,121,171). Sum of RGB (Red+Green+Blue) = 142+121+171=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E79AB is #718654. Grayscale: #848484. Windows color (decimal): -7439957 or 11237774. OLE color: 11237774.

HSL color Cylindrical-coordinate representation of color #8E79AB: hue angle of 265.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E79AB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142121171-
CMYK0.170.2900.33
HSL265.2º22.94%57.25%-
HSV(B)265.2º29.24%67.06%-
XYZ25.3422.3741.51-
YUV132.98149.46134.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=32.72%
G=27.88%
B=39.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421211710.170.2900.33265.222.9457.25
Hex8E79AB111D0211091739
Octal21617125321350414112771
Binary100011101111001101010111000111101010000110000100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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