#8F73AE

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

Shades of Purple Mountain's Majesty #8F73AE

Tints of Purple Mountain's Majesty #8F73AE

Color information

#8F73AE (or 0x8F73AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 73 and AE. RGB value is (143,115,174). Sum of RGB (Red+Green+Blue) = 143+115+174=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 115 (45.31% from 255 or 26.62% 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 #8F73AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F73AE is #708C51. Grayscale: #818181. Windows color (decimal): -7375954 or 11432847. OLE color: 11432847.

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

Color convert

RGB143115174-
CMYK0.180.3400.32
HSL268.47º26.7%56.67%-
HSV(B)268.47º33.91%68.24%-
XYZ25.121.1642.81-
YUV130.1152.78137.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=33.10%
G=26.62%
B=40.28%

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
Decimal1431151740.180.3400.32268.4726.756.67
Hex8F73AE122202010c1b39
Octal21716325622420404143371
Binary1000111111100111010111010010100010010000010000110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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