#987BBA

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

Shades of Purple Mountain's Majesty #987BBA

Tints of Purple Mountain's Majesty #987BBA

Color information

#987BBA (or 0x987BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7B and BA. RGB value is (152,123,186). Sum of RGB (Red+Green+Blue) = 152+123+186=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #987BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BBA is #678445. Grayscale: #8A8A8A. Windows color (decimal): -6784070 or 12221336. OLE color: 12221336.

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

Color convert

RGB152123186-
CMYK0.180.3400.27
HSL267.62º31.34%60.59%-
HSV(B)267.62º33.87%72.94%-
XYZ28.8924.3949.64-
YUV138.85154.61137.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=32.97%
G=26.68%
B=40.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521231860.180.3400.27267.6231.3460.59
Hex987BBA122201B10c1f3d
Octal23017327222420334143775
Binary100110001111011101110101001010001001101110000110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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