#987EB5

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

Shades of Purple Mountain's Majesty #987EB5

Tints of Purple Mountain's Majesty #987EB5

Color information

#987EB5 (or 0x987EB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and B5. RGB value is (152,126,181). Sum of RGB (Red+Green+Blue) = 152+126+181=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #987EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EB5 is #67814A. Grayscale: #8B8B8B. Windows color (decimal): -6783307 or 11894424. OLE color: 11894424.

HSL color Cylindrical-coordinate representation of color #987EB5: hue angle of 268.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #987EB5 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152126181-
CMYK0.160.3000.29
HSL268.36º27.09%60.2%-
HSV(B)268.36º30.39%70.98%-
XYZ28.7524.9347.01-
YUV140.04151.11136.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=33.12%
G=27.45%
B=39.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521261810.160.3000.29268.3627.0960.2
Hex987EB5101E01D10c1b3c
Octal23017626520360354143374
Binary10011000111111010110101100001111001110110000110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,126,181); }

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

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

 a { background-color: rgb(152,126,181); }

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

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

 span { border-color: rgb(152,126,181); }

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