#987ABE

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

Shades of Purple Mountain's Majesty #987ABE

Tints of Purple Mountain's Majesty #987ABE

Color information

#987ABE (or 0x987ABE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7A and BE. RGB value is (152,122,190). Sum of RGB (Red+Green+Blue) = 152+122+190=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #987ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ABE is #678541. Grayscale: #8A8A8A. Windows color (decimal): -6784322 or 12483224. OLE color: 12483224.

HSL color Cylindrical-coordinate representation of color #987ABE: hue angle of 266.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987ABE is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152122190-
CMYK0.20.3600.25
HSL266.47º34.34%61.18%-
HSV(B)266.47º35.79%74.51%-
XYZ29.224.3151.87-
YUV138.72156.94137.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=32.76%
G=26.29%
B=40.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521221900.20.3600.25266.4734.3461.18
Hex987ABE142401910a223d
Octal23017227624440314124275
Binary1001100011110101011111010100100100011001100001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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