Shades of Mountbatten Pink #9F7489
Tints of Mountbatten Pink #9F7489
RGB
CMYK
RGB Variations
Color information
#9F7489 (or 0x9F7489) is known color: Mountbatten Pink. HEX triplet: 9F, 74 and 89. RGB value is (159,116,137). Sum of RGB (Red+Green+Blue) = 159+116+137=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7489 is #608B76. Grayscale: #838383. Windows color (decimal): -6327159 or 9008287. OLE color: 9008287.
HSL color Cylindrical-coordinate representation of color #9F7489: hue angle of 330.7º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F7489 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 137 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.38 |
| HSL | 330.7º | 0.18% | 0.54% | - |
| HSV(B) | 330.7º | 0.27% | 0.62% | - |
| XYZ | 25.06 | 21.67 | 26.53 | - |
| YUV | 131.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 137 | 0 | 0.27 | 0.14 | 0.38 | 330.7 | 0.18 | 0.54 |
| Hex | 9F | 74 | 89 | 0 | 1B | E | 26 | 14B | 12 | 36 |
| Octal | 237 | 164 | 211 | 0 | 33 | 16 | 46 | 513 | 22 | 66 |
| Binary | 10011111 | 1110100 | 10001001 | 0 | 11011 | 1110 | 100110 | 101001011 | 10010 | 110110 |
Color Harmonies of #9F7489
Complementary color
Monochromatic Colors of #9F7489
Black with #9F7489
Text Example
Text Example
White with #9F7489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7489; }
p { color: rgb(159,116,137); }
H1.HeaderClassName
{
color: #9F7489;
}
.AnyTagClassName
{
color: #9F7489;
}
</style>
background-color css
<style>
a { background-color: #9F7489; }
a { background-color: rgb(159,116,137); }
div.DivClassName
{
background-color: #9F7489;
}
.BgClassName
{
background-color: #9F7489;
}
</style>
border-color css
<style>
span { border-color: #9F7489; }
span { border-color: rgb(159,116,137); }
td.TdClassName
{
border-color: #9F7489;
}
.TagClassName
{
border-color: #9F7489;
}
</style>