Shades of Mountbatten Pink #9E6F89
Tints of Mountbatten Pink #9E6F89
RGB
CMYK
RGB Variations
Color information
#9E6F89 (or 0x9E6F89) is known color: Mountbatten Pink. HEX triplet: 9E, 6F and 89. RGB value is (158,111,137). Sum of RGB (Red+Green+Blue) = 158+111+137=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6F89 is #619076. Grayscale: #7F7F7F. Windows color (decimal): -6393975 or 9007006. OLE color: 9007006.
HSL color Cylindrical-coordinate representation of color #9E6F89: hue angle of 326.81º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E6F89 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 111 | 137 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.38 |
| HSL | 326.81º | 0.2% | 0.53% | - |
| HSV(B) | 326.81º | 0.3% | 0.62% | - |
| XYZ | 24.3 | 20.44 | 26.33 | - |
| YUV | 128.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 137 | 0 | 0.30 | 0.13 | 0.38 | 326.81 | 0.2 | 0.53 |
| Hex | 9E | 6F | 89 | 0 | 1E | D | 26 | 147 | 14 | 35 |
| Octal | 236 | 157 | 211 | 0 | 36 | 15 | 46 | 507 | 24 | 65 |
| Binary | 10011110 | 1101111 | 10001001 | 0 | 11110 | 1101 | 100110 | 101000111 | 10100 | 110101 |
Color Harmonies of #9E6F89
Complementary color
Monochromatic Colors of #9E6F89
Black with #9E6F89
Text Example
Text Example
White with #9E6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6F89; }
p { color: rgb(158,111,137); }
H1.HeaderClassName
{
color: #9E6F89;
}
.AnyTagClassName
{
color: #9E6F89;
}
</style>
background-color css
<style>
a { background-color: #9E6F89; }
a { background-color: rgb(158,111,137); }
div.DivClassName
{
background-color: #9E6F89;
}
.BgClassName
{
background-color: #9E6F89;
}
</style>
border-color css
<style>
span { border-color: #9E6F89; }
span { border-color: rgb(158,111,137); }
td.TdClassName
{
border-color: #9E6F89;
}
.TagClassName
{
border-color: #9E6F89;
}
</style>