#987EAD

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

Shades of Purple Mountain's Majesty #987EAD

Tints of Purple Mountain's Majesty #987EAD

Color information

#987EAD (or 0x987EAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and AD. RGB value is (152,126,173). Sum of RGB (Red+Green+Blue) = 152+126+173=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #987EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987EAD is #678152. Grayscale: #8A8A8A. Windows color (decimal): -6783315 or 11370136. OLE color: 11370136.

HSL color Cylindrical-coordinate representation of color #987EAD: hue angle of 273.19º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #987EAD is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152126173-
CMYK0.120.2700.32
HSL273.19º22.27%58.63%-
HSV(B)273.19º27.17%67.84%-
XYZ27.9524.6142.81-
YUV139.13147.11137.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=33.70%
G=27.94%
B=38.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521261730.120.2700.32273.1922.2758.63
Hex987EADC1B020111163b
Octal23017625514330404212673
Binary10011000111111010101101110011011010000010001000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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