#8F7BAE

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

Shades of Purple Mountain's Majesty #8F7BAE

Tints of Purple Mountain's Majesty #8F7BAE

Color information

#8F7BAE (or 0x8F7BAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 7B and AE. RGB value is (143,123,174). Sum of RGB (Red+Green+Blue) = 143+123+174=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7BAE is #708451. Grayscale: #868686. Windows color (decimal): -7373906 or 11434895. OLE color: 11434895.

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

Color convert

RGB143123174-
CMYK0.180.2900.32
HSL263.53º23.94%58.24%-
HSV(B)263.53º29.31%68.24%-
XYZ26.0523.0643.12-
YUV134.79150.13133.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.5%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=32.5%
G=27.95%
B=39.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431231740.180.2900.32263.5323.9458.24
Hex8F7BAE121D020108183a
Octal21717325622350404103072
Binary100011111111011101011101001011101010000010000100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,174); }

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

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

 a { background-color: rgb(143,123,174); }

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

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

 span { border-color: rgb(143,123,174); }

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