#987FBA

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

Shades of Purple Mountain's Majesty #987FBA

Tints of Purple Mountain's Majesty #987FBA

Color information

#987FBA (or 0x987FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7F and BA. RGB value is (152,127,186). Sum of RGB (Red+Green+Blue) = 152+127+186=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #987FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FBA is #678045. Grayscale: #8C8C8C. Windows color (decimal): -6783046 or 12222360. OLE color: 12222360.

HSL color Cylindrical-coordinate representation of color #987FBA: hue angle of 265.42º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987FBA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152127186-
CMYK0.180.3200.27
HSL265.42º29.95%61.37%-
HSV(B)265.42º31.72%72.94%-
XYZ29.425.449.81-
YUV141.2153.28135.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 186 (73.05% from 255) = 40%
R=32.69%
G=27.31%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521271860.180.3200.27265.4229.9561.37
Hex987FBA122001B1091e3d
Octal23017727222400334113675
Binary100110001111111101110101001010000001101110000100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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