Shades of Mountbatten Pink #98718D
Tints of Mountbatten Pink #98718D
RGB
CMYK
RGB Variations
Color information
#98718D (or 0x98718D) is known color: Mountbatten Pink. HEX triplet: 98, 71 and 8D. RGB value is (152,113,141). Sum of RGB (Red+Green+Blue) = 152+113+141=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #98718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98718D is #678E72. Grayscale: #7F7F7F. Windows color (decimal): -6786675 or 9269656. OLE color: 9269656.
HSL color Cylindrical-coordinate representation of color #98718D: hue angle of 316.92º 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 #98718D is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 141 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.40 |
| HSL | 316.92º | 0.16% | 0.52% | - |
| HSV(B) | 316.92º | 0.26% | 0.6% | - |
| XYZ | 23.66 | 20.41 | 27.89 | - |
| YUV | 127.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 141 | 0 | 0.26 | 0.07 | 0.40 | 316.92 | 0.16 | 0.52 |
| Hex | 98 | 71 | 8D | 0 | 1A | 7 | 28 | 13D | 10 | 34 |
| Octal | 230 | 161 | 215 | 0 | 32 | 7 | 50 | 475 | 20 | 64 |
| Binary | 10011000 | 1110001 | 10001101 | 0 | 11010 | 111 | 101000 | 100111101 | 10000 | 110100 |
Color Harmonies of #98718D
Complementary color
Monochromatic Colors of #98718D
Black with #98718D
Text Example
Text Example
White with #98718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98718D; }
p { color: rgb(152,113,141); }
H1.HeaderClassName
{
color: #98718D;
}
.AnyTagClassName
{
color: #98718D;
}
</style>
background-color css
<style>
a { background-color: #98718D; }
a { background-color: rgb(152,113,141); }
div.DivClassName
{
background-color: #98718D;
}
.BgClassName
{
background-color: #98718D;
}
</style>
border-color css
<style>
span { border-color: #98718D; }
span { border-color: rgb(152,113,141); }
td.TdClassName
{
border-color: #98718D;
}
.TagClassName
{
border-color: #98718D;
}
</style>