Shades of Mountbatten Pink #9F7C8C
Tints of Mountbatten Pink #9F7C8C
RGB
CMYK
RGB Variations
Color information
#9F7C8C (or 0x9F7C8C) is known color: Mountbatten Pink. HEX triplet: 9F, 7C and 8C. RGB value is (159,124,140). Sum of RGB (Red+Green+Blue) = 159+124+140=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7C8C is #608373. Grayscale: #888888. Windows color (decimal): -6325108 or 9206943. OLE color: 9206943.
HSL color Cylindrical-coordinate representation of color #9F7C8C: hue angle of 332.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F7C8C is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 124 | 140 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.38 |
| HSL | 332.57º | 0.15% | 0.55% | - |
| HSV(B) | 332.57º | 0.22% | 0.62% | - |
| XYZ | 26.24 | 23.68 | 28 | - |
| YUV | 136.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 140 | 0 | 0.22 | 0.12 | 0.38 | 332.57 | 0.15 | 0.55 |
| Hex | 9F | 7C | 8C | 0 | 16 | C | 26 | 14D | F | 37 |
| Octal | 237 | 174 | 214 | 0 | 26 | 14 | 46 | 515 | 17 | 67 |
| Binary | 10011111 | 1111100 | 10001100 | 0 | 10110 | 1100 | 100110 | 101001101 | 1111 | 110111 |
Color Harmonies of #9F7C8C
Complementary color
Monochromatic Colors of #9F7C8C
Black with #9F7C8C
Text Example
Text Example
White with #9F7C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7C8C; }
p { color: rgb(159,124,140); }
H1.HeaderClassName
{
color: #9F7C8C;
}
.AnyTagClassName
{
color: #9F7C8C;
}
</style>
background-color css
<style>
a { background-color: #9F7C8C; }
a { background-color: rgb(159,124,140); }
div.DivClassName
{
background-color: #9F7C8C;
}
.BgClassName
{
background-color: #9F7C8C;
}
</style>
border-color css
<style>
span { border-color: #9F7C8C; }
span { border-color: rgb(159,124,140); }
td.TdClassName
{
border-color: #9F7C8C;
}
.TagClassName
{
border-color: #9F7C8C;
}
</style>