#8E7FAE

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

Shades of Purple Mountain's Majesty #8E7FAE

Tints of Purple Mountain's Majesty #8E7FAE

Color information

#8E7FAE (or 0x8E7FAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7F and AE. RGB value is (142,127,174). Sum of RGB (Red+Green+Blue) = 142+127+174=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7FAE is #718051. Grayscale: #888888. Windows color (decimal): -7438418 or 11435918. OLE color: 11435918.

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

Color convert

RGB142127174-
CMYK0.180.2700.32
HSL259.15º22.49%59.02%-
HSV(B)259.15º27.01%68.24%-
XYZ26.3823.9943.28-
YUV136.84148.97131.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=32.05%
G=28.67%
B=39.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421271740.180.2700.32259.1522.4959.02
Hex8E7FAE121B020103163b
Octal21617725622330404032673
Binary100011101111111101011101001011011010000010000001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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