Shades of Mountbatten Pink #9D7887
Tints of Mountbatten Pink #9D7887
RGB
CMYK
RGB Variations
Color information
#9D7887 (or 0x9D7887) is known color: Mountbatten Pink. HEX triplet: 9D, 78 and 87. RGB value is (157,120,135). Sum of RGB (Red+Green+Blue) = 157+120+135=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7887 is #628778. Grayscale: #848484. Windows color (decimal): -6457209 or 8878237. OLE color: 8878237.
HSL color Cylindrical-coordinate representation of color #9D7887: hue angle of 335.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D7887 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 135 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.38 |
| HSL | 335.68º | 0.16% | 0.54% | - |
| HSV(B) | 335.68º | 0.24% | 0.62% | - |
| XYZ | 24.99 | 22.35 | 25.92 | - |
| YUV | 132.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 135 | 0 | 0.24 | 0.14 | 0.38 | 335.68 | 0.16 | 0.54 |
| Hex | 9D | 78 | 87 | 0 | 18 | E | 26 | 150 | 10 | 36 |
| Octal | 235 | 170 | 207 | 0 | 30 | 16 | 46 | 520 | 20 | 66 |
| Binary | 10011101 | 1111000 | 10000111 | 0 | 11000 | 1110 | 100110 | 101010000 | 10000 | 110110 |
Color Harmonies of #9D7887
Complementary color
Monochromatic Colors of #9D7887
Black with #9D7887
Text Example
Text Example
White with #9D7887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7887; }
p { color: rgb(157,120,135); }
H1.HeaderClassName
{
color: #9D7887;
}
.AnyTagClassName
{
color: #9D7887;
}
</style>
background-color css
<style>
a { background-color: #9D7887; }
a { background-color: rgb(157,120,135); }
div.DivClassName
{
background-color: #9D7887;
}
.BgClassName
{
background-color: #9D7887;
}
</style>
border-color css
<style>
span { border-color: #9D7887; }
span { border-color: rgb(157,120,135); }
td.TdClassName
{
border-color: #9D7887;
}
.TagClassName
{
border-color: #9D7887;
}
</style>