Shades of Mountbatten Pink #9E7888
Tints of Mountbatten Pink #9E7888
RGB
CMYK
RGB Variations
Color information
#9E7888 (or 0x9E7888) is known color: Mountbatten Pink. HEX triplet: 9E, 78 and 88. RGB value is (158,120,136). Sum of RGB (Red+Green+Blue) = 158+120+136=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7888 is #618777. Grayscale: #858585. Windows color (decimal): -6391672 or 8943774. OLE color: 8943774.
HSL color Cylindrical-coordinate representation of color #9E7888: hue angle of 334.74º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E7888 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 136 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.38 |
| HSL | 334.74º | 0.16% | 0.55% | - |
| HSV(B) | 334.74º | 0.24% | 0.62% | - |
| XYZ | 25.26 | 22.48 | 26.3 | - |
| YUV | 133.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 136 | 0 | 0.24 | 0.14 | 0.38 | 334.74 | 0.16 | 0.55 |
| Hex | 9E | 78 | 88 | 0 | 18 | E | 26 | 14F | 10 | 37 |
| Octal | 236 | 170 | 210 | 0 | 30 | 16 | 46 | 517 | 20 | 67 |
| Binary | 10011110 | 1111000 | 10001000 | 0 | 11000 | 1110 | 100110 | 101001111 | 10000 | 110111 |
Color Harmonies of #9E7888
Complementary color
Monochromatic Colors of #9E7888
Black with #9E7888
Text Example
Text Example
White with #9E7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7888; }
p { color: rgb(158,120,136); }
H1.HeaderClassName
{
color: #9E7888;
}
.AnyTagClassName
{
color: #9E7888;
}
</style>
background-color css
<style>
a { background-color: #9E7888; }
a { background-color: rgb(158,120,136); }
div.DivClassName
{
background-color: #9E7888;
}
.BgClassName
{
background-color: #9E7888;
}
</style>
border-color css
<style>
span { border-color: #9E7888; }
span { border-color: rgb(158,120,136); }
td.TdClassName
{
border-color: #9E7888;
}
.TagClassName
{
border-color: #9E7888;
}
</style>