Shades of Mountbatten Pink #9E778E
Tints of Mountbatten Pink #9E778E
RGB
CMYK
RGB Variations
Color information
#9E778E (or 0x9E778E) is known color: Mountbatten Pink. HEX triplet: 9E, 77 and 8E. RGB value is (158,119,142). Sum of RGB (Red+Green+Blue) = 158+119+142=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 158 - color contains mainly: red. Hex color #9E778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E778E is #618871. Grayscale: #858585. Windows color (decimal): -6391922 or 9336734. OLE color: 9336734.
HSL color Cylindrical-coordinate representation of color #9E778E: hue angle of 324.62º 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 #9E778E is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 142 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.38 |
| HSL | 324.62º | 0.17% | 0.54% | - |
| HSV(B) | 324.62º | 0.25% | 0.62% | - |
| XYZ | 25.58 | 22.42 | 28.57 | - |
| YUV | 133.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 142 | 0 | 0.25 | 0.10 | 0.38 | 324.62 | 0.17 | 0.54 |
| Hex | 9E | 77 | 8E | 0 | 19 | A | 26 | 145 | 11 | 36 |
| Octal | 236 | 167 | 216 | 0 | 31 | 12 | 46 | 505 | 21 | 66 |
| Binary | 10011110 | 1110111 | 10001110 | 0 | 11001 | 1010 | 100110 | 101000101 | 10001 | 110110 |
Color Harmonies of #9E778E
Complementary color
Monochromatic Colors of #9E778E
Black with #9E778E
Text Example
Text Example
White with #9E778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E778E; }
p { color: rgb(158,119,142); }
H1.HeaderClassName
{
color: #9E778E;
}
.AnyTagClassName
{
color: #9E778E;
}
</style>
background-color css
<style>
a { background-color: #9E778E; }
a { background-color: rgb(158,119,142); }
div.DivClassName
{
background-color: #9E778E;
}
.BgClassName
{
background-color: #9E778E;
}
</style>
border-color css
<style>
span { border-color: #9E778E; }
span { border-color: rgb(158,119,142); }
td.TdClassName
{
border-color: #9E778E;
}
.TagClassName
{
border-color: #9E778E;
}
</style>