Shades of Mountbatten Pink #998392
Tints of Mountbatten Pink #998392
RGB
CMYK
RGB Variations
Color information
#998392 (or 0x998392) is known color: Mountbatten Pink. HEX triplet: 99, 83 and 92. RGB value is (153,131,146). Sum of RGB (Red+Green+Blue) = 153+131+146=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998392 is #667C6D. Grayscale: #8B8B8B. Windows color (decimal): -6716526 or 9601945. OLE color: 9601945.
HSL color Cylindrical-coordinate representation of color #998392: hue angle of 319.09º 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 #998392 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 146 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.4 |
| HSL | 319.09º | 0.1% | 0.56% | - |
| HSV(B) | 319.09º | 0.14% | 0.6% | - |
| XYZ | 26.44 | 25.08 | 30.64 | - |
| YUV | 139.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 146 | 0 | 0.14 | 0.05 | 0.4 | 319.09 | 0.1 | 0.56 |
| Hex | 99 | 83 | 92 | 0 | E | 5 | 28 | 13F | A | 38 |
| Octal | 231 | 203 | 222 | 0 | 16 | 5 | 50 | 477 | 12 | 70 |
| Binary | 10011001 | 10000011 | 10010010 | 0 | 1110 | 101 | 101000 | 100111111 | 1010 | 111000 |
Color Harmonies of #998392
Complementary color
Monochromatic Colors of #998392
Black with #998392
Text Example
Text Example
White with #998392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998392; }
p { color: rgb(153,131,146); }
H1.HeaderClassName
{
color: #998392;
}
.AnyTagClassName
{
color: #998392;
}
</style>
background-color css
<style>
a { background-color: #998392; }
a { background-color: rgb(153,131,146); }
div.DivClassName
{
background-color: #998392;
}
.BgClassName
{
background-color: #998392;
}
</style>
border-color css
<style>
span { border-color: #998392; }
span { border-color: rgb(153,131,146); }
td.TdClassName
{
border-color: #998392;
}
.TagClassName
{
border-color: #998392;
}
</style>