Shades of Mountbatten Pink #9F708C
Tints of Mountbatten Pink #9F708C
RGB
CMYK
RGB Variations
Color information
#9F708C (or 0x9F708C) is known color: Mountbatten Pink. HEX triplet: 9F, 70 and 8C. RGB value is (159,112,140). Sum of RGB (Red+Green+Blue) = 159+112+140=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F708C is #608F73. Grayscale: #818181. Windows color (decimal): -6328180 or 9203871. OLE color: 9203871.
HSL color Cylindrical-coordinate representation of color #9F708C: hue angle of 324.26º 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 #9F708C is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 140 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.38 |
| HSL | 324.26º | 0.2% | 0.53% | - |
| HSV(B) | 324.26º | 0.3% | 0.62% | - |
| XYZ | 24.83 | 20.85 | 27.53 | - |
| YUV | 129.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 140 | 0 | 0.30 | 0.12 | 0.38 | 324.26 | 0.2 | 0.53 |
| Hex | 9F | 70 | 8C | 0 | 1E | C | 26 | 144 | 14 | 35 |
| Octal | 237 | 160 | 214 | 0 | 36 | 14 | 46 | 504 | 24 | 65 |
| Binary | 10011111 | 1110000 | 10001100 | 0 | 11110 | 1100 | 100110 | 101000100 | 10100 | 110101 |
Color Harmonies of #9F708C
Complementary color
Monochromatic Colors of #9F708C
Black with #9F708C
Text Example
Text Example
White with #9F708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F708C; }
p { color: rgb(159,112,140); }
H1.HeaderClassName
{
color: #9F708C;
}
.AnyTagClassName
{
color: #9F708C;
}
</style>
background-color css
<style>
a { background-color: #9F708C; }
a { background-color: rgb(159,112,140); }
div.DivClassName
{
background-color: #9F708C;
}
.BgClassName
{
background-color: #9F708C;
}
</style>
border-color css
<style>
span { border-color: #9F708C; }
span { border-color: rgb(159,112,140); }
td.TdClassName
{
border-color: #9F708C;
}
.TagClassName
{
border-color: #9F708C;
}
</style>