Shades of Mountbatten Pink #98758D
Tints of Mountbatten Pink #98758D
RGB
CMYK
RGB Variations
Color information
#98758D (or 0x98758D) is known color: Mountbatten Pink. HEX triplet: 98, 75 and 8D. RGB value is (152,117,141). Sum of RGB (Red+Green+Blue) = 152+117+141=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98758D is #678A72. Grayscale: #828282. Windows color (decimal): -6785651 or 9270680. OLE color: 9270680.
HSL color Cylindrical-coordinate representation of color #98758D: hue angle of 318.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98758D is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 141 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.40 |
| HSL | 318.86º | 0.15% | 0.53% | - |
| HSV(B) | 318.86º | 0.23% | 0.6% | - |
| XYZ | 24.12 | 21.32 | 28.04 | - |
| YUV | 130.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 141 | 0 | 0.23 | 0.07 | 0.40 | 318.86 | 0.15 | 0.53 |
| Hex | 98 | 75 | 8D | 0 | 17 | 7 | 28 | 13F | F | 35 |
| Octal | 230 | 165 | 215 | 0 | 27 | 7 | 50 | 477 | 17 | 65 |
| Binary | 10011000 | 1110101 | 10001101 | 0 | 10111 | 111 | 101000 | 100111111 | 1111 | 110101 |
Color Harmonies of #98758D
Complementary color
Monochromatic Colors of #98758D
Black with #98758D
Text Example
Text Example
White with #98758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98758D; }
p { color: rgb(152,117,141); }
H1.HeaderClassName
{
color: #98758D;
}
.AnyTagClassName
{
color: #98758D;
}
</style>
background-color css
<style>
a { background-color: #98758D; }
a { background-color: rgb(152,117,141); }
div.DivClassName
{
background-color: #98758D;
}
.BgClassName
{
background-color: #98758D;
}
</style>
border-color css
<style>
span { border-color: #98758D; }
span { border-color: rgb(152,117,141); }
td.TdClassName
{
border-color: #98758D;
}
.TagClassName
{
border-color: #98758D;
}
</style>