Shades of Mountbatten Pink #9D7797
Tints of Mountbatten Pink #9D7797
RGB
CMYK
RGB Variations
Color information
#9D7797 (or 0x9D7797) is known color: Mountbatten Pink. HEX triplet: 9D, 77 and 97. RGB value is (157,119,151). Sum of RGB (Red+Green+Blue) = 157+119+151=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7797 is #628868. Grayscale: #858585. Windows color (decimal): -6457449 or 9926557. OLE color: 9926557.
HSL color Cylindrical-coordinate representation of color #9D7797: hue angle of 309.47º 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 #9D7797 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 151 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.38 |
| HSL | 309.47º | 0.16% | 0.54% | - |
| HSV(B) | 309.47º | 0.24% | 0.62% | - |
| XYZ | 26.09 | 22.6 | 32.26 | - |
| YUV | 134.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 151 | 0 | 0.24 | 0.04 | 0.38 | 309.47 | 0.16 | 0.54 |
| Hex | 9D | 77 | 97 | 0 | 18 | 4 | 26 | 135 | 10 | 36 |
| Octal | 235 | 167 | 227 | 0 | 30 | 4 | 46 | 465 | 20 | 66 |
| Binary | 10011101 | 1110111 | 10010111 | 0 | 11000 | 100 | 100110 | 100110101 | 10000 | 110110 |
Color Harmonies of #9D7797
Complementary color
Monochromatic Colors of #9D7797
Black with #9D7797
Text Example
Text Example
White with #9D7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7797; }
p { color: rgb(157,119,151); }
H1.HeaderClassName
{
color: #9D7797;
}
.AnyTagClassName
{
color: #9D7797;
}
</style>
background-color css
<style>
a { background-color: #9D7797; }
a { background-color: rgb(157,119,151); }
div.DivClassName
{
background-color: #9D7797;
}
.BgClassName
{
background-color: #9D7797;
}
</style>
border-color css
<style>
span { border-color: #9D7797; }
span { border-color: rgb(157,119,151); }
td.TdClassName
{
border-color: #9D7797;
}
.TagClassName
{
border-color: #9D7797;
}
</style>