Shades of Mountbatten Pink #9F688F
Tints of Mountbatten Pink #9F688F
RGB
CMYK
RGB Variations
Color information
#9F688F (or 0x9F688F) is known color: Mountbatten Pink. HEX triplet: 9F, 68 and 8F. RGB value is (159,104,143). Sum of RGB (Red+Green+Blue) = 159+104+143=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F688F is #609770. Grayscale: #7C7C7C. Windows color (decimal): -6330225 or 9398431. OLE color: 9398431.
HSL color Cylindrical-coordinate representation of color #9F688F: hue angle of 317.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F688F is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 143 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.38 |
| HSL | 317.45º | 0.22% | 0.52% | - |
| HSV(B) | 317.45º | 0.35% | 0.62% | - |
| XYZ | 24.21 | 19.25 | 28.43 | - |
| YUV | 124.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 143 | 0 | 0.35 | 0.10 | 0.38 | 317.45 | 0.22 | 0.52 |
| Hex | 9F | 68 | 8F | 0 | 23 | A | 26 | 13D | 16 | 34 |
| Octal | 237 | 150 | 217 | 0 | 43 | 12 | 46 | 475 | 26 | 64 |
| Binary | 10011111 | 1101000 | 10001111 | 0 | 100011 | 1010 | 100110 | 100111101 | 10110 | 110100 |
Color Harmonies of #9F688F
Complementary color
Monochromatic Colors of #9F688F
Black with #9F688F
Text Example
Text Example
White with #9F688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F688F; }
p { color: rgb(159,104,143); }
H1.HeaderClassName
{
color: #9F688F;
}
.AnyTagClassName
{
color: #9F688F;
}
</style>
background-color css
<style>
a { background-color: #9F688F; }
a { background-color: rgb(159,104,143); }
div.DivClassName
{
background-color: #9F688F;
}
.BgClassName
{
background-color: #9F688F;
}
</style>
border-color css
<style>
span { border-color: #9F688F; }
span { border-color: rgb(159,104,143); }
td.TdClassName
{
border-color: #9F688F;
}
.TagClassName
{
border-color: #9F688F;
}
</style>