Html Css Color HEX #987FB8 Purple Mountain's Majesty
📋 copy color: '#987FB8'red 152 ◦ green 127 ◦ blue 184
Shades of Purple Mountain's Majesty #987FB8
Tints of Purple Mountain's Majesty #987FB8
RGB
CMYK
RGB Variations
Color information
#987FB8 (or 0x987FB8) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7F and B8. RGB value is (152,127,184). Sum of RGB (Red+Green+Blue) = 152+127+184=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 184 - color contains mainly: blue. Hex color #987FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FB8 is #678047. Grayscale: #8C8C8C. Windows color (decimal): -6783048 or 12091288. OLE color: 12091288.
HSL color Cylindrical-coordinate representation of color #987FB8: hue angle of 266.32º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #987FB8 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 127 | 184 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.28 |
| HSL | 266.32º | 0.29% | 0.61% | - |
| HSV(B) | 266.32º | 0.31% | 0.72% | - |
| XYZ | 29.19 | 25.31 | 48.7 | - |
| YUV | 140.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 184 | 0.17 | 0.31 | 0 | 0.28 | 266.32 | 0.29 | 0.61 |
| Hex | 98 | 7F | B8 | 11 | 1F | 0 | 1C | 10A | 1D | 3D |
| Octal | 230 | 177 | 270 | 21 | 37 | 0 | 34 | 412 | 35 | 75 |
| Binary | 10011000 | 1111111 | 10111000 | 10001 | 11111 | 0 | 11100 | 100001010 | 11101 | 111101 |
Color Harmonies of #987FB8
Complementary color
Monochromatic Colors of #987FB8
Black with #987FB8
Text Example
Text Example
White with #987FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FB8; }
p { color: rgb(152,127,184); }
H1.HeaderClassName
{
color: #987FB8;
}
.AnyTagClassName
{
color: #987FB8;
}
</style>
background-color css
<style>
a { background-color: #987FB8; }
a { background-color: rgb(152,127,184); }
div.DivClassName
{
background-color: #987FB8;
}
.BgClassName
{
background-color: #987FB8;
}
</style>
border-color css
<style>
span { border-color: #987FB8; }
span { border-color: rgb(152,127,184); }
td.TdClassName
{
border-color: #987FB8;
}
.TagClassName
{
border-color: #987FB8;
}
</style>