#987AAE

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

Shades of Purple Mountain's Majesty #987AAE

Tints of Purple Mountain's Majesty #987AAE

Color information

#987AAE (or 0x987AAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7A and AE. RGB value is (152,122,174). Sum of RGB (Red+Green+Blue) = 152+122+174=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #987AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987AAE is #678551. Grayscale: #888888. Windows color (decimal): -6784338 or 11434648. OLE color: 11434648.

HSL color Cylindrical-coordinate representation of color #987AAE: hue angle of 274.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #987AAE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152122174-
CMYK0.130.3000.32
HSL274.62º24.3%58.04%-
HSV(B)274.62º29.89%68.24%-
XYZ27.5523.6543.16-
YUV136.9148.94138.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=33.93%
G=27.23%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521221740.130.3000.32274.6224.358.04
Hex987AAED1E020113183a
Octal23017225615360404233072
Binary10011000111101010101110110111110010000010001001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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