Shades of Mountbatten Pink #9E778C
Tints of Mountbatten Pink #9E778C
RGB
CMYK
RGB Variations
Color information
#9E778C (or 0x9E778C) is known color: Mountbatten Pink. HEX triplet: 9E, 77 and 8C. RGB value is (158,119,140). Sum of RGB (Red+Green+Blue) = 158+119+140=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E778C is #618873. Grayscale: #858585. Windows color (decimal): -6391924 or 9205662. OLE color: 9205662.
HSL color Cylindrical-coordinate representation of color #9E778C: hue angle of 327.69º 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 #9E778C is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 140 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.38 |
| HSL | 327.69º | 0.17% | 0.54% | - |
| HSV(B) | 327.69º | 0.25% | 0.62% | - |
| XYZ | 25.43 | 22.36 | 27.79 | - |
| YUV | 133.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 140 | 0 | 0.25 | 0.11 | 0.38 | 327.69 | 0.17 | 0.54 |
| Hex | 9E | 77 | 8C | 0 | 19 | B | 26 | 148 | 11 | 36 |
| Octal | 236 | 167 | 214 | 0 | 31 | 13 | 46 | 510 | 21 | 66 |
| Binary | 10011110 | 1110111 | 10001100 | 0 | 11001 | 1011 | 100110 | 101001000 | 10001 | 110110 |
Color Harmonies of #9E778C
Complementary color
Monochromatic Colors of #9E778C
Black with #9E778C
Text Example
Text Example
White with #9E778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E778C; }
p { color: rgb(158,119,140); }
H1.HeaderClassName
{
color: #9E778C;
}
.AnyTagClassName
{
color: #9E778C;
}
</style>
background-color css
<style>
a { background-color: #9E778C; }
a { background-color: rgb(158,119,140); }
div.DivClassName
{
background-color: #9E778C;
}
.BgClassName
{
background-color: #9E778C;
}
</style>
border-color css
<style>
span { border-color: #9E778C; }
span { border-color: rgb(158,119,140); }
td.TdClassName
{
border-color: #9E778C;
}
.TagClassName
{
border-color: #9E778C;
}
</style>