Shades of Mountbatten Pink #9F708F
Tints of Mountbatten Pink #9F708F
RGB
CMYK
RGB Variations
Color information
#9F708F (or 0x9F708F) is known color: Mountbatten Pink. HEX triplet: 9F, 70 and 8F. RGB value is (159,112,143). Sum of RGB (Red+Green+Blue) = 159+112+143=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F708F is #608F70. Grayscale: #818181. Windows color (decimal): -6328177 or 9400479. OLE color: 9400479.
HSL color Cylindrical-coordinate representation of color #9F708F: hue angle of 320.43º 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 #9F708F is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 143 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.38 |
| HSL | 320.43º | 0.2% | 0.53% | - |
| HSV(B) | 320.43º | 0.3% | 0.62% | - |
| XYZ | 25.05 | 20.94 | 28.71 | - |
| YUV | 129.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 143 | 0 | 0.30 | 0.10 | 0.38 | 320.43 | 0.2 | 0.53 |
| Hex | 9F | 70 | 8F | 0 | 1E | A | 26 | 140 | 14 | 35 |
| Octal | 237 | 160 | 217 | 0 | 36 | 12 | 46 | 500 | 24 | 65 |
| Binary | 10011111 | 1110000 | 10001111 | 0 | 11110 | 1010 | 100110 | 101000000 | 10100 | 110101 |
Color Harmonies of #9F708F
Complementary color
Monochromatic Colors of #9F708F
Black with #9F708F
Text Example
Text Example
White with #9F708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F708F; }
p { color: rgb(159,112,143); }
H1.HeaderClassName
{
color: #9F708F;
}
.AnyTagClassName
{
color: #9F708F;
}
</style>
background-color css
<style>
a { background-color: #9F708F; }
a { background-color: rgb(159,112,143); }
div.DivClassName
{
background-color: #9F708F;
}
.BgClassName
{
background-color: #9F708F;
}
</style>
border-color css
<style>
span { border-color: #9F708F; }
span { border-color: rgb(159,112,143); }
td.TdClassName
{
border-color: #9F708F;
}
.TagClassName
{
border-color: #9F708F;
}
</style>