Shades of Mountbatten Pink #9E7890
Tints of Mountbatten Pink #9E7890
RGB
CMYK
RGB Variations
Color information
#9E7890 (or 0x9E7890) is known color: Mountbatten Pink. HEX triplet: 9E, 78 and 90. RGB value is (158,120,144). Sum of RGB (Red+Green+Blue) = 158+120+144=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7890 is #61876F. Grayscale: #868686. Windows color (decimal): -6391664 or 9468062. OLE color: 9468062.
HSL color Cylindrical-coordinate representation of color #9E7890: hue angle of 322.11º 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 #9E7890 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 144 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.38 |
| HSL | 322.11º | 0.16% | 0.55% | - |
| HSV(B) | 322.11º | 0.24% | 0.62% | - |
| XYZ | 25.85 | 22.72 | 29.41 | - |
| YUV | 134.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 144 | 0 | 0.24 | 0.09 | 0.38 | 322.11 | 0.16 | 0.55 |
| Hex | 9E | 78 | 90 | 0 | 18 | 9 | 26 | 142 | 10 | 37 |
| Octal | 236 | 170 | 220 | 0 | 30 | 11 | 46 | 502 | 20 | 67 |
| Binary | 10011110 | 1111000 | 10010000 | 0 | 11000 | 1001 | 100110 | 101000010 | 10000 | 110111 |
Color Harmonies of #9E7890
Complementary color
Monochromatic Colors of #9E7890
Black with #9E7890
Text Example
Text Example
White with #9E7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7890; }
p { color: rgb(158,120,144); }
H1.HeaderClassName
{
color: #9E7890;
}
.AnyTagClassName
{
color: #9E7890;
}
</style>
background-color css
<style>
a { background-color: #9E7890; }
a { background-color: rgb(158,120,144); }
div.DivClassName
{
background-color: #9E7890;
}
.BgClassName
{
background-color: #9E7890;
}
</style>
border-color css
<style>
span { border-color: #9E7890; }
span { border-color: rgb(158,120,144); }
td.TdClassName
{
border-color: #9E7890;
}
.TagClassName
{
border-color: #9E7890;
}
</style>