#987EB9

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

Shades of Purple Mountain's Majesty #987EB9

Tints of Purple Mountain's Majesty #987EB9

Color information

#987EB9 (or 0x987EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and B9. RGB value is (152,126,185). Sum of RGB (Red+Green+Blue) = 152+126+185=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #987EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EB9 is #678146. Grayscale: #8C8C8C. Windows color (decimal): -6783303 or 12156568. OLE color: 12156568.

HSL color Cylindrical-coordinate representation of color #987EB9: hue angle of 266.44º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987EB9 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152126185-
CMYK0.180.3200.27
HSL266.44º29.65%60.98%-
HSV(B)266.44º31.89%72.55%-
XYZ29.1725.149.21-
YUV140.5153.11136.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=32.83%
G=27.21%
B=39.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521261850.180.3200.27266.4429.6560.98
Hex987EB9122001B10a1e3d
Octal23017627122400334123675
Binary100110001111110101110011001010000001101110000101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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