#8F76AE

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

Shades of Purple Mountain's Majesty #8F76AE

Tints of Purple Mountain's Majesty #8F76AE

Color information

#8F76AE (or 0x8F76AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 76 and AE. RGB value is (143,118,174). Sum of RGB (Red+Green+Blue) = 143+118+174=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F76AE is #708951. Grayscale: #838383. Windows color (decimal): -7375186 or 11433615. OLE color: 11433615.

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

Color convert

RGB143118174-
CMYK0.180.3200.32
HSL266.79º25.69%57.25%-
HSV(B)266.79º32.18%68.24%-
XYZ25.4521.8542.92-
YUV131.86151.78135.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 174 (68.36% from 255) = 40%
R=32.87%
G=27.13%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431181740.180.3200.32266.7925.6957.25
Hex8F76AE122002010b1a39
Octal21716625622400404133271
Binary1000111111101101010111010010100000010000010000101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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