Shades of Mountbatten Pink #987F97
Tints of Mountbatten Pink #987F97
RGB
CMYK
RGB Variations
Color information
#987F97 (or 0x987F97) is known color: Mountbatten Pink. HEX triplet: 98, 7F and 97. RGB value is (152,127,151). Sum of RGB (Red+Green+Blue) = 152+127+151=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #987F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F97 is #678068. Grayscale: #898989. Windows color (decimal): -6783081 or 9928600. OLE color: 9928600.
HSL color Cylindrical-coordinate representation of color #987F97: hue angle of 302.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #987F97 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 151 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.40 |
| HSL | 302.4º | 0.11% | 0.55% | - |
| HSV(B) | 302.4º | 0.16% | 0.6% | - |
| XYZ | 26.12 | 24.09 | 32.55 | - |
| YUV | 137.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 151 | 0 | 0.16 | 0.01 | 0.40 | 302.4 | 0.11 | 0.55 |
| Hex | 98 | 7F | 97 | 0 | 10 | 1 | 28 | 12E | B | 37 |
| Octal | 230 | 177 | 227 | 0 | 20 | 1 | 50 | 456 | 13 | 67 |
| Binary | 10011000 | 1111111 | 10010111 | 0 | 10000 | 1 | 101000 | 100101110 | 1011 | 110111 |
Color Harmonies of #987F97
Complementary color
Monochromatic Colors of #987F97
Black with #987F97
Text Example
Text Example
White with #987F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F97; }
p { color: rgb(152,127,151); }
H1.HeaderClassName
{
color: #987F97;
}
.AnyTagClassName
{
color: #987F97;
}
</style>
background-color css
<style>
a { background-color: #987F97; }
a { background-color: rgb(152,127,151); }
div.DivClassName
{
background-color: #987F97;
}
.BgClassName
{
background-color: #987F97;
}
</style>
border-color css
<style>
span { border-color: #987F97; }
span { border-color: rgb(152,127,151); }
td.TdClassName
{
border-color: #987F97;
}
.TagClassName
{
border-color: #987F97;
}
</style>