#8F77AD

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

Shades of Purple Mountain's Majesty #8F77AD

Tints of Purple Mountain's Majesty #8F77AD

Color information

#8F77AD (or 0x8F77AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 77 and AD. RGB value is (143,119,173). Sum of RGB (Red+Green+Blue) = 143+119+173=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F77AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F77AD is #708852. Grayscale: #848484. Windows color (decimal): -7374931 or 11368335. OLE color: 11368335.

HSL color Cylindrical-coordinate representation of color #8F77AD: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F77AD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143119173-
CMYK0.170.3100.32
HSL266.67º24.77%57.25%-
HSV(B)266.67º31.21%67.84%-
XYZ25.4722.0542.45-
YUV132.33150.95135.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=32.87%
G=27.36%
B=39.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431191730.170.3100.32266.6724.7757.25
Hex8F77AD111F02010b1939
Octal21716725521370404133171
Binary100011111110111101011011000111111010000010000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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