#987CC0

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

Shades of Purple Mountain's Majesty #987CC0

Tints of Purple Mountain's Majesty #987CC0

Color information

#987CC0 (or 0x987CC0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7C and C0. RGB value is (152,124,192). Sum of RGB (Red+Green+Blue) = 152+124+192=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #987CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CC0 is #67833F. Grayscale: #8B8B8B. Windows color (decimal): -6783808 or 12614808. OLE color: 12614808.

HSL color Cylindrical-coordinate representation of color #987CC0: hue angle of 264.71º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987CC0 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152124192-
CMYK0.210.3500.25
HSL264.71º35.05%61.96%-
HSV(B)264.71º35.42%75.29%-
XYZ29.6724.953.11-
YUV140.12157.28136.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=32.48%
G=26.50%
B=41.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521241920.210.3500.25264.7135.0561.96
Hex987CC01523019109233e
Octal23017430025430314114376
Binary1001100011111001100000010101100011011001100001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,192); }

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

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

 a { background-color: rgb(152,124,192); }

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

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

 span { border-color: rgb(152,124,192); }

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