Shades of Mountbatten Pink #9E828D
Tints of Mountbatten Pink #9E828D
RGB
CMYK
RGB Variations
Color information
#9E828D (or 0x9E828D) is known color: Mountbatten Pink. HEX triplet: 9E, 82 and 8D. RGB value is (158,130,141). Sum of RGB (Red+Green+Blue) = 158+130+141=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E828D is #617D72. Grayscale: #8B8B8B. Windows color (decimal): -6389107 or 9274014. OLE color: 9274014.
HSL color Cylindrical-coordinate representation of color #9E828D: hue angle of 336.43º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E828D is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 141 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.38 |
| HSL | 336.43º | 0.13% | 0.56% | - |
| HSV(B) | 336.43º | 0.18% | 0.62% | - |
| XYZ | 26.89 | 25.16 | 28.64 | - |
| YUV | 139.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 141 | 0 | 0.18 | 0.11 | 0.38 | 336.43 | 0.13 | 0.56 |
| Hex | 9E | 82 | 8D | 0 | 12 | B | 26 | 150 | D | 38 |
| Octal | 236 | 202 | 215 | 0 | 22 | 13 | 46 | 520 | 15 | 70 |
| Binary | 10011110 | 10000010 | 10001101 | 0 | 10010 | 1011 | 100110 | 101010000 | 1101 | 111000 |
Color Harmonies of #9E828D
Complementary color
Monochromatic Colors of #9E828D
Black with #9E828D
Text Example
Text Example
White with #9E828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E828D; }
p { color: rgb(158,130,141); }
H1.HeaderClassName
{
color: #9E828D;
}
.AnyTagClassName
{
color: #9E828D;
}
</style>
background-color css
<style>
a { background-color: #9E828D; }
a { background-color: rgb(158,130,141); }
div.DivClassName
{
background-color: #9E828D;
}
.BgClassName
{
background-color: #9E828D;
}
</style>
border-color css
<style>
span { border-color: #9E828D; }
span { border-color: rgb(158,130,141); }
td.TdClassName
{
border-color: #9E828D;
}
.TagClassName
{
border-color: #9E828D;
}
</style>