#8F76AB

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

Shades of Purple Mountain's Majesty #8F76AB

Tints of Purple Mountain's Majesty #8F76AB

Color information

#8F76AB (or 0x8F76AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 76 and AB. RGB value is (143,118,171). Sum of RGB (Red+Green+Blue) = 143+118+171=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F76AB is #708954. Grayscale: #838383. Windows color (decimal): -7375189 or 11237007. OLE color: 11237007.

HSL color Cylindrical-coordinate representation of color #8F76AB: hue angle of 268.3º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F76AB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143118171-
CMYK0.160.3100.33
HSL268.3º23.98%56.67%-
HSV(B)268.3º30.99%67.06%-
XYZ25.1621.7441.4-
YUV131.52150.28136.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=33.10%
G=27.31%
B=39.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431181710.160.3100.33268.323.9856.67
Hex8F76AB101F02110c1839
Octal21716625320370414143071
Binary100011111110110101010111000011111010000110000110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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