#987CB5

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

Shades of Purple Mountain's Majesty #987CB5

Tints of Purple Mountain's Majesty #987CB5

Color information

#987CB5 (or 0x987CB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7C and B5. RGB value is (152,124,181). Sum of RGB (Red+Green+Blue) = 152+124+181=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #987CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CB5 is #67834A. Grayscale: #8A8A8A. Windows color (decimal): -6783819 or 11893912. OLE color: 11893912.

HSL color Cylindrical-coordinate representation of color #987CB5: hue angle of 269.47º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #987CB5 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152124181-
CMYK0.160.3100.29
HSL269.47º27.8%59.8%-
HSV(B)269.47º31.49%70.98%-
XYZ28.524.4346.93-
YUV138.87151.78137.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=33.26%
G=27.13%
B=39.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521241810.160.3100.29269.4727.859.8
Hex987CB5101F01D10d1c3c
Octal23017426520370354153474
Binary10011000111110010110101100001111101110110000110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,181); }

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

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

 a { background-color: rgb(152,124,181); }

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

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

 span { border-color: rgb(152,124,181); }

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