Shades of Mountbatten Pink #98758B
Tints of Mountbatten Pink #98758B
RGB
CMYK
RGB Variations
Color information
#98758B (or 0x98758B) is known color: Mountbatten Pink. HEX triplet: 98, 75 and 8B. RGB value is (152,117,139). Sum of RGB (Red+Green+Blue) = 152+117+139=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98758B is #678A74. Grayscale: #818181. Windows color (decimal): -6785653 or 9139608. OLE color: 9139608.
HSL color Cylindrical-coordinate representation of color #98758B: hue angle of 322.29º 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 #98758B is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 139 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.40 |
| HSL | 322.29º | 0.15% | 0.53% | - |
| HSV(B) | 322.29º | 0.23% | 0.6% | - |
| XYZ | 23.97 | 21.26 | 27.27 | - |
| YUV | 129.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 139 | 0 | 0.23 | 0.09 | 0.40 | 322.29 | 0.15 | 0.53 |
| Hex | 98 | 75 | 8B | 0 | 17 | 9 | 28 | 142 | F | 35 |
| Octal | 230 | 165 | 213 | 0 | 27 | 11 | 50 | 502 | 17 | 65 |
| Binary | 10011000 | 1110101 | 10001011 | 0 | 10111 | 1001 | 101000 | 101000010 | 1111 | 110101 |
Color Harmonies of #98758B
Complementary color
Monochromatic Colors of #98758B
Black with #98758B
Text Example
Text Example
White with #98758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98758B; }
p { color: rgb(152,117,139); }
H1.HeaderClassName
{
color: #98758B;
}
.AnyTagClassName
{
color: #98758B;
}
</style>
background-color css
<style>
a { background-color: #98758B; }
a { background-color: rgb(152,117,139); }
div.DivClassName
{
background-color: #98758B;
}
.BgClassName
{
background-color: #98758B;
}
</style>
border-color css
<style>
span { border-color: #98758B; }
span { border-color: rgb(152,117,139); }
td.TdClassName
{
border-color: #98758B;
}
.TagClassName
{
border-color: #98758B;
}
</style>