#987EB2

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

Shades of Purple Mountain's Majesty #987EB2

Tints of Purple Mountain's Majesty #987EB2

Color information

#987EB2 (or 0x987EB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and B2. RGB value is (152,126,178). Sum of RGB (Red+Green+Blue) = 152+126+178=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 178 - color contains mainly: blue. Hex color #987EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987EB2 is #67814D. Grayscale: #8B8B8B. Windows color (decimal): -6783310 or 11697816. OLE color: 11697816.

HSL color Cylindrical-coordinate representation of color #987EB2: hue angle of 270º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #987EB2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB152126178-
CMYK0.150.2900.30
HSL270º25.24%59.61%-
HSV(B)270º29.21%69.8%-
XYZ28.4524.8145.41-
YUV139.7149.61136.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=33.33%
G=27.63%
B=39.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521261780.150.2900.3027025.2459.61
Hex987EB2F1D01E10e193c
Octal23017626217350364163174
Binary1001100011111101011001011111110101111010000111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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