#8C74AE

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

Shades of Purple Mountain's Majesty #8C74AE

Tints of Purple Mountain's Majesty #8C74AE

Color information

#8C74AE (or 0x8C74AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 74 and AE. RGB value is (140,116,174). Sum of RGB (Red+Green+Blue) = 140+116+174=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C74AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C74AE is #738B51. Grayscale: #818181. Windows color (decimal): -7572306 or 11433100. OLE color: 11433100.

HSL color Cylindrical-coordinate representation of color #8C74AE: hue angle of 264.83º 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 #8C74AE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140116174-
CMYK0.200.3300.32
HSL264.83º26.36%56.86%-
HSV(B)264.83º33.33%68.24%-
XYZ24.721.1242.82-
YUV129.79152.95135.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=32.56%
G=26.98%
B=40.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401161740.200.3300.32264.8326.3656.86
Hex8C74AE14210201091a39
Octal21416425624410404113271
Binary1000110011101001010111010100100001010000010000100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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