#987AAF

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

Shades of Purple Mountain's Majesty #987AAF

Tints of Purple Mountain's Majesty #987AAF

Color information

#987AAF (or 0x987AAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7A and AF. RGB value is (152,122,175). Sum of RGB (Red+Green+Blue) = 152+122+175=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #987AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987AAF is #678550. Grayscale: #888888. Windows color (decimal): -6784337 or 11500184. OLE color: 11500184.

HSL color Cylindrical-coordinate representation of color #987AAF: hue angle of 273.96º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #987AAF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152122175-
CMYK0.130.3000.31
HSL273.96º24.88%58.24%-
HSV(B)273.96º30.29%68.63%-
XYZ27.6523.6943.67-
YUV137.01149.44138.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=33.85%
G=27.17%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521221750.130.3000.31273.9624.8858.24
Hex987AAFD1E01F112193a
Octal23017225715360374223172
Binary1001100011110101010111111011111001111110001001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,122,175); }

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

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

 a { background-color: rgb(152,122,175); }

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

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

 span { border-color: rgb(152,122,175); }

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