#987CAE

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

Shades of Purple Mountain's Majesty #987CAE

Tints of Purple Mountain's Majesty #987CAE

Color information

#987CAE (or 0x987CAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7C and AE. RGB value is (152,124,174). Sum of RGB (Red+Green+Blue) = 152+124+174=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #987CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987CAE is #678351. Grayscale: #898989. Windows color (decimal): -6783826 or 11435160. OLE color: 11435160.

HSL color Cylindrical-coordinate representation of color #987CAE: hue angle of 273.6º 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 #987CAE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152124174-
CMYK0.130.2900.32
HSL273.6º23.58%58.43%-
HSV(B)273.6º28.74%68.24%-
XYZ27.824.1543.24-
YUV138.07148.28137.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=33.78%
G=27.56%
B=38.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521241740.130.2900.32273.623.5858.43
Hex987CAED1D020112183a
Octal23017425615350404223072
Binary10011000111110010101110110111101010000010001001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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