Shades of Mountbatten Pink #9D7991
Tints of Mountbatten Pink #9D7991
RGB
CMYK
RGB Variations
Color information
#9D7991 (or 0x9D7991) is known color: Mountbatten Pink. HEX triplet: 9D, 79 and 91. RGB value is (157,121,145). Sum of RGB (Red+Green+Blue) = 157+121+145=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7991 is #62866E. Grayscale: #868686. Windows color (decimal): -6456943 or 9533853. OLE color: 9533853.
HSL color Cylindrical-coordinate representation of color #9D7991: hue angle of 320º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D7991 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 145 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.38 |
| HSL | 320º | 0.16% | 0.55% | - |
| HSV(B) | 320º | 0.23% | 0.62% | - |
| XYZ | 25.85 | 22.89 | 29.84 | - |
| YUV | 134.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 145 | 0 | 0.23 | 0.08 | 0.38 | 320 | 0.16 | 0.55 |
| Hex | 9D | 79 | 91 | 0 | 17 | 8 | 26 | 140 | 10 | 37 |
| Octal | 235 | 171 | 221 | 0 | 27 | 10 | 46 | 500 | 20 | 67 |
| Binary | 10011101 | 1111001 | 10010001 | 0 | 10111 | 1000 | 100110 | 101000000 | 10000 | 110111 |
Color Harmonies of #9D7991
Complementary color
Monochromatic Colors of #9D7991
Black with #9D7991
Text Example
Text Example
White with #9D7991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7991; }
p { color: rgb(157,121,145); }
H1.HeaderClassName
{
color: #9D7991;
}
.AnyTagClassName
{
color: #9D7991;
}
</style>
background-color css
<style>
a { background-color: #9D7991; }
a { background-color: rgb(157,121,145); }
div.DivClassName
{
background-color: #9D7991;
}
.BgClassName
{
background-color: #9D7991;
}
</style>
border-color css
<style>
span { border-color: #9D7991; }
span { border-color: rgb(157,121,145); }
td.TdClassName
{
border-color: #9D7991;
}
.TagClassName
{
border-color: #9D7991;
}
</style>