Shades of Mountbatten Pink #9F7687
Tints of Mountbatten Pink #9F7687
RGB
CMYK
RGB Variations
Color information
#9F7687 (or 0x9F7687) is known color: Mountbatten Pink. HEX triplet: 9F, 76 and 87. RGB value is (159,118,135). Sum of RGB (Red+Green+Blue) = 159+118+135=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7687 is #608978. Grayscale: #848484. Windows color (decimal): -6326649 or 8877727. OLE color: 8877727.
HSL color Cylindrical-coordinate representation of color #9F7687: hue angle of 335.12º 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 #9F7687 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 135 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.38 |
| HSL | 335.12º | 0.18% | 0.54% | - |
| HSV(B) | 335.12º | 0.26% | 0.62% | - |
| XYZ | 25.15 | 22.08 | 25.86 | - |
| YUV | 132.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 135 | 0 | 0.26 | 0.15 | 0.38 | 335.12 | 0.18 | 0.54 |
| Hex | 9F | 76 | 87 | 0 | 1A | F | 26 | 14F | 12 | 36 |
| Octal | 237 | 166 | 207 | 0 | 32 | 17 | 46 | 517 | 22 | 66 |
| Binary | 10011111 | 1110110 | 10000111 | 0 | 11010 | 1111 | 100110 | 101001111 | 10010 | 110110 |
Color Harmonies of #9F7687
Complementary color
Monochromatic Colors of #9F7687
Black with #9F7687
Text Example
Text Example
White with #9F7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7687; }
p { color: rgb(159,118,135); }
H1.HeaderClassName
{
color: #9F7687;
}
.AnyTagClassName
{
color: #9F7687;
}
</style>
background-color css
<style>
a { background-color: #9F7687; }
a { background-color: rgb(159,118,135); }
div.DivClassName
{
background-color: #9F7687;
}
.BgClassName
{
background-color: #9F7687;
}
</style>
border-color css
<style>
span { border-color: #9F7687; }
span { border-color: rgb(159,118,135); }
td.TdClassName
{
border-color: #9F7687;
}
.TagClassName
{
border-color: #9F7687;
}
</style>