Shades of Mountbatten Pink #9F7190
Tints of Mountbatten Pink #9F7190
RGB
CMYK
RGB Variations
Color information
#9F7190 (or 0x9F7190) is known color: Mountbatten Pink. HEX triplet: 9F, 71 and 90. RGB value is (159,113,144). Sum of RGB (Red+Green+Blue) = 159+113+144=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7190 is #608E6F. Grayscale: #828282. Windows color (decimal): -6327920 or 9466271. OLE color: 9466271.
HSL color Cylindrical-coordinate representation of color #9F7190: hue angle of 319.57º 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 #9F7190 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 144 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.38 |
| HSL | 319.57º | 0.19% | 0.53% | - |
| HSV(B) | 319.57º | 0.29% | 0.62% | - |
| XYZ | 25.24 | 21.19 | 29.15 | - |
| YUV | 130.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 144 | 0 | 0.29 | 0.09 | 0.38 | 319.57 | 0.19 | 0.53 |
| Hex | 9F | 71 | 90 | 0 | 1D | 9 | 26 | 140 | 13 | 35 |
| Octal | 237 | 161 | 220 | 0 | 35 | 11 | 46 | 500 | 23 | 65 |
| Binary | 10011111 | 1110001 | 10010000 | 0 | 11101 | 1001 | 100110 | 101000000 | 10011 | 110101 |
Color Harmonies of #9F7190
Complementary color
Monochromatic Colors of #9F7190
Black with #9F7190
Text Example
Text Example
White with #9F7190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7190; }
p { color: rgb(159,113,144); }
H1.HeaderClassName
{
color: #9F7190;
}
.AnyTagClassName
{
color: #9F7190;
}
</style>
background-color css
<style>
a { background-color: #9F7190; }
a { background-color: rgb(159,113,144); }
div.DivClassName
{
background-color: #9F7190;
}
.BgClassName
{
background-color: #9F7190;
}
</style>
border-color css
<style>
span { border-color: #9F7190; }
span { border-color: rgb(159,113,144); }
td.TdClassName
{
border-color: #9F7190;
}
.TagClassName
{
border-color: #9F7190;
}
</style>