#987BAE

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

Shades of Purple Mountain's Majesty #987BAE

Tints of Purple Mountain's Majesty #987BAE

Color information

#987BAE (or 0x987BAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7B and AE. RGB value is (152,123,174). Sum of RGB (Red+Green+Blue) = 152+123+174=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #987BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987BAE is #678451. Grayscale: #898989. Windows color (decimal): -6784082 or 11434904. OLE color: 11434904.

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

Color convert

RGB152123174-
CMYK0.130.2900.32
HSL274.12º23.94%58.24%-
HSV(B)274.12º29.31%68.24%-
XYZ27.6723.943.2-
YUV137.49148.61138.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=33.85%
G=27.39%
B=38.75%

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
Decimal1521231740.130.2900.32274.1223.9458.24
Hex987BAED1D020112183a
Octal23017325615350404223072
Binary10011000111101110101110110111101010000010001001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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