#8F7EAF

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

Shades of Purple Mountain's Majesty #8F7EAF

Tints of Purple Mountain's Majesty #8F7EAF

Color information

#8F7EAF (or 0x8F7EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 7E and AF. RGB value is (143,126,175). Sum of RGB (Red+Green+Blue) = 143+126+175=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7EAF is #708150. Grayscale: #888888. Windows color (decimal): -7373137 or 11501199. OLE color: 11501199.

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

Color convert

RGB143126175-
CMYK0.180.2800.31
HSL260.82º23.44%59.02%-
HSV(B)260.82º28%68.63%-
XYZ26.5323.8643.76-
YUV136.67149.63132.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=32.21%
G=28.38%
B=39.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431261750.180.2800.31260.8223.4459.02
Hex8F7EAF121C01F105173b
Octal21717625722340374052773
Binary10001111111111010101111100101110001111110000010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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