Shades of Mountbatten Pink #997F94
Tints of Mountbatten Pink #997F94
RGB
CMYK
RGB Variations
Color information
#997F94 (or 0x997F94) is known color: Mountbatten Pink. HEX triplet: 99, 7F and 94. RGB value is (153,127,148). Sum of RGB (Red+Green+Blue) = 153+127+148=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #997F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F94 is #66806B. Grayscale: #898989. Windows color (decimal): -6717548 or 9731993. OLE color: 9731993.
HSL color Cylindrical-coordinate representation of color #997F94: hue angle of 311.54º 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 #997F94 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 148 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.4 |
| HSL | 311.54º | 0.11% | 0.55% | - |
| HSV(B) | 311.54º | 0.17% | 0.6% | - |
| XYZ | 26.07 | 24.09 | 31.29 | - |
| YUV | 137.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 148 | 0 | 0.17 | 0.03 | 0.4 | 311.54 | 0.11 | 0.55 |
| Hex | 99 | 7F | 94 | 0 | 11 | 3 | 28 | 138 | B | 37 |
| Octal | 231 | 177 | 224 | 0 | 21 | 3 | 50 | 470 | 13 | 67 |
| Binary | 10011001 | 1111111 | 10010100 | 0 | 10001 | 11 | 101000 | 100111000 | 1011 | 110111 |
Color Harmonies of #997F94
Complementary color
Monochromatic Colors of #997F94
Black with #997F94
Text Example
Text Example
White with #997F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F94; }
p { color: rgb(153,127,148); }
H1.HeaderClassName
{
color: #997F94;
}
.AnyTagClassName
{
color: #997F94;
}
</style>
background-color css
<style>
a { background-color: #997F94; }
a { background-color: rgb(153,127,148); }
div.DivClassName
{
background-color: #997F94;
}
.BgClassName
{
background-color: #997F94;
}
</style>
border-color css
<style>
span { border-color: #997F94; }
span { border-color: rgb(153,127,148); }
td.TdClassName
{
border-color: #997F94;
}
.TagClassName
{
border-color: #997F94;
}
</style>