Shades of Mountbatten Pink #9F7688
Tints of Mountbatten Pink #9F7688
RGB
CMYK
RGB Variations
Color information
#9F7688 (or 0x9F7688) is known color: Mountbatten Pink. HEX triplet: 9F, 76 and 88. RGB value is (159,118,136). Sum of RGB (Red+Green+Blue) = 159+118+136=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7688 is #608977. Grayscale: #848484. Windows color (decimal): -6326648 or 8943263. OLE color: 8943263.
HSL color Cylindrical-coordinate representation of color #9F7688: hue angle of 333.66º 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 #9F7688 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 136 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.38 |
| HSL | 333.66º | 0.18% | 0.54% | - |
| HSV(B) | 333.66º | 0.26% | 0.62% | - |
| XYZ | 25.22 | 22.11 | 26.23 | - |
| YUV | 132.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 136 | 0 | 0.26 | 0.14 | 0.38 | 333.66 | 0.18 | 0.54 |
| Hex | 9F | 76 | 88 | 0 | 1A | E | 26 | 14E | 12 | 36 |
| Octal | 237 | 166 | 210 | 0 | 32 | 16 | 46 | 516 | 22 | 66 |
| Binary | 10011111 | 1110110 | 10001000 | 0 | 11010 | 1110 | 100110 | 101001110 | 10010 | 110110 |
Color Harmonies of #9F7688
Complementary color
Monochromatic Colors of #9F7688
Black with #9F7688
Text Example
Text Example
White with #9F7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7688; }
p { color: rgb(159,118,136); }
H1.HeaderClassName
{
color: #9F7688;
}
.AnyTagClassName
{
color: #9F7688;
}
</style>
background-color css
<style>
a { background-color: #9F7688; }
a { background-color: rgb(159,118,136); }
div.DivClassName
{
background-color: #9F7688;
}
.BgClassName
{
background-color: #9F7688;
}
</style>
border-color css
<style>
span { border-color: #9F7688; }
span { border-color: rgb(159,118,136); }
td.TdClassName
{
border-color: #9F7688;
}
.TagClassName
{
border-color: #9F7688;
}
</style>