Shades of Mountbatten Pink #9F7589
Tints of Mountbatten Pink #9F7589
RGB
CMYK
RGB Variations
Color information
#9F7589 (or 0x9F7589) is known color: Mountbatten Pink. HEX triplet: 9F, 75 and 89. RGB value is (159,117,137). Sum of RGB (Red+Green+Blue) = 159+117+137=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7589 is #608A76. Grayscale: #838383. Windows color (decimal): -6326903 or 9008543. OLE color: 9008543.
HSL color Cylindrical-coordinate representation of color #9F7589: hue angle of 331.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7589 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 137 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.38 |
| HSL | 331.43º | 0.18% | 0.54% | - |
| HSV(B) | 331.43º | 0.26% | 0.62% | - |
| XYZ | 25.17 | 21.9 | 26.57 | - |
| YUV | 131.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 137 | 0 | 0.26 | 0.14 | 0.38 | 331.43 | 0.18 | 0.54 |
| Hex | 9F | 75 | 89 | 0 | 1A | E | 26 | 14B | 12 | 36 |
| Octal | 237 | 165 | 211 | 0 | 32 | 16 | 46 | 513 | 22 | 66 |
| Binary | 10011111 | 1110101 | 10001001 | 0 | 11010 | 1110 | 100110 | 101001011 | 10010 | 110110 |
Color Harmonies of #9F7589
Complementary color
Monochromatic Colors of #9F7589
Black with #9F7589
Text Example
Text Example
White with #9F7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7589; }
p { color: rgb(159,117,137); }
H1.HeaderClassName
{
color: #9F7589;
}
.AnyTagClassName
{
color: #9F7589;
}
</style>
background-color css
<style>
a { background-color: #9F7589; }
a { background-color: rgb(159,117,137); }
div.DivClassName
{
background-color: #9F7589;
}
.BgClassName
{
background-color: #9F7589;
}
</style>
border-color css
<style>
span { border-color: #9F7589; }
span { border-color: rgb(159,117,137); }
td.TdClassName
{
border-color: #9F7589;
}
.TagClassName
{
border-color: #9F7589;
}
</style>