#8E7FAC

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

Shades of Purple Mountain's Majesty #8E7FAC

Tints of Purple Mountain's Majesty #8E7FAC

Color information

#8E7FAC (or 0x8E7FAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7F and AC. RGB value is (142,127,172). Sum of RGB (Red+Green+Blue) = 142+127+172=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7FAC is #718053. Grayscale: #888888. Windows color (decimal): -7438420 or 11304846. OLE color: 11304846.

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

Color convert

RGB142127172-
CMYK0.170.2600.33
HSL260º21.33%58.63%-
HSV(B)260º26.16%67.45%-
XYZ26.1923.9142.26-
YUV136.61147.97131.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=32.20%
G=28.80%
B=39.00%

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
Decimal1421271720.170.2600.3326021.3358.63
Hex8E7FAC111A021104153b
Octal21617725421320414042573
Binary100011101111111101011001000111010010000110000010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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