Shades of Mountbatten Pink #997F8E
Tints of Mountbatten Pink #997F8E
RGB
CMYK
RGB Variations
Color information
#997F8E (or 0x997F8E) is known color: Mountbatten Pink. HEX triplet: 99, 7F and 8E. RGB value is (153,127,142). Sum of RGB (Red+Green+Blue) = 153+127+142=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #997F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F8E is #668071. Grayscale: #888888. Windows color (decimal): -6717554 or 9338777. OLE color: 9338777.
HSL color Cylindrical-coordinate representation of color #997F8E: hue angle of 325.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F8E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 142 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.4 |
| HSL | 325.38º | 0.11% | 0.55% | - |
| HSV(B) | 325.38º | 0.17% | 0.6% | - |
| XYZ | 25.61 | 23.9 | 28.86 | - |
| YUV | 136.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 142 | 0 | 0.17 | 0.07 | 0.4 | 325.38 | 0.11 | 0.55 |
| Hex | 99 | 7F | 8E | 0 | 11 | 7 | 28 | 145 | B | 37 |
| Octal | 231 | 177 | 216 | 0 | 21 | 7 | 50 | 505 | 13 | 67 |
| Binary | 10011001 | 1111111 | 10001110 | 0 | 10001 | 111 | 101000 | 101000101 | 1011 | 110111 |
Color Harmonies of #997F8E
Complementary color
Monochromatic Colors of #997F8E
Black with #997F8E
Text Example
Text Example
White with #997F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F8E; }
p { color: rgb(153,127,142); }
H1.HeaderClassName
{
color: #997F8E;
}
.AnyTagClassName
{
color: #997F8E;
}
</style>
background-color css
<style>
a { background-color: #997F8E; }
a { background-color: rgb(153,127,142); }
div.DivClassName
{
background-color: #997F8E;
}
.BgClassName
{
background-color: #997F8E;
}
</style>
border-color css
<style>
span { border-color: #997F8E; }
span { border-color: rgb(153,127,142); }
td.TdClassName
{
border-color: #997F8E;
}
.TagClassName
{
border-color: #997F8E;
}
</style>