Shades of Mountbatten Pink #9D7F93
Tints of Mountbatten Pink #9D7F93
RGB
CMYK
RGB Variations
Color information
#9D7F93 (or 0x9D7F93) is known color: Mountbatten Pink. HEX triplet: 9D, 7F and 93. RGB value is (157,127,147). Sum of RGB (Red+Green+Blue) = 157+127+147=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F93 is #62806C. Grayscale: #8A8A8A. Windows color (decimal): -6455405 or 9666461. OLE color: 9666461.
HSL color Cylindrical-coordinate representation of color #9D7F93: hue angle of 320º 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 #9D7F93 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 127 | 147 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.38 |
| HSL | 320º | 0.13% | 0.56% | - |
| HSV(B) | 320º | 0.19% | 0.62% | - |
| XYZ | 26.76 | 24.45 | 30.91 | - |
| YUV | 138.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 147 | 0 | 0.19 | 0.06 | 0.38 | 320 | 0.13 | 0.56 |
| Hex | 9D | 7F | 93 | 0 | 13 | 6 | 26 | 140 | D | 38 |
| Octal | 235 | 177 | 223 | 0 | 23 | 6 | 46 | 500 | 15 | 70 |
| Binary | 10011101 | 1111111 | 10010011 | 0 | 10011 | 110 | 100110 | 101000000 | 1101 | 111000 |
Color Harmonies of #9D7F93
Complementary color
Monochromatic Colors of #9D7F93
Black with #9D7F93
Text Example
Text Example
White with #9D7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7F93; }
p { color: rgb(157,127,147); }
H1.HeaderClassName
{
color: #9D7F93;
}
.AnyTagClassName
{
color: #9D7F93;
}
</style>
background-color css
<style>
a { background-color: #9D7F93; }
a { background-color: rgb(157,127,147); }
div.DivClassName
{
background-color: #9D7F93;
}
.BgClassName
{
background-color: #9D7F93;
}
</style>
border-color css
<style>
span { border-color: #9D7F93; }
span { border-color: rgb(157,127,147); }
td.TdClassName
{
border-color: #9D7F93;
}
.TagClassName
{
border-color: #9D7F93;
}
</style>