Shades of Mountbatten Pink #997A91
Tints of Mountbatten Pink #997A91
RGB
CMYK
RGB Variations
Color information
#997A91 (or 0x997A91) is known color: Mountbatten Pink. HEX triplet: 99, 7A and 91. RGB value is (153,122,145). Sum of RGB (Red+Green+Blue) = 153+122+145=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #997A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997A91 is #66856E. Grayscale: #858585. Windows color (decimal): -6718831 or 9534105. OLE color: 9534105.
HSL color Cylindrical-coordinate representation of color #997A91: hue angle of 315.48º 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 #997A91 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 145 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.4 |
| HSL | 315.48º | 0.13% | 0.54% | - |
| HSV(B) | 315.48º | 0.2% | 0.6% | - |
| XYZ | 25.21 | 22.74 | 29.85 | - |
| YUV | 133.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 145 | 0 | 0.20 | 0.05 | 0.4 | 315.48 | 0.13 | 0.54 |
| Hex | 99 | 7A | 91 | 0 | 14 | 5 | 28 | 13B | D | 36 |
| Octal | 231 | 172 | 221 | 0 | 24 | 5 | 50 | 473 | 15 | 66 |
| Binary | 10011001 | 1111010 | 10010001 | 0 | 10100 | 101 | 101000 | 100111011 | 1101 | 110110 |
Color Harmonies of #997A91
Complementary color
Monochromatic Colors of #997A91
Black with #997A91
Text Example
Text Example
White with #997A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A91; }
p { color: rgb(153,122,145); }
H1.HeaderClassName
{
color: #997A91;
}
.AnyTagClassName
{
color: #997A91;
}
</style>
background-color css
<style>
a { background-color: #997A91; }
a { background-color: rgb(153,122,145); }
div.DivClassName
{
background-color: #997A91;
}
.BgClassName
{
background-color: #997A91;
}
</style>
border-color css
<style>
span { border-color: #997A91; }
span { border-color: rgb(153,122,145); }
td.TdClassName
{
border-color: #997A91;
}
.TagClassName
{
border-color: #997A91;
}
</style>