Shades of Mountbatten Pink #9F788D
Tints of Mountbatten Pink #9F788D
RGB
CMYK
RGB Variations
Color information
#9F788D (or 0x9F788D) is known color: Mountbatten Pink. HEX triplet: 9F, 78 and 8D. RGB value is (159,120,141). Sum of RGB (Red+Green+Blue) = 159+120+141=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F788D is #608772. Grayscale: #868686. Windows color (decimal): -6326131 or 9271455. OLE color: 9271455.
HSL color Cylindrical-coordinate representation of color #9F788D: hue angle of 327.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F788D is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 141 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.38 |
| HSL | 327.69º | 0.17% | 0.55% | - |
| HSV(B) | 327.69º | 0.25% | 0.62% | - |
| XYZ | 25.82 | 22.73 | 28.23 | - |
| YUV | 134.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 141 | 0 | 0.25 | 0.11 | 0.38 | 327.69 | 0.17 | 0.55 |
| Hex | 9F | 78 | 8D | 0 | 19 | B | 26 | 148 | 11 | 37 |
| Octal | 237 | 170 | 215 | 0 | 31 | 13 | 46 | 510 | 21 | 67 |
| Binary | 10011111 | 1111000 | 10001101 | 0 | 11001 | 1011 | 100110 | 101001000 | 10001 | 110111 |
Color Harmonies of #9F788D
Complementary color
Monochromatic Colors of #9F788D
Black with #9F788D
Text Example
Text Example
White with #9F788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F788D; }
p { color: rgb(159,120,141); }
H1.HeaderClassName
{
color: #9F788D;
}
.AnyTagClassName
{
color: #9F788D;
}
</style>
background-color css
<style>
a { background-color: #9F788D; }
a { background-color: rgb(159,120,141); }
div.DivClassName
{
background-color: #9F788D;
}
.BgClassName
{
background-color: #9F788D;
}
</style>
border-color css
<style>
span { border-color: #9F788D; }
span { border-color: rgb(159,120,141); }
td.TdClassName
{
border-color: #9F788D;
}
.TagClassName
{
border-color: #9F788D;
}
</style>