Shades of Mountbatten Pink #9F7197
Tints of Mountbatten Pink #9F7197
RGB
CMYK
RGB Variations
Color information
#9F7197 (or 0x9F7197) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 97. RGB value is (159,113,151). Sum of RGB (Red+Green+Blue) = 159+113+151=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7197 is #608E68. Grayscale: #828282. Windows color (decimal): -6327913 or 9925023. OLE color: 9925023.
HSL color Cylindrical-coordinate representation of color #9F7197: hue angle of 310.43º 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 #9F7197 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 151 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.38 |
| HSL | 310.43º | 0.19% | 0.53% | - |
| HSV(B) | 310.43º | 0.29% | 0.62% | - |
| XYZ | 25.79 | 21.42 | 32.05 | - |
| YUV | 131.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 151 | 0 | 0.29 | 0.05 | 0.38 | 310.43 | 0.19 | 0.53 |
| Hex | 9F | 71 | 97 | 0 | 1D | 5 | 26 | 136 | 13 | 35 |
| Octal | 237 | 161 | 227 | 0 | 35 | 5 | 46 | 466 | 23 | 65 |
| Binary | 10011111 | 1110001 | 10010111 | 0 | 11101 | 101 | 100110 | 100110110 | 10011 | 110101 |
Color Harmonies of #9F7197
Complementary color
Monochromatic Colors of #9F7197
Black with #9F7197
Text Example
Text Example
White with #9F7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7197; }
p { color: rgb(159,113,151); }
H1.HeaderClassName
{
color: #9F7197;
}
.AnyTagClassName
{
color: #9F7197;
}
</style>
background-color css
<style>
a { background-color: #9F7197; }
a { background-color: rgb(159,113,151); }
div.DivClassName
{
background-color: #9F7197;
}
.BgClassName
{
background-color: #9F7197;
}
</style>
border-color css
<style>
span { border-color: #9F7197; }
span { border-color: rgb(159,113,151); }
td.TdClassName
{
border-color: #9F7197;
}
.TagClassName
{
border-color: #9F7197;
}
</style>