#8E7BAE

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

Shades of Purple Mountain's Majesty #8E7BAE

Tints of Purple Mountain's Majesty #8E7BAE

Color information

#8E7BAE (or 0x8E7BAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 7B and AE. RGB value is (142,123,174). Sum of RGB (Red+Green+Blue) = 142+123+174=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7BAE is #718451. Grayscale: #868686. Windows color (decimal): -7439442 or 11434894. OLE color: 11434894.

HSL color Cylindrical-coordinate representation of color #8E7BAE: hue angle of 262.35º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E7BAE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142123174-
CMYK0.180.2900.32
HSL262.35º23.94%58.24%-
HSV(B)262.35º29.31%68.24%-
XYZ25.8822.9743.11-
YUV134.5150.29133.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=32.35%
G=28.02%
B=39.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421231740.180.2900.32262.3523.9458.24
Hex8E7BAE121D020106183a
Octal21617325622350404063072
Binary100011101111011101011101001011101010000010000011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,123,174); }

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

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

 a { background-color: rgb(142,123,174); }

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

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

 span { border-color: rgb(142,123,174); }

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