Shades of Mountbatten Pink #98718F
Tints of Mountbatten Pink #98718F
RGB
CMYK
RGB Variations
Color information
#98718F (or 0x98718F) is known color: Mountbatten Pink. HEX triplet: 98, 71 and 8F. RGB value is (152,113,143). Sum of RGB (Red+Green+Blue) = 152+113+143=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98718F is #678E70. Grayscale: #808080. Windows color (decimal): -6786673 or 9400728. OLE color: 9400728.
HSL color Cylindrical-coordinate representation of color #98718F: hue angle of 313.85º 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 #98718F is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 143 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.40 |
| HSL | 313.85º | 0.16% | 0.52% | - |
| HSV(B) | 313.85º | 0.26% | 0.6% | - |
| XYZ | 23.81 | 20.47 | 28.68 | - |
| YUV | 128.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 143 | 0 | 0.26 | 0.06 | 0.40 | 313.85 | 0.16 | 0.52 |
| Hex | 98 | 71 | 8F | 0 | 1A | 6 | 28 | 13A | 10 | 34 |
| Octal | 230 | 161 | 217 | 0 | 32 | 6 | 50 | 472 | 20 | 64 |
| Binary | 10011000 | 1110001 | 10001111 | 0 | 11010 | 110 | 101000 | 100111010 | 10000 | 110100 |
Color Harmonies of #98718F
Complementary color
Monochromatic Colors of #98718F
Black with #98718F
Text Example
Text Example
White with #98718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98718F; }
p { color: rgb(152,113,143); }
H1.HeaderClassName
{
color: #98718F;
}
.AnyTagClassName
{
color: #98718F;
}
</style>
background-color css
<style>
a { background-color: #98718F; }
a { background-color: rgb(152,113,143); }
div.DivClassName
{
background-color: #98718F;
}
.BgClassName
{
background-color: #98718F;
}
</style>
border-color css
<style>
span { border-color: #98718F; }
span { border-color: rgb(152,113,143); }
td.TdClassName
{
border-color: #98718F;
}
.TagClassName
{
border-color: #98718F;
}
</style>