#8F77AA

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

Shades of Purple Mountain's Majesty #8F77AA

Tints of Purple Mountain's Majesty #8F77AA

Color information

#8F77AA (or 0x8F77AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 77 and AA. RGB value is (143,119,170). Sum of RGB (Red+Green+Blue) = 143+119+170=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F77AA is #708855. Grayscale: #838383. Windows color (decimal): -7374934 or 11171727. OLE color: 11171727.

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

Color convert

RGB143119170-
CMYK0.160.300.33
HSL268.24º23.08%56.67%-
HSV(B)268.24º30%66.67%-
XYZ25.1821.9440.94-
YUV131.99149.45135.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=33.10%
G=27.55%
B=39.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431191700.160.300.33268.2423.0856.67
Hex8F77AA101E02110c1739
Octal21716725220360414142771
Binary100011111110111101010101000011110010000110000110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,170); }

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

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

 a { background-color: rgb(143,119,170); }

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

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

 span { border-color: rgb(143,119,170); }

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