#987EBD

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

Shades of Purple Mountain's Majesty #987EBD

Tints of Purple Mountain's Majesty #987EBD

Color information

#987EBD (or 0x987EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 7E and BD. RGB value is (152,126,189). Sum of RGB (Red+Green+Blue) = 152+126+189=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #987EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EBD is #678142. Grayscale: #8C8C8C. Windows color (decimal): -6783299 or 12418712. OLE color: 12418712.

HSL color Cylindrical-coordinate representation of color #987EBD: hue angle of 264.76º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #987EBD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152126189-
CMYK0.200.3300.26
HSL264.76º32.31%61.76%-
HSV(B)264.76º33.33%74.12%-
XYZ29.625.2751.46-
YUV140.96155.11135.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=32.55%
G=26.98%
B=40.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521261890.200.3300.26264.7632.3161.76
Hex987EBD142101A109203e
Octal23017627524410324114076
Binary1001100011111101011110110100100001011010100001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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