Shades of Mountbatten Pink #987F96
Tints of Mountbatten Pink #987F96
RGB
CMYK
RGB Variations
Color information
#987F96 (or 0x987F96) is known color: Mountbatten Pink. HEX triplet: 98, 7F and 96. RGB value is (152,127,150). Sum of RGB (Red+Green+Blue) = 152+127+150=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #987F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F96 is #678069. Grayscale: #898989. Windows color (decimal): -6783082 or 9863064. OLE color: 9863064.
HSL color Cylindrical-coordinate representation of color #987F96: hue angle of 304.8º 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 #987F96 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 150 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.40 |
| HSL | 304.8º | 0.11% | 0.55% | - |
| HSV(B) | 304.8º | 0.16% | 0.6% | - |
| XYZ | 26.04 | 24.06 | 32.12 | - |
| YUV | 137.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 150 | 0 | 0.16 | 0.01 | 0.40 | 304.8 | 0.11 | 0.55 |
| Hex | 98 | 7F | 96 | 0 | 10 | 1 | 28 | 131 | B | 37 |
| Octal | 230 | 177 | 226 | 0 | 20 | 1 | 50 | 461 | 13 | 67 |
| Binary | 10011000 | 1111111 | 10010110 | 0 | 10000 | 1 | 101000 | 100110001 | 1011 | 110111 |
Color Harmonies of #987F96
Complementary color
Monochromatic Colors of #987F96
Black with #987F96
Text Example
Text Example
White with #987F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F96; }
p { color: rgb(152,127,150); }
H1.HeaderClassName
{
color: #987F96;
}
.AnyTagClassName
{
color: #987F96;
}
</style>
background-color css
<style>
a { background-color: #987F96; }
a { background-color: rgb(152,127,150); }
div.DivClassName
{
background-color: #987F96;
}
.BgClassName
{
background-color: #987F96;
}
</style>
border-color css
<style>
span { border-color: #987F96; }
span { border-color: rgb(152,127,150); }
td.TdClassName
{
border-color: #987F96;
}
.TagClassName
{
border-color: #987F96;
}
</style>