Shades of Mountbatten Pink #9E7188
Tints of Mountbatten Pink #9E7188
RGB
CMYK
RGB Variations
Color information
#9E7188 (or 0x9E7188) is known color: Mountbatten Pink. HEX triplet: 9E, 71 and 88. RGB value is (158,113,136). Sum of RGB (Red+Green+Blue) = 158+113+136=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7188 is #618E77. Grayscale: #818181. Windows color (decimal): -6393464 or 8941982. OLE color: 8941982.
HSL color Cylindrical-coordinate representation of color #9E7188: hue angle of 329.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E7188 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 136 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.38 |
| HSL | 329.33º | 0.19% | 0.53% | - |
| HSV(B) | 329.33º | 0.28% | 0.62% | - |
| XYZ | 24.45 | 20.86 | 26.03 | - |
| YUV | 129.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 136 | 0 | 0.28 | 0.14 | 0.38 | 329.33 | 0.19 | 0.53 |
| Hex | 9E | 71 | 88 | 0 | 1C | E | 26 | 149 | 13 | 35 |
| Octal | 236 | 161 | 210 | 0 | 34 | 16 | 46 | 511 | 23 | 65 |
| Binary | 10011110 | 1110001 | 10001000 | 0 | 11100 | 1110 | 100110 | 101001001 | 10011 | 110101 |
Color Harmonies of #9E7188
Complementary color
Monochromatic Colors of #9E7188
Black with #9E7188
Text Example
Text Example
White with #9E7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7188; }
p { color: rgb(158,113,136); }
H1.HeaderClassName
{
color: #9E7188;
}
.AnyTagClassName
{
color: #9E7188;
}
</style>
background-color css
<style>
a { background-color: #9E7188; }
a { background-color: rgb(158,113,136); }
div.DivClassName
{
background-color: #9E7188;
}
.BgClassName
{
background-color: #9E7188;
}
</style>
border-color css
<style>
span { border-color: #9E7188; }
span { border-color: rgb(158,113,136); }
td.TdClassName
{
border-color: #9E7188;
}
.TagClassName
{
border-color: #9E7188;
}
</style>