#8F7DAF

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

Shades of Purple Mountain's Majesty #8F7DAF

Tints of Purple Mountain's Majesty #8F7DAF

Color information

#8F7DAF (or 0x8F7DAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 7D and AF. RGB value is (143,125,175). Sum of RGB (Red+Green+Blue) = 143+125+175=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7DAF is #708250. Grayscale: #878787. Windows color (decimal): -7373393 or 11500943. OLE color: 11500943.

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

Color convert

RGB143125175-
CMYK0.180.2900.31
HSL261.6º23.81%58.82%-
HSV(B)261.6º28.57%68.63%-
XYZ26.423.643.72-
YUV136.08149.96132.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=32.28%
G=28.22%
B=39.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431251750.180.2900.31261.623.8158.82
Hex8F7DAF121D01F106183b
Octal21717525722350374063073
Binary10001111111110110101111100101110101111110000011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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