Shades of Mountbatten Pink #9F7095
Tints of Mountbatten Pink #9F7095
RGB
CMYK
RGB Variations
Color information
#9F7095 (or 0x9F7095) is known color: Mountbatten Pink. HEX triplet: 9F, 70 and 95. RGB value is (159,112,149). Sum of RGB (Red+Green+Blue) = 159+112+149=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7095 is #608F6A. Grayscale: #828282. Windows color (decimal): -6328171 or 9793695. OLE color: 9793695.
HSL color Cylindrical-coordinate representation of color #9F7095: hue angle of 312.77º 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 #9F7095 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 149 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.38 |
| HSL | 312.77º | 0.2% | 0.53% | - |
| HSV(B) | 312.77º | 0.3% | 0.62% | - |
| XYZ | 25.52 | 21.13 | 31.17 | - |
| YUV | 130.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 149 | 0 | 0.30 | 0.06 | 0.38 | 312.77 | 0.2 | 0.53 |
| Hex | 9F | 70 | 95 | 0 | 1E | 6 | 26 | 139 | 14 | 35 |
| Octal | 237 | 160 | 225 | 0 | 36 | 6 | 46 | 471 | 24 | 65 |
| Binary | 10011111 | 1110000 | 10010101 | 0 | 11110 | 110 | 100110 | 100111001 | 10100 | 110101 |
Color Harmonies of #9F7095
Complementary color
Monochromatic Colors of #9F7095
Black with #9F7095
Text Example
Text Example
White with #9F7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7095; }
p { color: rgb(159,112,149); }
H1.HeaderClassName
{
color: #9F7095;
}
.AnyTagClassName
{
color: #9F7095;
}
</style>
background-color css
<style>
a { background-color: #9F7095; }
a { background-color: rgb(159,112,149); }
div.DivClassName
{
background-color: #9F7095;
}
.BgClassName
{
background-color: #9F7095;
}
</style>
border-color css
<style>
span { border-color: #9F7095; }
span { border-color: rgb(159,112,149); }
td.TdClassName
{
border-color: #9F7095;
}
.TagClassName
{
border-color: #9F7095;
}
</style>