Shades of Mountbatten Pink #997E91
Tints of Mountbatten Pink #997E91
RGB
CMYK
RGB Variations
Color information
#997E91 (or 0x997E91) is known color: Mountbatten Pink. HEX triplet: 99, 7E and 91. RGB value is (153,126,145). Sum of RGB (Red+Green+Blue) = 153+126+145=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #997E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997E91 is #66816E. Grayscale: #888888. Windows color (decimal): -6717807 or 9535129. OLE color: 9535129.
HSL color Cylindrical-coordinate representation of color #997E91: hue angle of 317.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997E91 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 145 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.4 |
| HSL | 317.78º | 0.12% | 0.55% | - |
| HSV(B) | 317.78º | 0.18% | 0.6% | - |
| XYZ | 25.71 | 23.74 | 30.02 | - |
| YUV | 136.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 145 | 0 | 0.18 | 0.05 | 0.4 | 317.78 | 0.12 | 0.55 |
| Hex | 99 | 7E | 91 | 0 | 12 | 5 | 28 | 13E | C | 37 |
| Octal | 231 | 176 | 221 | 0 | 22 | 5 | 50 | 476 | 14 | 67 |
| Binary | 10011001 | 1111110 | 10010001 | 0 | 10010 | 101 | 101000 | 100111110 | 1100 | 110111 |
Color Harmonies of #997E91
Complementary color
Monochromatic Colors of #997E91
Black with #997E91
Text Example
Text Example
White with #997E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E91; }
p { color: rgb(153,126,145); }
H1.HeaderClassName
{
color: #997E91;
}
.AnyTagClassName
{
color: #997E91;
}
</style>
background-color css
<style>
a { background-color: #997E91; }
a { background-color: rgb(153,126,145); }
div.DivClassName
{
background-color: #997E91;
}
.BgClassName
{
background-color: #997E91;
}
</style>
border-color css
<style>
span { border-color: #997E91; }
span { border-color: rgb(153,126,145); }
td.TdClassName
{
border-color: #997E91;
}
.TagClassName
{
border-color: #997E91;
}
</style>