Shades of Mountbatten Pink #9E7994
Tints of Mountbatten Pink #9E7994
RGB
CMYK
RGB Variations
Color information
#9E7994 (or 0x9E7994) is known color: Mountbatten Pink. HEX triplet: 9E, 79 and 94. RGB value is (158,121,148). Sum of RGB (Red+Green+Blue) = 158+121+148=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7994 is #61866B. Grayscale: #878787. Windows color (decimal): -6391404 or 9730462. OLE color: 9730462.
HSL color Cylindrical-coordinate representation of color #9E7994: hue angle of 316.22º 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 #9E7994 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 148 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.38 |
| HSL | 316.22º | 0.16% | 0.55% | - |
| HSV(B) | 316.22º | 0.23% | 0.62% | - |
| XYZ | 26.28 | 23.08 | 31.09 | - |
| YUV | 135.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 148 | 0 | 0.23 | 0.06 | 0.38 | 316.22 | 0.16 | 0.55 |
| Hex | 9E | 79 | 94 | 0 | 17 | 6 | 26 | 13C | 10 | 37 |
| Octal | 236 | 171 | 224 | 0 | 27 | 6 | 46 | 474 | 20 | 67 |
| Binary | 10011110 | 1111001 | 10010100 | 0 | 10111 | 110 | 100110 | 100111100 | 10000 | 110111 |
Color Harmonies of #9E7994
Complementary color
Monochromatic Colors of #9E7994
Black with #9E7994
Text Example
Text Example
White with #9E7994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7994; }
p { color: rgb(158,121,148); }
H1.HeaderClassName
{
color: #9E7994;
}
.AnyTagClassName
{
color: #9E7994;
}
</style>
background-color css
<style>
a { background-color: #9E7994; }
a { background-color: rgb(158,121,148); }
div.DivClassName
{
background-color: #9E7994;
}
.BgClassName
{
background-color: #9E7994;
}
</style>
border-color css
<style>
span { border-color: #9E7994; }
span { border-color: rgb(158,121,148); }
td.TdClassName
{
border-color: #9E7994;
}
.TagClassName
{
border-color: #9E7994;
}
</style>