Html Css Color HEX #987EBC Purple Mountain's Majesty
📋 copy color: '#987EBC'red 152 ◦ green 126 ◦ blue 188
Shades of Purple Mountain's Majesty #987EBC
Tints of Purple Mountain's Majesty #987EBC
RGB
CMYK
RGB Variations
Color information
#987EBC (or 0x987EBC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7E and BC. RGB value is (152,126,188). Sum of RGB (Red+Green+Blue) = 152+126+188=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #987EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EBC is #678143. Grayscale: #8C8C8C. Windows color (decimal): -6783300 or 12353176. OLE color: 12353176.
HSL color Cylindrical-coordinate representation of color #987EBC: hue angle of 265.16º 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 #987EBC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 126 | 188 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.26 |
| HSL | 265.16º | 0.32% | 0.62% | - |
| HSV(B) | 265.16º | 0.33% | 0.74% | - |
| XYZ | 29.49 | 25.23 | 50.89 | - |
| YUV | 140.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 188 | 0.19 | 0.33 | 0 | 0.26 | 265.16 | 0.32 | 0.62 |
| Hex | 98 | 7E | BC | 13 | 21 | 0 | 1A | 109 | 20 | 3E |
| Octal | 230 | 176 | 274 | 23 | 41 | 0 | 32 | 411 | 40 | 76 |
| Binary | 10011000 | 1111110 | 10111100 | 10011 | 100001 | 0 | 11010 | 100001001 | 100000 | 111110 |
Color Harmonies of #987EBC
Complementary color
Monochromatic Colors of #987EBC
Black with #987EBC
Text Example
Text Example
White with #987EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EBC; }
p { color: rgb(152,126,188); }
H1.HeaderClassName
{
color: #987EBC;
}
.AnyTagClassName
{
color: #987EBC;
}
</style>
background-color css
<style>
a { background-color: #987EBC; }
a { background-color: rgb(152,126,188); }
div.DivClassName
{
background-color: #987EBC;
}
.BgClassName
{
background-color: #987EBC;
}
</style>
border-color css
<style>
span { border-color: #987EBC; }
span { border-color: rgb(152,126,188); }
td.TdClassName
{
border-color: #987EBC;
}
.TagClassName
{
border-color: #987EBC;
}
</style>