Shades of Mountbatten Pink #987188
Tints of Mountbatten Pink #987188
RGB
CMYK
RGB Variations
Color information
#987188 (or 0x987188) is known color: Mountbatten Pink. HEX triplet: 98, 71 and 88. RGB value is (152,113,136). Sum of RGB (Red+Green+Blue) = 152+113+136=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987188 is #678E77. Grayscale: #7F7F7F. Windows color (decimal): -6786680 or 8941976. OLE color: 8941976.
HSL color Cylindrical-coordinate representation of color #987188: hue angle of 324.62º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987188 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 136 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.40 |
| HSL | 324.62º | 0.16% | 0.52% | - |
| HSV(B) | 324.62º | 0.26% | 0.6% | - |
| XYZ | 23.3 | 20.26 | 25.98 | - |
| YUV | 127.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 136 | 0 | 0.26 | 0.11 | 0.40 | 324.62 | 0.16 | 0.52 |
| Hex | 98 | 71 | 88 | 0 | 1A | B | 28 | 145 | 10 | 34 |
| Octal | 230 | 161 | 210 | 0 | 32 | 13 | 50 | 505 | 20 | 64 |
| Binary | 10011000 | 1110001 | 10001000 | 0 | 11010 | 1011 | 101000 | 101000101 | 10000 | 110100 |
Color Harmonies of #987188
Complementary color
Monochromatic Colors of #987188
Black with #987188
Text Example
Text Example
White with #987188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987188; }
p { color: rgb(152,113,136); }
H1.HeaderClassName
{
color: #987188;
}
.AnyTagClassName
{
color: #987188;
}
</style>
background-color css
<style>
a { background-color: #987188; }
a { background-color: rgb(152,113,136); }
div.DivClassName
{
background-color: #987188;
}
.BgClassName
{
background-color: #987188;
}
</style>
border-color css
<style>
span { border-color: #987188; }
span { border-color: rgb(152,113,136); }
td.TdClassName
{
border-color: #987188;
}
.TagClassName
{
border-color: #987188;
}
</style>