#8F76AC

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

Shades of Purple Mountain's Majesty #8F76AC

Tints of Purple Mountain's Majesty #8F76AC

Color information

#8F76AC (or 0x8F76AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 76 and AC. RGB value is (143,118,172). Sum of RGB (Red+Green+Blue) = 143+118+172=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F76AC is #708953. Grayscale: #838383. Windows color (decimal): -7375188 or 11302543. OLE color: 11302543.

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

Color convert

RGB143118172-
CMYK0.170.3100.33
HSL267.78º24.55%56.86%-
HSV(B)267.78º31.4%67.45%-
XYZ25.2521.7841.9-
YUV131.63150.78136.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.03%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=33.03%
G=27.25%
B=39.72%

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
Decimal1431181720.170.3100.33267.7824.5556.86
Hex8F76AC111F02110c1939
Octal21716625421370414143171
Binary100011111110110101011001000111111010000110000110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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