Shades of Mountbatten Pink #9D7891
Tints of Mountbatten Pink #9D7891
RGB
CMYK
RGB Variations
Color information
#9D7891 (or 0x9D7891) is known color: Mountbatten Pink. HEX triplet: 9D, 78 and 91. RGB value is (157,120,145). Sum of RGB (Red+Green+Blue) = 157+120+145=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7891 is #62876E. Grayscale: #858585. Windows color (decimal): -6457199 or 9533597. OLE color: 9533597.
HSL color Cylindrical-coordinate representation of color #9D7891: hue angle of 319.46º 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 #9D7891 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 145 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.38 |
| HSL | 319.46º | 0.16% | 0.54% | - |
| HSV(B) | 319.46º | 0.24% | 0.62% | - |
| XYZ | 25.73 | 22.65 | 29.8 | - |
| YUV | 133.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 145 | 0 | 0.24 | 0.08 | 0.38 | 319.46 | 0.16 | 0.54 |
| Hex | 9D | 78 | 91 | 0 | 18 | 8 | 26 | 13F | 10 | 36 |
| Octal | 235 | 170 | 221 | 0 | 30 | 10 | 46 | 477 | 20 | 66 |
| Binary | 10011101 | 1111000 | 10010001 | 0 | 11000 | 1000 | 100110 | 100111111 | 10000 | 110110 |
Color Harmonies of #9D7891
Complementary color
Monochromatic Colors of #9D7891
Black with #9D7891
Text Example
Text Example
White with #9D7891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7891; }
p { color: rgb(157,120,145); }
H1.HeaderClassName
{
color: #9D7891;
}
.AnyTagClassName
{
color: #9D7891;
}
</style>
background-color css
<style>
a { background-color: #9D7891; }
a { background-color: rgb(157,120,145); }
div.DivClassName
{
background-color: #9D7891;
}
.BgClassName
{
background-color: #9D7891;
}
</style>
border-color css
<style>
span { border-color: #9D7891; }
span { border-color: rgb(157,120,145); }
td.TdClassName
{
border-color: #9D7891;
}
.TagClassName
{
border-color: #9D7891;
}
</style>