Shades of Mountbatten Pink #9E7990
Tints of Mountbatten Pink #9E7990
RGB
CMYK
RGB Variations
Color information
#9E7990 (or 0x9E7990) is known color: Mountbatten Pink. HEX triplet: 9E, 79 and 90. RGB value is (158,121,144). Sum of RGB (Red+Green+Blue) = 158+121+144=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7990 is #61866F. Grayscale: #868686. Windows color (decimal): -6391408 or 9468318. OLE color: 9468318.
HSL color Cylindrical-coordinate representation of color #9E7990: hue angle of 322.7º 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 #9E7990 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 144 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.38 |
| HSL | 322.7º | 0.16% | 0.55% | - |
| HSV(B) | 322.7º | 0.23% | 0.62% | - |
| XYZ | 25.97 | 22.96 | 29.45 | - |
| YUV | 134.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 144 | 0 | 0.23 | 0.09 | 0.38 | 322.7 | 0.16 | 0.55 |
| Hex | 9E | 79 | 90 | 0 | 17 | 9 | 26 | 143 | 10 | 37 |
| Octal | 236 | 171 | 220 | 0 | 27 | 11 | 46 | 503 | 20 | 67 |
| Binary | 10011110 | 1111001 | 10010000 | 0 | 10111 | 1001 | 100110 | 101000011 | 10000 | 110111 |
Color Harmonies of #9E7990
Complementary color
Monochromatic Colors of #9E7990
Black with #9E7990
Text Example
Text Example
White with #9E7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7990; }
p { color: rgb(158,121,144); }
H1.HeaderClassName
{
color: #9E7990;
}
.AnyTagClassName
{
color: #9E7990;
}
</style>
background-color css
<style>
a { background-color: #9E7990; }
a { background-color: rgb(158,121,144); }
div.DivClassName
{
background-color: #9E7990;
}
.BgClassName
{
background-color: #9E7990;
}
</style>
border-color css
<style>
span { border-color: #9E7990; }
span { border-color: rgb(158,121,144); }
td.TdClassName
{
border-color: #9E7990;
}
.TagClassName
{
border-color: #9E7990;
}
</style>