#8E7DAE

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

Shades of Purple Mountain's Majesty #8E7DAE

Tints of Purple Mountain's Majesty #8E7DAE

Color information

#8E7DAE (or 0x8E7DAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7D and AE. RGB value is (142,125,174). Sum of RGB (Red+Green+Blue) = 142+125+174=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7DAE is #718251. Grayscale: #878787. Windows color (decimal): -7438930 or 11435406. OLE color: 11435406.

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

Color convert

RGB142125174-
CMYK0.180.2800.32
HSL260.82º23.22%58.63%-
HSV(B)260.82º28.16%68.24%-
XYZ26.1323.4743.2-
YUV135.67149.63132.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=32.20%
G=28.34%
B=39.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421251740.180.2800.32260.8223.2258.63
Hex8E7DAE121C020105173b
Octal21617525622340404052773
Binary100011101111101101011101001011100010000010000010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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