Shades of Mountbatten Pink #98808B
Tints of Mountbatten Pink #98808B
RGB
CMYK
RGB Variations
Color information
#98808B (or 0x98808B) is known color: Mountbatten Pink. HEX triplet: 98, 80 and 8B. RGB value is (152,128,139). Sum of RGB (Red+Green+Blue) = 152+128+139=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #98808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98808B is #677F74. Grayscale: #888888. Windows color (decimal): -6782837 or 9142424. OLE color: 9142424.
HSL color Cylindrical-coordinate representation of color #98808B: hue angle of 332.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98808B is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 139 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.40 |
| HSL | 332.5º | 0.1% | 0.55% | - |
| HSV(B) | 332.5º | 0.16% | 0.6% | - |
| XYZ | 25.33 | 23.98 | 27.72 | - |
| YUV | 136.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 139 | 0 | 0.16 | 0.09 | 0.40 | 332.5 | 0.1 | 0.55 |
| Hex | 98 | 80 | 8B | 0 | 10 | 9 | 28 | 14C | A | 37 |
| Octal | 230 | 200 | 213 | 0 | 20 | 11 | 50 | 514 | 12 | 67 |
| Binary | 10011000 | 10000000 | 10001011 | 0 | 10000 | 1001 | 101000 | 101001100 | 1010 | 110111 |
Color Harmonies of #98808B
Complementary color
Monochromatic Colors of #98808B
Black with #98808B
Text Example
Text Example
White with #98808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98808B; }
p { color: rgb(152,128,139); }
H1.HeaderClassName
{
color: #98808B;
}
.AnyTagClassName
{
color: #98808B;
}
</style>
background-color css
<style>
a { background-color: #98808B; }
a { background-color: rgb(152,128,139); }
div.DivClassName
{
background-color: #98808B;
}
.BgClassName
{
background-color: #98808B;
}
</style>
border-color css
<style>
span { border-color: #98808B; }
span { border-color: rgb(152,128,139); }
td.TdClassName
{
border-color: #98808B;
}
.TagClassName
{
border-color: #98808B;
}
</style>