Shades of Mountbatten Pink #997A92
Tints of Mountbatten Pink #997A92
RGB
CMYK
RGB Variations
Color information
#997A92 (or 0x997A92) is known color: Mountbatten Pink. HEX triplet: 99, 7A and 92. RGB value is (153,122,146). Sum of RGB (Red+Green+Blue) = 153+122+146=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #997A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997A92 is #66856D. Grayscale: #858585. Windows color (decimal): -6718830 or 9599641. OLE color: 9599641.
HSL color Cylindrical-coordinate representation of color #997A92: hue angle of 313.55º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997A92 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 146 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.4 |
| HSL | 313.55º | 0.13% | 0.54% | - |
| HSV(B) | 313.55º | 0.2% | 0.6% | - |
| XYZ | 25.28 | 22.77 | 30.26 | - |
| YUV | 134.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 146 | 0 | 0.20 | 0.05 | 0.4 | 313.55 | 0.13 | 0.54 |
| Hex | 99 | 7A | 92 | 0 | 14 | 5 | 28 | 13A | D | 36 |
| Octal | 231 | 172 | 222 | 0 | 24 | 5 | 50 | 472 | 15 | 66 |
| Binary | 10011001 | 1111010 | 10010010 | 0 | 10100 | 101 | 101000 | 100111010 | 1101 | 110110 |
Color Harmonies of #997A92
Complementary color
Monochromatic Colors of #997A92
Black with #997A92
Text Example
Text Example
White with #997A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A92; }
p { color: rgb(153,122,146); }
H1.HeaderClassName
{
color: #997A92;
}
.AnyTagClassName
{
color: #997A92;
}
</style>
background-color css
<style>
a { background-color: #997A92; }
a { background-color: rgb(153,122,146); }
div.DivClassName
{
background-color: #997A92;
}
.BgClassName
{
background-color: #997A92;
}
</style>
border-color css
<style>
span { border-color: #997A92; }
span { border-color: rgb(153,122,146); }
td.TdClassName
{
border-color: #997A92;
}
.TagClassName
{
border-color: #997A92;
}
</style>