#987CBA

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

Shades of Purple Mountain's Majesty #987CBA

Tints of Purple Mountain's Majesty #987CBA

Color information

#987CBA (or 0x987CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7C and BA. RGB value is (152,124,186). Sum of RGB (Red+Green+Blue) = 152+124+186=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #987CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CBA is #678345. Grayscale: #8B8B8B. Windows color (decimal): -6783814 or 12221592. OLE color: 12221592.

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

Color convert

RGB152124186-
CMYK0.180.3300.27
HSL267.1º31%60.78%-
HSV(B)267.1º33.33%72.94%-
XYZ29.0224.6449.68-
YUV139.44154.28136.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.90%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=32.90%
G=26.84%
B=40.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521241860.180.3300.27267.13160.78
Hex987CBA122101B10b1f3d
Octal23017427222410334133775
Binary100110001111100101110101001010000101101110000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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