Shades of Mountbatten Pink #9E7788
Tints of Mountbatten Pink #9E7788
RGB
CMYK
RGB Variations
Color information
#9E7788 (or 0x9E7788) is known color: Mountbatten Pink. HEX triplet: 9E, 77 and 88. RGB value is (158,119,136). Sum of RGB (Red+Green+Blue) = 158+119+136=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7788 is #618877. Grayscale: #848484. Windows color (decimal): -6391928 or 8943518. OLE color: 8943518.
HSL color Cylindrical-coordinate representation of color #9E7788: hue angle of 333.85º 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 #9E7788 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 136 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.38 |
| HSL | 333.85º | 0.17% | 0.54% | - |
| HSV(B) | 333.85º | 0.25% | 0.62% | - |
| XYZ | 25.14 | 22.24 | 26.26 | - |
| YUV | 132.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 136 | 0 | 0.25 | 0.14 | 0.38 | 333.85 | 0.17 | 0.54 |
| Hex | 9E | 77 | 88 | 0 | 19 | E | 26 | 14E | 11 | 36 |
| Octal | 236 | 167 | 210 | 0 | 31 | 16 | 46 | 516 | 21 | 66 |
| Binary | 10011110 | 1110111 | 10001000 | 0 | 11001 | 1110 | 100110 | 101001110 | 10001 | 110110 |
Color Harmonies of #9E7788
Complementary color
Monochromatic Colors of #9E7788
Black with #9E7788
Text Example
Text Example
White with #9E7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7788; }
p { color: rgb(158,119,136); }
H1.HeaderClassName
{
color: #9E7788;
}
.AnyTagClassName
{
color: #9E7788;
}
</style>
background-color css
<style>
a { background-color: #9E7788; }
a { background-color: rgb(158,119,136); }
div.DivClassName
{
background-color: #9E7788;
}
.BgClassName
{
background-color: #9E7788;
}
</style>
border-color css
<style>
span { border-color: #9E7788; }
span { border-color: rgb(158,119,136); }
td.TdClassName
{
border-color: #9E7788;
}
.TagClassName
{
border-color: #9E7788;
}
</style>