Shades of Mountbatten Pink #9E7793
Tints of Mountbatten Pink #9E7793
RGB
CMYK
RGB Variations
Color information
#9E7793 (or 0x9E7793) is known color: Mountbatten Pink. HEX triplet: 9E, 77 and 93. RGB value is (158,119,147). Sum of RGB (Red+Green+Blue) = 158+119+147=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7793 is #61886C. Grayscale: #858585. Windows color (decimal): -6391917 or 9664414. OLE color: 9664414.
HSL color Cylindrical-coordinate representation of color #9E7793: hue angle of 316.92º 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 #9E7793 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 147 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.38 |
| HSL | 316.92º | 0.17% | 0.54% | - |
| HSV(B) | 316.92º | 0.25% | 0.62% | - |
| XYZ | 25.96 | 22.57 | 30.59 | - |
| YUV | 133.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 147 | 0 | 0.25 | 0.07 | 0.38 | 316.92 | 0.17 | 0.54 |
| Hex | 9E | 77 | 93 | 0 | 19 | 7 | 26 | 13D | 11 | 36 |
| Octal | 236 | 167 | 223 | 0 | 31 | 7 | 46 | 475 | 21 | 66 |
| Binary | 10011110 | 1110111 | 10010011 | 0 | 11001 | 111 | 100110 | 100111101 | 10001 | 110110 |
Color Harmonies of #9E7793
Complementary color
Monochromatic Colors of #9E7793
Black with #9E7793
Text Example
Text Example
White with #9E7793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7793; }
p { color: rgb(158,119,147); }
H1.HeaderClassName
{
color: #9E7793;
}
.AnyTagClassName
{
color: #9E7793;
}
</style>
background-color css
<style>
a { background-color: #9E7793; }
a { background-color: rgb(158,119,147); }
div.DivClassName
{
background-color: #9E7793;
}
.BgClassName
{
background-color: #9E7793;
}
</style>
border-color css
<style>
span { border-color: #9E7793; }
span { border-color: rgb(158,119,147); }
td.TdClassName
{
border-color: #9E7793;
}
.TagClassName
{
border-color: #9E7793;
}
</style>