#8F80AB

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

Shades of Purple Mountain's Majesty #8F80AB

Tints of Purple Mountain's Majesty #8F80AB

Color information

#8F80AB (or 0x8F80AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 80 and AB. RGB value is (143,128,171). Sum of RGB (Red+Green+Blue) = 143+128+171=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F80AB is #707F54. Grayscale: #898989. Windows color (decimal): -7372629 or 11239567. OLE color: 11239567.

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

Color convert

RGB143128171-
CMYK0.160.2500.33
HSL260.93º20.38%58.63%-
HSV(B)260.93º25.15%67.06%-
XYZ26.424.2241.81-
YUV137.39146.97132-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.35%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=32.35%
G=28.96%
B=38.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431281710.160.2500.33260.9320.3858.63
Hex8F80AB1019021105143b
Octal21720025320310414052473
Binary1000111110000000101010111000011001010000110000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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