Shades of Mountbatten Pink #9F808C
Tints of Mountbatten Pink #9F808C
RGB
CMYK
RGB Variations
Color information
#9F808C (or 0x9F808C) is known color: Mountbatten Pink. HEX triplet: 9F, 80 and 8C. RGB value is (159,128,140). Sum of RGB (Red+Green+Blue) = 159+128+140=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F808C is #607F73. Grayscale: #8A8A8A. Windows color (decimal): -6324084 or 9207967. OLE color: 9207967.
HSL color Cylindrical-coordinate representation of color #9F808C: hue angle of 336.77º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F808C is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 140 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.38 |
| HSL | 336.77º | 0.14% | 0.56% | - |
| HSV(B) | 336.77º | 0.19% | 0.62% | - |
| XYZ | 26.75 | 24.7 | 28.17 | - |
| YUV | 138.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 140 | 0 | 0.19 | 0.12 | 0.38 | 336.77 | 0.14 | 0.56 |
| Hex | 9F | 80 | 8C | 0 | 13 | C | 26 | 151 | E | 38 |
| Octal | 237 | 200 | 214 | 0 | 23 | 14 | 46 | 521 | 16 | 70 |
| Binary | 10011111 | 10000000 | 10001100 | 0 | 10011 | 1100 | 100110 | 101010001 | 1110 | 111000 |
Color Harmonies of #9F808C
Complementary color
Monochromatic Colors of #9F808C
Black with #9F808C
Text Example
Text Example
White with #9F808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F808C; }
p { color: rgb(159,128,140); }
H1.HeaderClassName
{
color: #9F808C;
}
.AnyTagClassName
{
color: #9F808C;
}
</style>
background-color css
<style>
a { background-color: #9F808C; }
a { background-color: rgb(159,128,140); }
div.DivClassName
{
background-color: #9F808C;
}
.BgClassName
{
background-color: #9F808C;
}
</style>
border-color css
<style>
span { border-color: #9F808C; }
span { border-color: rgb(159,128,140); }
td.TdClassName
{
border-color: #9F808C;
}
.TagClassName
{
border-color: #9F808C;
}
</style>