#8E7DAF

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

Shades of Purple Mountain's Majesty #8E7DAF

Tints of Purple Mountain's Majesty #8E7DAF

Color information

#8E7DAF (or 0x8E7DAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7D and AF. RGB value is (142,125,175). Sum of RGB (Red+Green+Blue) = 142+125+175=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7DAF is #718250. Grayscale: #878787. Windows color (decimal): -7438929 or 11500942. OLE color: 11500942.

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

Color convert

RGB142125175-
CMYK0.190.2900.31
HSL260.4º23.81%58.82%-
HSV(B)260.4º28.57%68.63%-
XYZ26.2323.5143.71-
YUV135.78150.13132.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=32.13%
G=28.28%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421251750.190.2900.31260.423.8158.82
Hex8E7DAF131D01F104183b
Octal21617525723350374043073
Binary10001110111110110101111100111110101111110000010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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