Shades of Mountbatten Pink #9F688E
Tints of Mountbatten Pink #9F688E
RGB
CMYK
RGB Variations
Color information
#9F688E (or 0x9F688E) is known color: Mountbatten Pink. HEX triplet: 9F, 68 and 8E. RGB value is (159,104,142). Sum of RGB (Red+Green+Blue) = 159+104+142=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F688E is #609771. Grayscale: #7C7C7C. Windows color (decimal): -6330226 or 9332895. OLE color: 9332895.
HSL color Cylindrical-coordinate representation of color #9F688E: hue angle of 318.55º 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 #9F688E is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 142 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.38 |
| HSL | 318.55º | 0.22% | 0.52% | - |
| HSV(B) | 318.55º | 0.35% | 0.62% | - |
| XYZ | 24.13 | 19.22 | 28.03 | - |
| YUV | 124.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 142 | 0 | 0.35 | 0.11 | 0.38 | 318.55 | 0.22 | 0.52 |
| Hex | 9F | 68 | 8E | 0 | 23 | B | 26 | 13F | 16 | 34 |
| Octal | 237 | 150 | 216 | 0 | 43 | 13 | 46 | 477 | 26 | 64 |
| Binary | 10011111 | 1101000 | 10001110 | 0 | 100011 | 1011 | 100110 | 100111111 | 10110 | 110100 |
Color Harmonies of #9F688E
Complementary color
Monochromatic Colors of #9F688E
Black with #9F688E
Text Example
Text Example
White with #9F688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F688E; }
p { color: rgb(159,104,142); }
H1.HeaderClassName
{
color: #9F688E;
}
.AnyTagClassName
{
color: #9F688E;
}
</style>
background-color css
<style>
a { background-color: #9F688E; }
a { background-color: rgb(159,104,142); }
div.DivClassName
{
background-color: #9F688E;
}
.BgClassName
{
background-color: #9F688E;
}
</style>
border-color css
<style>
span { border-color: #9F688E; }
span { border-color: rgb(159,104,142); }
td.TdClassName
{
border-color: #9F688E;
}
.TagClassName
{
border-color: #9F688E;
}
</style>