Shades of Mountbatten Pink #98708D
Tints of Mountbatten Pink #98708D
RGB
CMYK
RGB Variations
Color information
#98708D (or 0x98708D) is known color: Mountbatten Pink. HEX triplet: 98, 70 and 8D. RGB value is (152,112,141). Sum of RGB (Red+Green+Blue) = 152+112+141=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98708D is #678F72. Grayscale: #7F7F7F. Windows color (decimal): -6786931 or 9269400. OLE color: 9269400.
HSL color Cylindrical-coordinate representation of color #98708D: hue angle of 316.5º 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 #98708D is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 141 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.40 |
| HSL | 316.5º | 0.16% | 0.52% | - |
| HSV(B) | 316.5º | 0.26% | 0.6% | - |
| XYZ | 23.55 | 20.19 | 27.85 | - |
| YUV | 127.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 141 | 0 | 0.26 | 0.07 | 0.40 | 316.5 | 0.16 | 0.52 |
| Hex | 98 | 70 | 8D | 0 | 1A | 7 | 28 | 13C | 10 | 34 |
| Octal | 230 | 160 | 215 | 0 | 32 | 7 | 50 | 474 | 20 | 64 |
| Binary | 10011000 | 1110000 | 10001101 | 0 | 11010 | 111 | 101000 | 100111100 | 10000 | 110100 |
Color Harmonies of #98708D
Complementary color
Monochromatic Colors of #98708D
Black with #98708D
Text Example
Text Example
White with #98708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98708D; }
p { color: rgb(152,112,141); }
H1.HeaderClassName
{
color: #98708D;
}
.AnyTagClassName
{
color: #98708D;
}
</style>
background-color css
<style>
a { background-color: #98708D; }
a { background-color: rgb(152,112,141); }
div.DivClassName
{
background-color: #98708D;
}
.BgClassName
{
background-color: #98708D;
}
</style>
border-color css
<style>
span { border-color: #98708D; }
span { border-color: rgb(152,112,141); }
td.TdClassName
{
border-color: #98708D;
}
.TagClassName
{
border-color: #98708D;
}
</style>