Shades of Mountbatten Pink #9E7A89
Tints of Mountbatten Pink #9E7A89
RGB
CMYK
RGB Variations
Color information
#9E7A89 (or 0x9E7A89) is known color: Mountbatten Pink. HEX triplet: 9E, 7A and 89. RGB value is (158,122,137). Sum of RGB (Red+Green+Blue) = 158+122+137=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7A89 is #618576. Grayscale: #868686. Windows color (decimal): -6391159 or 9009822. OLE color: 9009822.
HSL color Cylindrical-coordinate representation of color #9E7A89: hue angle of 335º 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 #9E7A89 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 137 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.38 |
| HSL | 335º | 0.16% | 0.55% | - |
| HSV(B) | 335º | 0.23% | 0.62% | - |
| XYZ | 25.58 | 22.99 | 26.76 | - |
| YUV | 134.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 137 | 0 | 0.23 | 0.13 | 0.38 | 335 | 0.16 | 0.55 |
| Hex | 9E | 7A | 89 | 0 | 17 | D | 26 | 14F | 10 | 37 |
| Octal | 236 | 172 | 211 | 0 | 27 | 15 | 46 | 517 | 20 | 67 |
| Binary | 10011110 | 1111010 | 10001001 | 0 | 10111 | 1101 | 100110 | 101001111 | 10000 | 110111 |
Color Harmonies of #9E7A89
Complementary color
Monochromatic Colors of #9E7A89
Black with #9E7A89
Text Example
Text Example
White with #9E7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A89; }
p { color: rgb(158,122,137); }
H1.HeaderClassName
{
color: #9E7A89;
}
.AnyTagClassName
{
color: #9E7A89;
}
</style>
background-color css
<style>
a { background-color: #9E7A89; }
a { background-color: rgb(158,122,137); }
div.DivClassName
{
background-color: #9E7A89;
}
.BgClassName
{
background-color: #9E7A89;
}
</style>
border-color css
<style>
span { border-color: #9E7A89; }
span { border-color: rgb(158,122,137); }
td.TdClassName
{
border-color: #9E7A89;
}
.TagClassName
{
border-color: #9E7A89;
}
</style>