#8F77AC

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

Shades of Purple Mountain's Majesty #8F77AC

Tints of Purple Mountain's Majesty #8F77AC

Color information

#8F77AC (or 0x8F77AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 77 and AC. RGB value is (143,119,172). Sum of RGB (Red+Green+Blue) = 143+119+172=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F77AC is #708853. Grayscale: #848484. Windows color (decimal): -7374932 or 11302799. OLE color: 11302799.

HSL color Cylindrical-coordinate representation of color #8F77AC: hue angle of 267.17º 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 #8F77AC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143119172-
CMYK0.170.3100.33
HSL267.17º24.2%57.06%-
HSV(B)267.17º30.81%67.45%-
XYZ25.3722.0141.94-
YUV132.22150.45135.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=32.95%
G=27.42%
B=39.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431191720.170.3100.33267.1724.257.06
Hex8F77AC111F02110b1839
Octal21716725421370414133071
Binary100011111110111101011001000111111010000110000101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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