Shades of Mountbatten Pink #9E808C
Tints of Mountbatten Pink #9E808C
RGB
CMYK
RGB Variations
Color information
#9E808C (or 0x9E808C) is known color: Mountbatten Pink. HEX triplet: 9E, 80 and 8C. RGB value is (158,128,140). Sum of RGB (Red+Green+Blue) = 158+128+140=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E808C is #617F73. Grayscale: #8A8A8A. Windows color (decimal): -6389620 or 9207966. OLE color: 9207966.
HSL color Cylindrical-coordinate representation of color #9E808C: hue angle of 336º degrees, saturation: 0.13, 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 #9E808C is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 140 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.38 |
| HSL | 336º | 0.13% | 0.56% | - |
| HSV(B) | 336º | 0.19% | 0.62% | - |
| XYZ | 26.55 | 24.6 | 28.16 | - |
| YUV | 138.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 140 | 0 | 0.19 | 0.11 | 0.38 | 336 | 0.13 | 0.56 |
| Hex | 9E | 80 | 8C | 0 | 13 | B | 26 | 150 | D | 38 |
| Octal | 236 | 200 | 214 | 0 | 23 | 13 | 46 | 520 | 15 | 70 |
| Binary | 10011110 | 10000000 | 10001100 | 0 | 10011 | 1011 | 100110 | 101010000 | 1101 | 111000 |
Color Harmonies of #9E808C
Complementary color
Monochromatic Colors of #9E808C
Black with #9E808C
Text Example
Text Example
White with #9E808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E808C; }
p { color: rgb(158,128,140); }
H1.HeaderClassName
{
color: #9E808C;
}
.AnyTagClassName
{
color: #9E808C;
}
</style>
background-color css
<style>
a { background-color: #9E808C; }
a { background-color: rgb(158,128,140); }
div.DivClassName
{
background-color: #9E808C;
}
.BgClassName
{
background-color: #9E808C;
}
</style>
border-color css
<style>
span { border-color: #9E808C; }
span { border-color: rgb(158,128,140); }
td.TdClassName
{
border-color: #9E808C;
}
.TagClassName
{
border-color: #9E808C;
}
</style>