#8E79B0

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

Shades of Purple Mountain's Majesty #8E79B0

Tints of Purple Mountain's Majesty #8E79B0

Color information

#8E79B0 (or 0x8E79B0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 79 and B0. RGB value is (142,121,176). Sum of RGB (Red+Green+Blue) = 142+121+176=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #8E79B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E79B0 is #71864F. Grayscale: #858585. Windows color (decimal): -7439952 or 11565454. OLE color: 11565454.

HSL color Cylindrical-coordinate representation of color #8E79B0: hue angle of 262.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E79B0 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142121176-
CMYK0.190.3100.31
HSL262.91º25.82%58.24%-
HSV(B)262.91º31.25%69.02%-
XYZ25.8322.5644.07-
YUV133.55151.96134.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=32.35%
G=27.56%
B=40.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421211760.190.3100.31262.9125.8258.24
Hex8E79B0131F01F1071a3a
Octal21617126023370374073272
Binary10001110111100110110000100111111101111110000011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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