#987EAC

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

Shades of Purple Mountain's Majesty #987EAC

Tints of Purple Mountain's Majesty #987EAC

Color information

#987EAC (or 0x987EAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and AC. RGB value is (152,126,172). Sum of RGB (Red+Green+Blue) = 152+126+172=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #987EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987EAC is #678153. Grayscale: #8A8A8A. Windows color (decimal): -6783316 or 11304600. OLE color: 11304600.

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

Color convert

RGB152126172-
CMYK0.120.2700.33
HSL273.91º21.7%58.43%-
HSV(B)273.91º26.74%67.45%-
XYZ27.8624.5842.31-
YUV139.02146.61137.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=33.78%
G=28%
B=38.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521261720.120.2700.33273.9121.758.43
Hex987EACC1B021112163a
Octal23017625414330414222672
Binary10011000111111010101100110011011010000110001001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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