#987FB2

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

Shades of Purple Mountain's Majesty #987FB2

Tints of Purple Mountain's Majesty #987FB2

Color information

#987FB2 (or 0x987FB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7F and B2. RGB value is (152,127,178). Sum of RGB (Red+Green+Blue) = 152+127+178=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 178 - color contains mainly: blue. Hex color #987FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FB2 is #67804D. Grayscale: #8C8C8C. Windows color (decimal): -6783054 or 11698072. OLE color: 11698072.

HSL color Cylindrical-coordinate representation of color #987FB2: hue angle of 269.41º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #987FB2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB152127178-
CMYK0.150.2900.30
HSL269.41º24.88%59.8%-
HSV(B)269.41º28.65%69.8%-
XYZ28.5725.0745.45-
YUV140.29149.28136.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=33.26%
G=27.79%
B=38.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521271780.150.2900.30269.4124.8859.8
Hex987FB2F1D01E10d193c
Octal23017726217350364153174
Binary1001100011111111011001011111110101111010000110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,127,178); }

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

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

 a { background-color: rgb(152,127,178); }

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

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

 span { border-color: rgb(152,127,178); }

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