Shades of Mountbatten Pink #9F798D
Tints of Mountbatten Pink #9F798D
RGB
CMYK
RGB Variations
Color information
#9F798D (or 0x9F798D) is known color: Mountbatten Pink. HEX triplet: 9F, 79 and 8D. RGB value is (159,121,141). Sum of RGB (Red+Green+Blue) = 159+121+141=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F798D is #608672. Grayscale: #868686. Windows color (decimal): -6325875 or 9271711. OLE color: 9271711.
HSL color Cylindrical-coordinate representation of color #9F798D: hue angle of 328.42º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F798D is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 141 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.38 |
| HSL | 328.42º | 0.17% | 0.55% | - |
| HSV(B) | 328.42º | 0.24% | 0.62% | - |
| XYZ | 25.94 | 22.97 | 28.27 | - |
| YUV | 134.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 141 | 0 | 0.24 | 0.11 | 0.38 | 328.42 | 0.17 | 0.55 |
| Hex | 9F | 79 | 8D | 0 | 18 | B | 26 | 148 | 11 | 37 |
| Octal | 237 | 171 | 215 | 0 | 30 | 13 | 46 | 510 | 21 | 67 |
| Binary | 10011111 | 1111001 | 10001101 | 0 | 11000 | 1011 | 100110 | 101001000 | 10001 | 110111 |
Color Harmonies of #9F798D
Complementary color
Monochromatic Colors of #9F798D
Black with #9F798D
Text Example
Text Example
White with #9F798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F798D; }
p { color: rgb(159,121,141); }
H1.HeaderClassName
{
color: #9F798D;
}
.AnyTagClassName
{
color: #9F798D;
}
</style>
background-color css
<style>
a { background-color: #9F798D; }
a { background-color: rgb(159,121,141); }
div.DivClassName
{
background-color: #9F798D;
}
.BgClassName
{
background-color: #9F798D;
}
</style>
border-color css
<style>
span { border-color: #9F798D; }
span { border-color: rgb(159,121,141); }
td.TdClassName
{
border-color: #9F798D;
}
.TagClassName
{
border-color: #9F798D;
}
</style>