#987EB3

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

Shades of Purple Mountain's Majesty #987EB3

Tints of Purple Mountain's Majesty #987EB3

Color information

#987EB3 (or 0x987EB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and B3. RGB value is (152,126,179). Sum of RGB (Red+Green+Blue) = 152+126+179=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #987EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EB3 is #67814C. Grayscale: #8B8B8B. Windows color (decimal): -6783309 or 11763352. OLE color: 11763352.

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

Color convert

RGB152126179-
CMYK0.150.3000.30
HSL269.43º25.85%59.8%-
HSV(B)269.43º29.61%70.2%-
XYZ28.5524.8545.94-
YUV139.82150.11136.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=33.26%
G=27.57%
B=39.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521261790.150.3000.30269.4325.8559.8
Hex987EB3F1E01E10d1a3c
Octal23017626317360364153274
Binary1001100011111101011001111111111001111010000110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,126,179); }

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

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

 a { background-color: rgb(152,126,179); }

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

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

 span { border-color: rgb(152,126,179); }

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