#987FAE

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

Shades of Purple Mountain's Majesty #987FAE

Tints of Purple Mountain's Majesty #987FAE

Color information

#987FAE (or 0x987FAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7F and AE. RGB value is (152,127,174). Sum of RGB (Red+Green+Blue) = 152+127+174=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #987FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FAE is #678051. Grayscale: #8B8B8B. Windows color (decimal): -6783058 or 11435928. OLE color: 11435928.

HSL color Cylindrical-coordinate representation of color #987FAE: hue angle of 271.91º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #987FAE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152127174-
CMYK0.130.2700.32
HSL271.91º22.49%59.02%-
HSV(B)271.91º27.01%68.24%-
XYZ28.1824.9143.37-
YUV139.83147.28136.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=33.55%
G=28.04%
B=38.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521271740.130.2700.32271.9122.4959.02
Hex987FAED1B020110163b
Octal23017725615330404202673
Binary10011000111111110101110110111011010000010001000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987FAE; }

 p { color: rgb(152,127,174); }

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

<style>
 a { background-color: #987FAE; }

 a { background-color: rgb(152,127,174); }

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

<style>
 span { border-color: #987FAE; }

 span { border-color: rgb(152,127,174); }

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