Shades of Mountbatten Pink #9E7789
Tints of Mountbatten Pink #9E7789
RGB
CMYK
RGB Variations
Color information
#9E7789 (or 0x9E7789) is known color: Mountbatten Pink. HEX triplet: 9E, 77 and 89. RGB value is (158,119,137). Sum of RGB (Red+Green+Blue) = 158+119+137=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7789 is #618876. Grayscale: #848484. Windows color (decimal): -6391927 or 9009054. OLE color: 9009054.
HSL color Cylindrical-coordinate representation of color #9E7789: hue angle of 332.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E7789 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 137 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.38 |
| HSL | 332.31º | 0.17% | 0.54% | - |
| HSV(B) | 332.31º | 0.25% | 0.62% | - |
| XYZ | 25.21 | 22.27 | 26.64 | - |
| YUV | 132.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 137 | 0 | 0.25 | 0.13 | 0.38 | 332.31 | 0.17 | 0.54 |
| Hex | 9E | 77 | 89 | 0 | 19 | D | 26 | 14C | 11 | 36 |
| Octal | 236 | 167 | 211 | 0 | 31 | 15 | 46 | 514 | 21 | 66 |
| Binary | 10011110 | 1110111 | 10001001 | 0 | 11001 | 1101 | 100110 | 101001100 | 10001 | 110110 |
Color Harmonies of #9E7789
Complementary color
Monochromatic Colors of #9E7789
Black with #9E7789
Text Example
Text Example
White with #9E7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7789; }
p { color: rgb(158,119,137); }
H1.HeaderClassName
{
color: #9E7789;
}
.AnyTagClassName
{
color: #9E7789;
}
</style>
background-color css
<style>
a { background-color: #9E7789; }
a { background-color: rgb(158,119,137); }
div.DivClassName
{
background-color: #9E7789;
}
.BgClassName
{
background-color: #9E7789;
}
</style>
border-color css
<style>
span { border-color: #9E7789; }
span { border-color: rgb(158,119,137); }
td.TdClassName
{
border-color: #9E7789;
}
.TagClassName
{
border-color: #9E7789;
}
</style>