#8E7EAF

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

Shades of Purple Mountain's Majesty #8E7EAF

Tints of Purple Mountain's Majesty #8E7EAF

Color information

#8E7EAF (or 0x8E7EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7E and AF. RGB value is (142,126,175). Sum of RGB (Red+Green+Blue) = 142+126+175=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7EAF is #718150. Grayscale: #888888. Windows color (decimal): -7438673 or 11501198. OLE color: 11501198.

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

Color convert

RGB142126175-
CMYK0.190.2800.31
HSL259.59º23.44%59.02%-
HSV(B)259.59º28%68.63%-
XYZ26.3523.7743.76-
YUV136.37149.8132.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=32.05%
G=28.44%
B=39.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421261750.190.2800.31259.5923.4459.02
Hex8E7EAF131C01F104173b
Octal21617625723340374042773
Binary10001110111111010101111100111110001111110000010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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