#8F72AE

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

Shades of Purple Mountain's Majesty #8F72AE

Tints of Purple Mountain's Majesty #8F72AE

Color information

#8F72AE (or 0x8F72AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 72 and AE. RGB value is (143,114,174). Sum of RGB (Red+Green+Blue) = 143+114+174=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F72AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F72AE is #708D51. Grayscale: #818181. Windows color (decimal): -7376210 or 11432591. OLE color: 11432591.

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

Color convert

RGB143114174-
CMYK0.180.3400.32
HSL269º27.03%56.47%-
HSV(B)269º34.48%68.24%-
XYZ24.9820.9342.77-
YUV129.51153.11137.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=33.18%
G=26.45%
B=40.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431141740.180.3400.3226927.0356.47
Hex8F72AE122202010d1b38
Octal21716225622420404153370
Binary1000111111100101010111010010100010010000010000110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,174); }

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

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

 a { background-color: rgb(143,114,174); }

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

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

 span { border-color: rgb(143,114,174); }

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