Shades of Mountbatten Pink #9F7089
Tints of Mountbatten Pink #9F7089
RGB
CMYK
RGB Variations
Color information
#9F7089 (or 0x9F7089) is known color: Mountbatten Pink. HEX triplet: 9F, 70 and 89. RGB value is (159,112,137). Sum of RGB (Red+Green+Blue) = 159+112+137=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7089 is #608F76. Grayscale: #808080. Windows color (decimal): -6328183 or 9007263. OLE color: 9007263.
HSL color Cylindrical-coordinate representation of color #9F7089: hue angle of 328.09º 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 #9F7089 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 137 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.38 |
| HSL | 328.09º | 0.2% | 0.53% | - |
| HSV(B) | 328.09º | 0.3% | 0.62% | - |
| XYZ | 24.61 | 20.77 | 26.38 | - |
| YUV | 128.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 137 | 0 | 0.30 | 0.14 | 0.38 | 328.09 | 0.2 | 0.53 |
| Hex | 9F | 70 | 89 | 0 | 1E | E | 26 | 148 | 14 | 35 |
| Octal | 237 | 160 | 211 | 0 | 36 | 16 | 46 | 510 | 24 | 65 |
| Binary | 10011111 | 1110000 | 10001001 | 0 | 11110 | 1110 | 100110 | 101001000 | 10100 | 110101 |
Color Harmonies of #9F7089
Complementary color
Monochromatic Colors of #9F7089
Black with #9F7089
Text Example
Text Example
White with #9F7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7089; }
p { color: rgb(159,112,137); }
H1.HeaderClassName
{
color: #9F7089;
}
.AnyTagClassName
{
color: #9F7089;
}
</style>
background-color css
<style>
a { background-color: #9F7089; }
a { background-color: rgb(159,112,137); }
div.DivClassName
{
background-color: #9F7089;
}
.BgClassName
{
background-color: #9F7089;
}
</style>
border-color css
<style>
span { border-color: #9F7089; }
span { border-color: rgb(159,112,137); }
td.TdClassName
{
border-color: #9F7089;
}
.TagClassName
{
border-color: #9F7089;
}
</style>