Shades of Mountbatten Pink #997887
Tints of Mountbatten Pink #997887
RGB
CMYK
RGB Variations
Color information
#997887 (or 0x997887) is known color: Mountbatten Pink. HEX triplet: 99, 78 and 87. RGB value is (153,120,135). Sum of RGB (Red+Green+Blue) = 153+120+135=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #997887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997887 is #668778. Grayscale: #838383. Windows color (decimal): -6719353 or 8878233. OLE color: 8878233.
HSL color Cylindrical-coordinate representation of color #997887: hue angle of 332.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997887 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 135 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.4 |
| HSL | 332.73º | 0.14% | 0.54% | - |
| HSV(B) | 332.73º | 0.22% | 0.6% | - |
| XYZ | 24.23 | 21.95 | 25.88 | - |
| YUV | 131.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 135 | 0 | 0.22 | 0.12 | 0.4 | 332.73 | 0.14 | 0.54 |
| Hex | 99 | 78 | 87 | 0 | 16 | C | 28 | 14D | E | 36 |
| Octal | 231 | 170 | 207 | 0 | 26 | 14 | 50 | 515 | 16 | 66 |
| Binary | 10011001 | 1111000 | 10000111 | 0 | 10110 | 1100 | 101000 | 101001101 | 1110 | 110110 |
Color Harmonies of #997887
Complementary color
Monochromatic Colors of #997887
Black with #997887
Text Example
Text Example
White with #997887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997887; }
p { color: rgb(153,120,135); }
H1.HeaderClassName
{
color: #997887;
}
.AnyTagClassName
{
color: #997887;
}
</style>
background-color css
<style>
a { background-color: #997887; }
a { background-color: rgb(153,120,135); }
div.DivClassName
{
background-color: #997887;
}
.BgClassName
{
background-color: #997887;
}
</style>
border-color css
<style>
span { border-color: #997887; }
span { border-color: rgb(153,120,135); }
td.TdClassName
{
border-color: #997887;
}
.TagClassName
{
border-color: #997887;
}
</style>