Shades of Mountbatten Pink #998394
Tints of Mountbatten Pink #998394
RGB
CMYK
RGB Variations
Color information
#998394 (or 0x998394) is known color: Mountbatten Pink. HEX triplet: 99, 83 and 94. RGB value is (153,131,148). Sum of RGB (Red+Green+Blue) = 153+131+148=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998394 is #667C6B. Grayscale: #8B8B8B. Windows color (decimal): -6716524 or 9733017. OLE color: 9733017.
HSL color Cylindrical-coordinate representation of color #998394: hue angle of 313.64º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998394 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 148 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.4 |
| HSL | 313.64º | 0.1% | 0.56% | - |
| HSV(B) | 313.64º | 0.14% | 0.6% | - |
| XYZ | 26.6 | 25.14 | 31.47 | - |
| YUV | 139.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 148 | 0 | 0.14 | 0.03 | 0.4 | 313.64 | 0.1 | 0.56 |
| Hex | 99 | 83 | 94 | 0 | E | 3 | 28 | 13A | A | 38 |
| Octal | 231 | 203 | 224 | 0 | 16 | 3 | 50 | 472 | 12 | 70 |
| Binary | 10011001 | 10000011 | 10010100 | 0 | 1110 | 11 | 101000 | 100111010 | 1010 | 111000 |
Color Harmonies of #998394
Complementary color
Monochromatic Colors of #998394
Black with #998394
Text Example
Text Example
White with #998394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998394; }
p { color: rgb(153,131,148); }
H1.HeaderClassName
{
color: #998394;
}
.AnyTagClassName
{
color: #998394;
}
</style>
background-color css
<style>
a { background-color: #998394; }
a { background-color: rgb(153,131,148); }
div.DivClassName
{
background-color: #998394;
}
.BgClassName
{
background-color: #998394;
}
</style>
border-color css
<style>
span { border-color: #998394; }
span { border-color: rgb(153,131,148); }
td.TdClassName
{
border-color: #998394;
}
.TagClassName
{
border-color: #998394;
}
</style>