#987ABB

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

Shades of Purple Mountain's Majesty #987ABB

Tints of Purple Mountain's Majesty #987ABB

Color information

#987ABB (or 0x987ABB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7A and BB. RGB value is (152,122,187). Sum of RGB (Red+Green+Blue) = 152+122+187=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #987ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ABB is #678544. Grayscale: #8A8A8A. Windows color (decimal): -6784325 or 12286616. OLE color: 12286616.

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

Color convert

RGB152122187-
CMYK0.190.3500.27
HSL267.69º32.34%60.59%-
HSV(B)267.69º34.76%73.33%-
XYZ28.8824.1850.16-
YUV138.38155.44137.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=32.97%
G=26.46%
B=40.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521221870.190.3500.27267.6932.3460.59
Hex987ABB132301B10c203d
Octal23017227323430334144075
Binary1001100011110101011101110011100011011011100001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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