#8F76AD

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

Shades of Purple Mountain's Majesty #8F76AD

Tints of Purple Mountain's Majesty #8F76AD

Color information

#8F76AD (or 0x8F76AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 76 and AD. RGB value is (143,118,173). Sum of RGB (Red+Green+Blue) = 143+118+173=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F76AD is #708952. Grayscale: #838383. Windows color (decimal): -7375187 or 11368079. OLE color: 11368079.

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

Color convert

RGB143118173-
CMYK0.170.3200.32
HSL267.27º25.11%57.06%-
HSV(B)267.27º31.79%67.84%-
XYZ25.3521.8142.41-
YUV131.74151.28136.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=32.95%
G=27.19%
B=39.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431181730.170.3200.32267.2725.1157.06
Hex8F76AD112002010b1939
Octal21716625521400404133171
Binary1000111111101101010110110001100000010000010000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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