Shades of Mountbatten Pink #9D7F8E
Tints of Mountbatten Pink #9D7F8E
RGB
CMYK
RGB Variations
Color information
#9D7F8E (or 0x9D7F8E) is known color: Mountbatten Pink. HEX triplet: 9D, 7F and 8E. RGB value is (157,127,142). Sum of RGB (Red+Green+Blue) = 157+127+142=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F8E is #628071. Grayscale: #898989. Windows color (decimal): -6455410 or 9338781. OLE color: 9338781.
HSL color Cylindrical-coordinate representation of color #9D7F8E: hue angle of 330º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D7F8E is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 127 | 142 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.38 |
| HSL | 330º | 0.13% | 0.56% | - |
| HSV(B) | 330º | 0.19% | 0.62% | - |
| XYZ | 26.38 | 24.3 | 28.89 | - |
| YUV | 137.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 142 | 0 | 0.19 | 0.10 | 0.38 | 330 | 0.13 | 0.56 |
| Hex | 9D | 7F | 8E | 0 | 13 | A | 26 | 14A | D | 38 |
| Octal | 235 | 177 | 216 | 0 | 23 | 12 | 46 | 512 | 15 | 70 |
| Binary | 10011101 | 1111111 | 10001110 | 0 | 10011 | 1010 | 100110 | 101001010 | 1101 | 111000 |
Color Harmonies of #9D7F8E
Complementary color
Monochromatic Colors of #9D7F8E
Black with #9D7F8E
Text Example
Text Example
White with #9D7F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7F8E; }
p { color: rgb(157,127,142); }
H1.HeaderClassName
{
color: #9D7F8E;
}
.AnyTagClassName
{
color: #9D7F8E;
}
</style>
background-color css
<style>
a { background-color: #9D7F8E; }
a { background-color: rgb(157,127,142); }
div.DivClassName
{
background-color: #9D7F8E;
}
.BgClassName
{
background-color: #9D7F8E;
}
</style>
border-color css
<style>
span { border-color: #9D7F8E; }
span { border-color: rgb(157,127,142); }
td.TdClassName
{
border-color: #9D7F8E;
}
.TagClassName
{
border-color: #9D7F8E;
}
</style>