Shades of Mountbatten Pink #9F718D
Tints of Mountbatten Pink #9F718D
RGB
CMYK
RGB Variations
Color information
#9F718D (or 0x9F718D) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 8D. RGB value is (159,113,141). Sum of RGB (Red+Green+Blue) = 159+113+141=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F718D is #608E72. Grayscale: #818181. Windows color (decimal): -6327923 or 9269663. OLE color: 9269663.
HSL color Cylindrical-coordinate representation of color #9F718D: hue angle of 323.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F718D is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 141 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.38 |
| HSL | 323.48º | 0.19% | 0.53% | - |
| HSV(B) | 323.48º | 0.29% | 0.62% | - |
| XYZ | 25.01 | 21.1 | 27.95 | - |
| YUV | 129.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 141 | 0 | 0.29 | 0.11 | 0.38 | 323.48 | 0.19 | 0.53 |
| Hex | 9F | 71 | 8D | 0 | 1D | B | 26 | 143 | 13 | 35 |
| Octal | 237 | 161 | 215 | 0 | 35 | 13 | 46 | 503 | 23 | 65 |
| Binary | 10011111 | 1110001 | 10001101 | 0 | 11101 | 1011 | 100110 | 101000011 | 10011 | 110101 |
Color Harmonies of #9F718D
Complementary color
Monochromatic Colors of #9F718D
Black with #9F718D
Text Example
Text Example
White with #9F718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F718D; }
p { color: rgb(159,113,141); }
H1.HeaderClassName
{
color: #9F718D;
}
.AnyTagClassName
{
color: #9F718D;
}
</style>
background-color css
<style>
a { background-color: #9F718D; }
a { background-color: rgb(159,113,141); }
div.DivClassName
{
background-color: #9F718D;
}
.BgClassName
{
background-color: #9F718D;
}
</style>
border-color css
<style>
span { border-color: #9F718D; }
span { border-color: rgb(159,113,141); }
td.TdClassName
{
border-color: #9F718D;
}
.TagClassName
{
border-color: #9F718D;
}
</style>