Shades of Mountbatten Pink #9F718B
Tints of Mountbatten Pink #9F718B
RGB
CMYK
RGB Variations
Color information
#9F718B (or 0x9F718B) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 8B. RGB value is (159,113,139). Sum of RGB (Red+Green+Blue) = 159+113+139=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F718B is #608E74. Grayscale: #818181. Windows color (decimal): -6327925 or 9138591. OLE color: 9138591.
HSL color Cylindrical-coordinate representation of color #9F718B: hue angle of 326.09º 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 #9F718B is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 139 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.38 |
| HSL | 326.09º | 0.19% | 0.53% | - |
| HSV(B) | 326.09º | 0.29% | 0.62% | - |
| XYZ | 24.86 | 21.05 | 27.18 | - |
| YUV | 129.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 139 | 0 | 0.29 | 0.13 | 0.38 | 326.09 | 0.19 | 0.53 |
| Hex | 9F | 71 | 8B | 0 | 1D | D | 26 | 146 | 13 | 35 |
| Octal | 237 | 161 | 213 | 0 | 35 | 15 | 46 | 506 | 23 | 65 |
| Binary | 10011111 | 1110001 | 10001011 | 0 | 11101 | 1101 | 100110 | 101000110 | 10011 | 110101 |
Color Harmonies of #9F718B
Complementary color
Monochromatic Colors of #9F718B
Black with #9F718B
Text Example
Text Example
White with #9F718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F718B; }
p { color: rgb(159,113,139); }
H1.HeaderClassName
{
color: #9F718B;
}
.AnyTagClassName
{
color: #9F718B;
}
</style>
background-color css
<style>
a { background-color: #9F718B; }
a { background-color: rgb(159,113,139); }
div.DivClassName
{
background-color: #9F718B;
}
.BgClassName
{
background-color: #9F718B;
}
</style>
border-color css
<style>
span { border-color: #9F718B; }
span { border-color: rgb(159,113,139); }
td.TdClassName
{
border-color: #9F718B;
}
.TagClassName
{
border-color: #9F718B;
}
</style>