Shades of Mountbatten Pink #98818D
Tints of Mountbatten Pink #98818D
RGB
CMYK
RGB Variations
Color information
#98818D (or 0x98818D) is known color: Mountbatten Pink. HEX triplet: 98, 81 and 8D. RGB value is (152,129,141). Sum of RGB (Red+Green+Blue) = 152+129+141=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #98818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98818D is #677E72. Grayscale: #898989. Windows color (decimal): -6782579 or 9273752. OLE color: 9273752.
HSL color Cylindrical-coordinate representation of color #98818D: hue angle of 328.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98818D is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 129 | 141 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.40 |
| HSL | 328.7º | 0.1% | 0.55% | - |
| HSV(B) | 328.7º | 0.15% | 0.6% | - |
| XYZ | 25.61 | 24.3 | 28.54 | - |
| YUV | 137.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 141 | 0 | 0.15 | 0.07 | 0.40 | 328.7 | 0.1 | 0.55 |
| Hex | 98 | 81 | 8D | 0 | F | 7 | 28 | 149 | A | 37 |
| Octal | 230 | 201 | 215 | 0 | 17 | 7 | 50 | 511 | 12 | 67 |
| Binary | 10011000 | 10000001 | 10001101 | 0 | 1111 | 111 | 101000 | 101001001 | 1010 | 110111 |
Color Harmonies of #98818D
Complementary color
Monochromatic Colors of #98818D
Black with #98818D
Text Example
Text Example
White with #98818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98818D; }
p { color: rgb(152,129,141); }
H1.HeaderClassName
{
color: #98818D;
}
.AnyTagClassName
{
color: #98818D;
}
</style>
background-color css
<style>
a { background-color: #98818D; }
a { background-color: rgb(152,129,141); }
div.DivClassName
{
background-color: #98818D;
}
.BgClassName
{
background-color: #98818D;
}
</style>
border-color css
<style>
span { border-color: #98818D; }
span { border-color: rgb(152,129,141); }
td.TdClassName
{
border-color: #98818D;
}
.TagClassName
{
border-color: #98818D;
}
</style>