Shades of Mountbatten Pink #9F7588
Tints of Mountbatten Pink #9F7588
RGB
CMYK
RGB Variations
Color information
#9F7588 (or 0x9F7588) is known color: Mountbatten Pink. HEX triplet: 9F, 75 and 88. RGB value is (159,117,136). Sum of RGB (Red+Green+Blue) = 159+117+136=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7588 is #608A77. Grayscale: #838383. Windows color (decimal): -6326904 or 8943007. OLE color: 8943007.
HSL color Cylindrical-coordinate representation of color #9F7588: hue angle of 332.86º 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 #9F7588 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 136 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.38 |
| HSL | 332.86º | 0.18% | 0.54% | - |
| HSV(B) | 332.86º | 0.26% | 0.62% | - |
| XYZ | 25.1 | 21.87 | 26.19 | - |
| YUV | 131.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 136 | 0 | 0.26 | 0.14 | 0.38 | 332.86 | 0.18 | 0.54 |
| Hex | 9F | 75 | 88 | 0 | 1A | E | 26 | 14D | 12 | 36 |
| Octal | 237 | 165 | 210 | 0 | 32 | 16 | 46 | 515 | 22 | 66 |
| Binary | 10011111 | 1110101 | 10001000 | 0 | 11010 | 1110 | 100110 | 101001101 | 10010 | 110110 |
Color Harmonies of #9F7588
Complementary color
Monochromatic Colors of #9F7588
Black with #9F7588
Text Example
Text Example
White with #9F7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7588; }
p { color: rgb(159,117,136); }
H1.HeaderClassName
{
color: #9F7588;
}
.AnyTagClassName
{
color: #9F7588;
}
</style>
background-color css
<style>
a { background-color: #9F7588; }
a { background-color: rgb(159,117,136); }
div.DivClassName
{
background-color: #9F7588;
}
.BgClassName
{
background-color: #9F7588;
}
</style>
border-color css
<style>
span { border-color: #9F7588; }
span { border-color: rgb(159,117,136); }
td.TdClassName
{
border-color: #9F7588;
}
.TagClassName
{
border-color: #9F7588;
}
</style>