#8E74AE

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

Shades of Purple Mountain's Majesty #8E74AE

Tints of Purple Mountain's Majesty #8E74AE

Color information

#8E74AE (or 0x8E74AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 74 and AE. RGB value is (142,116,174). Sum of RGB (Red+Green+Blue) = 142+116+174=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E74AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E74AE is #718B51. Grayscale: #828282. Windows color (decimal): -7441234 or 11433102. OLE color: 11433102.

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

Color convert

RGB142116174-
CMYK0.180.3300.32
HSL266.9º26.36%56.86%-
HSV(B)266.9º33.33%68.24%-
XYZ25.0421.342.84-
YUV130.39152.61136.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=32.87%
G=26.85%
B=40.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421161740.180.3300.32266.926.3656.86
Hex8E74AE122102010b1a39
Octal21616425622410404133271
Binary1000111011101001010111010010100001010000010000101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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