Shades of Mountbatten Pink #9F708D
Tints of Mountbatten Pink #9F708D
RGB
CMYK
RGB Variations
Color information
#9F708D (or 0x9F708D) is known color: Mountbatten Pink. HEX triplet: 9F, 70 and 8D. RGB value is (159,112,141). Sum of RGB (Red+Green+Blue) = 159+112+141=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F708D is #608F72. Grayscale: #818181. Windows color (decimal): -6328179 or 9269407. OLE color: 9269407.
HSL color Cylindrical-coordinate representation of color #9F708D: hue angle of 322.98º 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 #9F708D is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 141 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.38 |
| HSL | 322.98º | 0.2% | 0.53% | - |
| HSV(B) | 322.98º | 0.3% | 0.62% | - |
| XYZ | 24.9 | 20.88 | 27.92 | - |
| YUV | 129.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 141 | 0 | 0.30 | 0.11 | 0.38 | 322.98 | 0.2 | 0.53 |
| Hex | 9F | 70 | 8D | 0 | 1E | B | 26 | 143 | 14 | 35 |
| Octal | 237 | 160 | 215 | 0 | 36 | 13 | 46 | 503 | 24 | 65 |
| Binary | 10011111 | 1110000 | 10001101 | 0 | 11110 | 1011 | 100110 | 101000011 | 10100 | 110101 |
Color Harmonies of #9F708D
Complementary color
Monochromatic Colors of #9F708D
Black with #9F708D
Text Example
Text Example
White with #9F708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F708D; }
p { color: rgb(159,112,141); }
H1.HeaderClassName
{
color: #9F708D;
}
.AnyTagClassName
{
color: #9F708D;
}
</style>
background-color css
<style>
a { background-color: #9F708D; }
a { background-color: rgb(159,112,141); }
div.DivClassName
{
background-color: #9F708D;
}
.BgClassName
{
background-color: #9F708D;
}
</style>
border-color css
<style>
span { border-color: #9F708D; }
span { border-color: rgb(159,112,141); }
td.TdClassName
{
border-color: #9F708D;
}
.TagClassName
{
border-color: #9F708D;
}
</style>