Html Css Color HEX #987FBC Purple Mountain's Majesty
📋 copy color: '#987FBC'red 152 ◦ green 127 ◦ blue 188
Shades of Purple Mountain's Majesty #987FBC
Tints of Purple Mountain's Majesty #987FBC
RGB
CMYK
RGB Variations
Color information
#987FBC (or 0x987FBC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7F and BC. RGB value is (152,127,188). Sum of RGB (Red+Green+Blue) = 152+127+188=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #987FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FBC is #678043. Grayscale: #8D8D8D. Windows color (decimal): -6783044 or 12353432. OLE color: 12353432.
HSL color Cylindrical-coordinate representation of color #987FBC: hue angle of 264.59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987FBC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 127 | 188 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.26 |
| HSL | 264.59º | 0.31% | 0.62% | - |
| HSV(B) | 264.59º | 0.32% | 0.74% | - |
| XYZ | 29.62 | 25.48 | 50.94 | - |
| YUV | 141.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 188 | 0.19 | 0.32 | 0 | 0.26 | 264.59 | 0.31 | 0.62 |
| Hex | 98 | 7F | BC | 13 | 20 | 0 | 1A | 109 | 1F | 3E |
| Octal | 230 | 177 | 274 | 23 | 40 | 0 | 32 | 411 | 37 | 76 |
| Binary | 10011000 | 1111111 | 10111100 | 10011 | 100000 | 0 | 11010 | 100001001 | 11111 | 111110 |
Color Harmonies of #987FBC
Complementary color
Monochromatic Colors of #987FBC
Black with #987FBC
Text Example
Text Example
White with #987FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FBC; }
p { color: rgb(152,127,188); }
H1.HeaderClassName
{
color: #987FBC;
}
.AnyTagClassName
{
color: #987FBC;
}
</style>
background-color css
<style>
a { background-color: #987FBC; }
a { background-color: rgb(152,127,188); }
div.DivClassName
{
background-color: #987FBC;
}
.BgClassName
{
background-color: #987FBC;
}
</style>
border-color css
<style>
span { border-color: #987FBC; }
span { border-color: rgb(152,127,188); }
td.TdClassName
{
border-color: #987FBC;
}
.TagClassName
{
border-color: #987FBC;
}
</style>