Shades of Mountbatten Pink #9E7988
Tints of Mountbatten Pink #9E7988
RGB
CMYK
RGB Variations
Color information
#9E7988 (or 0x9E7988) is known color: Mountbatten Pink. HEX triplet: 9E, 79 and 88. RGB value is (158,121,136). Sum of RGB (Red+Green+Blue) = 158+121+136=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7988 is #618677. Grayscale: #858585. Windows color (decimal): -6391416 or 8944030. OLE color: 8944030.
HSL color Cylindrical-coordinate representation of color #9E7988: hue angle of 335.68º 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 #9E7988 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 136 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.38 |
| HSL | 335.68º | 0.16% | 0.55% | - |
| HSV(B) | 335.68º | 0.23% | 0.62% | - |
| XYZ | 25.38 | 22.72 | 26.34 | - |
| YUV | 133.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 136 | 0 | 0.23 | 0.14 | 0.38 | 335.68 | 0.16 | 0.55 |
| Hex | 9E | 79 | 88 | 0 | 17 | E | 26 | 150 | 10 | 37 |
| Octal | 236 | 171 | 210 | 0 | 27 | 16 | 46 | 520 | 20 | 67 |
| Binary | 10011110 | 1111001 | 10001000 | 0 | 10111 | 1110 | 100110 | 101010000 | 10000 | 110111 |
Color Harmonies of #9E7988
Complementary color
Monochromatic Colors of #9E7988
Black with #9E7988
Text Example
Text Example
White with #9E7988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7988; }
p { color: rgb(158,121,136); }
H1.HeaderClassName
{
color: #9E7988;
}
.AnyTagClassName
{
color: #9E7988;
}
</style>
background-color css
<style>
a { background-color: #9E7988; }
a { background-color: rgb(158,121,136); }
div.DivClassName
{
background-color: #9E7988;
}
.BgClassName
{
background-color: #9E7988;
}
</style>
border-color css
<style>
span { border-color: #9E7988; }
span { border-color: rgb(158,121,136); }
td.TdClassName
{
border-color: #9E7988;
}
.TagClassName
{
border-color: #9E7988;
}
</style>