Shades of Mountbatten Pink #987C91
Tints of Mountbatten Pink #987C91
RGB
CMYK
RGB Variations
Color information
#987C91 (or 0x987C91) is known color: Mountbatten Pink. HEX triplet: 98, 7C and 91. RGB value is (152,124,145). Sum of RGB (Red+Green+Blue) = 152+124+145=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #987C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C91 is #67836E. Grayscale: #868686. Windows color (decimal): -6783855 or 9534616. OLE color: 9534616.
HSL color Cylindrical-coordinate representation of color #987C91: hue angle of 315º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987C91 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 145 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.40 |
| HSL | 315º | 0.12% | 0.54% | - |
| HSV(B) | 315º | 0.18% | 0.6% | - |
| XYZ | 25.27 | 23.14 | 29.92 | - |
| YUV | 134.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 145 | 0 | 0.18 | 0.05 | 0.40 | 315 | 0.12 | 0.54 |
| Hex | 98 | 7C | 91 | 0 | 12 | 5 | 28 | 13B | C | 36 |
| Octal | 230 | 174 | 221 | 0 | 22 | 5 | 50 | 473 | 14 | 66 |
| Binary | 10011000 | 1111100 | 10010001 | 0 | 10010 | 101 | 101000 | 100111011 | 1100 | 110110 |
Color Harmonies of #987C91
Complementary color
Monochromatic Colors of #987C91
Black with #987C91
Text Example
Text Example
White with #987C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C91; }
p { color: rgb(152,124,145); }
H1.HeaderClassName
{
color: #987C91;
}
.AnyTagClassName
{
color: #987C91;
}
</style>
background-color css
<style>
a { background-color: #987C91; }
a { background-color: rgb(152,124,145); }
div.DivClassName
{
background-color: #987C91;
}
.BgClassName
{
background-color: #987C91;
}
</style>
border-color css
<style>
span { border-color: #987C91; }
span { border-color: rgb(152,124,145); }
td.TdClassName
{
border-color: #987C91;
}
.TagClassName
{
border-color: #987C91;
}
</style>