#8E7AAB

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

Shades of Purple Mountain's Majesty #8E7AAB

Tints of Purple Mountain's Majesty #8E7AAB

Color information

#8E7AAB (or 0x8E7AAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7A and AB. RGB value is (142,122,171). Sum of RGB (Red+Green+Blue) = 142+122+171=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7AAB is #718554. Grayscale: #858585. Windows color (decimal): -7439701 or 11238030. OLE color: 11238030.

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

Color convert

RGB142122171-
CMYK0.170.2900.33
HSL264.49º22.58%57.45%-
HSV(B)264.49º28.65%67.06%-
XYZ25.4722.6141.55-
YUV133.57149.13134.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=32.64%
G=28.05%
B=39.31%

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
Decimal1421221710.170.2900.33264.4922.5857.45
Hex8E7AAB111D0211081739
Octal21617225321350414102771
Binary100011101111010101010111000111101010000110000100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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