#987BBE

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

Shades of Purple Mountain's Majesty #987BBE

Tints of Purple Mountain's Majesty #987BBE

Color information

#987BBE (or 0x987BBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7B and BE. RGB value is (152,123,190). Sum of RGB (Red+Green+Blue) = 152+123+190=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #987BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BBE is #678441. Grayscale: #8B8B8B. Windows color (decimal): -6784066 or 12483480. OLE color: 12483480.

HSL color Cylindrical-coordinate representation of color #987BBE: hue angle of 265.97º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987BBE is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152123190-
CMYK0.20.3500.25
HSL265.97º34.01%61.37%-
HSV(B)265.97º35.26%74.51%-
XYZ29.3324.5651.91-
YUV139.31156.61137.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=32.69%
G=26.45%
B=40.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521231900.20.3500.25265.9734.0161.37
Hex987BBE142301910a223d
Octal23017327624430314124275
Binary1001100011110111011111010100100011011001100001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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