Shades of Mountbatten Pink #9E7189
Tints of Mountbatten Pink #9E7189
RGB
CMYK
RGB Variations
Color information
#9E7189 (or 0x9E7189) is known color: Mountbatten Pink. HEX triplet: 9E, 71 and 89. RGB value is (158,113,137). Sum of RGB (Red+Green+Blue) = 158+113+137=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7189 is #618E76. Grayscale: #818181. Windows color (decimal): -6393463 or 9007518. OLE color: 9007518.
HSL color Cylindrical-coordinate representation of color #9E7189: hue angle of 328º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E7189 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 137 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.38 |
| HSL | 328º | 0.19% | 0.53% | - |
| HSV(B) | 328º | 0.28% | 0.62% | - |
| XYZ | 24.52 | 20.89 | 26.41 | - |
| YUV | 129.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 137 | 0 | 0.28 | 0.13 | 0.38 | 328 | 0.19 | 0.53 |
| Hex | 9E | 71 | 89 | 0 | 1C | D | 26 | 148 | 13 | 35 |
| Octal | 236 | 161 | 211 | 0 | 34 | 15 | 46 | 510 | 23 | 65 |
| Binary | 10011110 | 1110001 | 10001001 | 0 | 11100 | 1101 | 100110 | 101001000 | 10011 | 110101 |
Color Harmonies of #9E7189
Complementary color
Monochromatic Colors of #9E7189
Black with #9E7189
Text Example
Text Example
White with #9E7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7189; }
p { color: rgb(158,113,137); }
H1.HeaderClassName
{
color: #9E7189;
}
.AnyTagClassName
{
color: #9E7189;
}
</style>
background-color css
<style>
a { background-color: #9E7189; }
a { background-color: rgb(158,113,137); }
div.DivClassName
{
background-color: #9E7189;
}
.BgClassName
{
background-color: #9E7189;
}
</style>
border-color css
<style>
span { border-color: #9E7189; }
span { border-color: rgb(158,113,137); }
td.TdClassName
{
border-color: #9E7189;
}
.TagClassName
{
border-color: #9E7189;
}
</style>