Shades of Mountbatten Pink #998391
Tints of Mountbatten Pink #998391
RGB
CMYK
RGB Variations
Color information
#998391 (or 0x998391) is known color: Mountbatten Pink. HEX triplet: 99, 83 and 91. RGB value is (153,131,145). Sum of RGB (Red+Green+Blue) = 153+131+145=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998391 is #667C6E. Grayscale: #8B8B8B. Windows color (decimal): -6716527 or 9536409. OLE color: 9536409.
HSL color Cylindrical-coordinate representation of color #998391: hue angle of 321.82º 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 #998391 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 145 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.4 |
| HSL | 321.82º | 0.1% | 0.56% | - |
| HSV(B) | 321.82º | 0.14% | 0.6% | - |
| XYZ | 26.36 | 25.05 | 30.23 | - |
| YUV | 139.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 145 | 0 | 0.14 | 0.05 | 0.4 | 321.82 | 0.1 | 0.56 |
| Hex | 99 | 83 | 91 | 0 | E | 5 | 28 | 142 | A | 38 |
| Octal | 231 | 203 | 221 | 0 | 16 | 5 | 50 | 502 | 12 | 70 |
| Binary | 10011001 | 10000011 | 10010001 | 0 | 1110 | 101 | 101000 | 101000010 | 1010 | 111000 |
Color Harmonies of #998391
Complementary color
Monochromatic Colors of #998391
Black with #998391
Text Example
Text Example
White with #998391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998391; }
p { color: rgb(153,131,145); }
H1.HeaderClassName
{
color: #998391;
}
.AnyTagClassName
{
color: #998391;
}
</style>
background-color css
<style>
a { background-color: #998391; }
a { background-color: rgb(153,131,145); }
div.DivClassName
{
background-color: #998391;
}
.BgClassName
{
background-color: #998391;
}
</style>
border-color css
<style>
span { border-color: #998391; }
span { border-color: rgb(153,131,145); }
td.TdClassName
{
border-color: #998391;
}
.TagClassName
{
border-color: #998391;
}
</style>