#987EB0

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

Shades of Purple Mountain's Majesty #987EB0

Tints of Purple Mountain's Majesty #987EB0

Color information

#987EB0 (or 0x987EB0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and B0. RGB value is (152,126,176). Sum of RGB (Red+Green+Blue) = 152+126+176=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 176 - color contains mainly: blue. Hex color #987EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987EB0 is #67814F. Grayscale: #8B8B8B. Windows color (decimal): -6783312 or 11566744. OLE color: 11566744.

HSL color Cylindrical-coordinate representation of color #987EB0: hue angle of 271.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #987EB0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152126176-
CMYK0.140.2800.31
HSL271.2º24.04%59.22%-
HSV(B)271.2º28.41%69.02%-
XYZ28.2524.7344.36-
YUV139.47148.61136.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=33.48%
G=27.75%
B=38.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521261760.140.2800.31271.224.0459.22
Hex987EB0E1C01F10f183b
Octal23017626016340374173073
Binary1001100011111101011000011101110001111110000111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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