Shades of Mountbatten Pink #9F778D
Tints of Mountbatten Pink #9F778D
RGB
CMYK
RGB Variations
Color information
#9F778D (or 0x9F778D) is known color: Mountbatten Pink. HEX triplet: 9F, 77 and 8D. RGB value is (159,119,141). Sum of RGB (Red+Green+Blue) = 159+119+141=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F778D is #608872. Grayscale: #858585. Windows color (decimal): -6326387 or 9271199. OLE color: 9271199.
HSL color Cylindrical-coordinate representation of color #9F778D: hue angle of 327º 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 #9F778D is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 141 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.38 |
| HSL | 327º | 0.17% | 0.55% | - |
| HSV(B) | 327º | 0.25% | 0.62% | - |
| XYZ | 25.7 | 22.49 | 28.19 | - |
| YUV | 133.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 141 | 0 | 0.25 | 0.11 | 0.38 | 327 | 0.17 | 0.55 |
| Hex | 9F | 77 | 8D | 0 | 19 | B | 26 | 147 | 11 | 37 |
| Octal | 237 | 167 | 215 | 0 | 31 | 13 | 46 | 507 | 21 | 67 |
| Binary | 10011111 | 1110111 | 10001101 | 0 | 11001 | 1011 | 100110 | 101000111 | 10001 | 110111 |
Color Harmonies of #9F778D
Complementary color
Monochromatic Colors of #9F778D
Black with #9F778D
Text Example
Text Example
White with #9F778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F778D; }
p { color: rgb(159,119,141); }
H1.HeaderClassName
{
color: #9F778D;
}
.AnyTagClassName
{
color: #9F778D;
}
</style>
background-color css
<style>
a { background-color: #9F778D; }
a { background-color: rgb(159,119,141); }
div.DivClassName
{
background-color: #9F778D;
}
.BgClassName
{
background-color: #9F778D;
}
</style>
border-color css
<style>
span { border-color: #9F778D; }
span { border-color: rgb(159,119,141); }
td.TdClassName
{
border-color: #9F778D;
}
.TagClassName
{
border-color: #9F778D;
}
</style>