#8F79AB

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

Shades of Purple Mountain's Majesty #8F79AB

Tints of Purple Mountain's Majesty #8F79AB

Color information

#8F79AB (or 0x8F79AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 79 and AB. RGB value is (143,121,171). Sum of RGB (Red+Green+Blue) = 143+121+171=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F79AB is #708654. Grayscale: #858585. Windows color (decimal): -7374421 or 11237775. OLE color: 11237775.

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

Color convert

RGB143121171-
CMYK0.160.2900.33
HSL266.4º22.94%57.25%-
HSV(B)266.4º29.24%67.06%-
XYZ25.5222.4541.52-
YUV133.28149.29134.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=32.87%
G=27.82%
B=39.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431211710.160.2900.33266.422.9457.25
Hex8F79AB101D02110a1739
Octal21717125320350414122771
Binary100011111111001101010111000011101010000110000101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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