#8E7AAC

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

Shades of Purple Mountain's Majesty #8E7AAC

Tints of Purple Mountain's Majesty #8E7AAC

Color information

#8E7AAC (or 0x8E7AAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7A and AC. RGB value is (142,122,172). Sum of RGB (Red+Green+Blue) = 142+122+172=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7AAC is #718553. Grayscale: #858585. Windows color (decimal): -7439700 or 11303566. OLE color: 11303566.

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

Color convert

RGB142122172-
CMYK0.170.2900.33
HSL264º23.15%57.65%-
HSV(B)264º29.07%67.45%-
XYZ25.5622.6542.05-
YUV133.68149.63133.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.57%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=32.57%
G=27.98%
B=39.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421221720.170.2900.3326423.1557.65
Hex8E7AAC111D021108173a
Octal21617225421350414102772
Binary100011101111010101011001000111101010000110000100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,122,172); }

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

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

 a { background-color: rgb(142,122,172); }

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

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

 span { border-color: rgb(142,122,172); }

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