#8F77AF

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

Shades of Purple Mountain's Majesty #8F77AF

Tints of Purple Mountain's Majesty #8F77AF

Color information

#8F77AF (or 0x8F77AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 77 and AF. RGB value is (143,119,175). Sum of RGB (Red+Green+Blue) = 143+119+175=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F77AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F77AF is #708850. Grayscale: #848484. Windows color (decimal): -7374929 or 11499407. OLE color: 11499407.

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

Color convert

RGB143119175-
CMYK0.180.3200.31
HSL265.71º25.93%57.65%-
HSV(B)265.71º32%68.63%-
XYZ25.6622.1343.48-
YUV132.56151.95135.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.72%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=32.72%
G=27.23%
B=40.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431191750.180.3200.31265.7125.9357.65
Hex8F77AF122001F10a1a3a
Octal21716725722400374123272
Binary100011111110111101011111001010000001111110000101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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