#8E7EAB

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

Shades of Purple Mountain's Majesty #8E7EAB

Tints of Purple Mountain's Majesty #8E7EAB

Color information

#8E7EAB (or 0x8E7EAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7E and AB. RGB value is (142,126,171). Sum of RGB (Red+Green+Blue) = 142+126+171=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E7EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7EAB is #718154. Grayscale: #878787. Windows color (decimal): -7438677 or 11239054. OLE color: 11239054.

HSL color Cylindrical-coordinate representation of color #8E7EAB: hue angle of 261.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E7EAB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142126171-
CMYK0.170.2600.33
HSL261.33º21.13%58.24%-
HSV(B)261.33º26.32%67.06%-
XYZ25.9723.6141.72-
YUV135.91147.8132.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=32.35%
G=28.70%
B=38.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421261710.170.2600.33261.3321.1358.24
Hex8E7EAB111A021105153a
Octal21617625321320414052572
Binary100011101111110101010111000111010010000110000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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