#987EBF

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

Shades of Purple Mountain's Majesty #987EBF

Tints of Purple Mountain's Majesty #987EBF

Color information

#987EBF (or 0x987EBF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and BF. RGB value is (152,126,191). Sum of RGB (Red+Green+Blue) = 152+126+191=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #987EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EBF is #678140. Grayscale: #8C8C8C. Windows color (decimal): -6783297 or 12549784. OLE color: 12549784.

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

Color convert

RGB152126191-
CMYK0.200.3400.25
HSL264º33.68%62.16%-
HSV(B)264º34.03%74.9%-
XYZ29.8125.3652.61-
YUV141.18156.11135.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 191 (75% from 255) = 40.72%
R=32.41%
G=26.87%
B=40.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521261910.200.3400.2526433.6862.16
Hex987EBF1422019108223e
Octal23017627724420314104276
Binary1001100011111101011111110100100010011001100001000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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