Shades of Mountbatten Pink #9F718F
Tints of Mountbatten Pink #9F718F
RGB
CMYK
RGB Variations
Color information
#9F718F (or 0x9F718F) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 8F. RGB value is (159,113,143). Sum of RGB (Red+Green+Blue) = 159+113+143=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F718F is #608E70. Grayscale: #828282. Windows color (decimal): -6327921 or 9400735. OLE color: 9400735.
HSL color Cylindrical-coordinate representation of color #9F718F: hue angle of 320.87º 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 #9F718F is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 143 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.38 |
| HSL | 320.87º | 0.19% | 0.53% | - |
| HSV(B) | 320.87º | 0.29% | 0.62% | - |
| XYZ | 25.16 | 21.16 | 28.75 | - |
| YUV | 130.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 143 | 0 | 0.29 | 0.10 | 0.38 | 320.87 | 0.19 | 0.53 |
| Hex | 9F | 71 | 8F | 0 | 1D | A | 26 | 141 | 13 | 35 |
| Octal | 237 | 161 | 217 | 0 | 35 | 12 | 46 | 501 | 23 | 65 |
| Binary | 10011111 | 1110001 | 10001111 | 0 | 11101 | 1010 | 100110 | 101000001 | 10011 | 110101 |
Color Harmonies of #9F718F
Complementary color
Monochromatic Colors of #9F718F
Black with #9F718F
Text Example
Text Example
White with #9F718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F718F; }
p { color: rgb(159,113,143); }
H1.HeaderClassName
{
color: #9F718F;
}
.AnyTagClassName
{
color: #9F718F;
}
</style>
background-color css
<style>
a { background-color: #9F718F; }
a { background-color: rgb(159,113,143); }
div.DivClassName
{
background-color: #9F718F;
}
.BgClassName
{
background-color: #9F718F;
}
</style>
border-color css
<style>
span { border-color: #9F718F; }
span { border-color: rgb(159,113,143); }
td.TdClassName
{
border-color: #9F718F;
}
.TagClassName
{
border-color: #9F718F;
}
</style>