Shades of Mountbatten Pink #98758E
Tints of Mountbatten Pink #98758E
RGB
CMYK
RGB Variations
Color information
#98758E (or 0x98758E) is known color: Mountbatten Pink. HEX triplet: 98, 75 and 8E. RGB value is (152,117,142). Sum of RGB (Red+Green+Blue) = 152+117+142=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98758E is #678A71. Grayscale: #828282. Windows color (decimal): -6785650 or 9336216. OLE color: 9336216.
HSL color Cylindrical-coordinate representation of color #98758E: hue angle of 317.14º 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 #98758E is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 142 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.40 |
| HSL | 317.14º | 0.15% | 0.53% | - |
| HSV(B) | 317.14º | 0.23% | 0.6% | - |
| XYZ | 24.19 | 21.35 | 28.44 | - |
| YUV | 130.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 142 | 0 | 0.23 | 0.07 | 0.40 | 317.14 | 0.15 | 0.53 |
| Hex | 98 | 75 | 8E | 0 | 17 | 7 | 28 | 13D | F | 35 |
| Octal | 230 | 165 | 216 | 0 | 27 | 7 | 50 | 475 | 17 | 65 |
| Binary | 10011000 | 1110101 | 10001110 | 0 | 10111 | 111 | 101000 | 100111101 | 1111 | 110101 |
Color Harmonies of #98758E
Complementary color
Monochromatic Colors of #98758E
Black with #98758E
Text Example
Text Example
White with #98758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98758E; }
p { color: rgb(152,117,142); }
H1.HeaderClassName
{
color: #98758E;
}
.AnyTagClassName
{
color: #98758E;
}
</style>
background-color css
<style>
a { background-color: #98758E; }
a { background-color: rgb(152,117,142); }
div.DivClassName
{
background-color: #98758E;
}
.BgClassName
{
background-color: #98758E;
}
</style>
border-color css
<style>
span { border-color: #98758E; }
span { border-color: rgb(152,117,142); }
td.TdClassName
{
border-color: #98758E;
}
.TagClassName
{
border-color: #98758E;
}
</style>