Shades of Mountbatten Pink #9E818D
Tints of Mountbatten Pink #9E818D
RGB
CMYK
RGB Variations
Color information
#9E818D (or 0x9E818D) is known color: Mountbatten Pink. HEX triplet: 9E, 81 and 8D. RGB value is (158,129,141). Sum of RGB (Red+Green+Blue) = 158+129+141=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 158 - color contains mainly: red. Hex color #9E818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E818D is #617E72. Grayscale: #8B8B8B. Windows color (decimal): -6389363 or 9273758. OLE color: 9273758.
HSL color Cylindrical-coordinate representation of color #9E818D: hue angle of 335.17º 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 #9E818D is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 141 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.38 |
| HSL | 335.17º | 0.13% | 0.56% | - |
| HSV(B) | 335.17º | 0.18% | 0.62% | - |
| XYZ | 26.76 | 24.89 | 28.59 | - |
| YUV | 139.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 141 | 0 | 0.18 | 0.11 | 0.38 | 335.17 | 0.13 | 0.56 |
| Hex | 9E | 81 | 8D | 0 | 12 | B | 26 | 14F | D | 38 |
| Octal | 236 | 201 | 215 | 0 | 22 | 13 | 46 | 517 | 15 | 70 |
| Binary | 10011110 | 10000001 | 10001101 | 0 | 10010 | 1011 | 100110 | 101001111 | 1101 | 111000 |
Color Harmonies of #9E818D
Complementary color
Monochromatic Colors of #9E818D
Black with #9E818D
Text Example
Text Example
White with #9E818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E818D; }
p { color: rgb(158,129,141); }
H1.HeaderClassName
{
color: #9E818D;
}
.AnyTagClassName
{
color: #9E818D;
}
</style>
background-color css
<style>
a { background-color: #9E818D; }
a { background-color: rgb(158,129,141); }
div.DivClassName
{
background-color: #9E818D;
}
.BgClassName
{
background-color: #9E818D;
}
</style>
border-color css
<style>
span { border-color: #9E818D; }
span { border-color: rgb(158,129,141); }
td.TdClassName
{
border-color: #9E818D;
}
.TagClassName
{
border-color: #9E818D;
}
</style>