Shades of Mountbatten Pink #9E708D
Tints of Mountbatten Pink #9E708D
RGB
CMYK
RGB Variations
Color information
#9E708D (or 0x9E708D) is known color: Mountbatten Pink. HEX triplet: 9E, 70 and 8D. RGB value is (158,112,141). Sum of RGB (Red+Green+Blue) = 158+112+141=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E708D is #618F72. Grayscale: #808080. Windows color (decimal): -6393715 or 9269406. OLE color: 9269406.
HSL color Cylindrical-coordinate representation of color #9E708D: hue angle of 322.17º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E708D is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 141 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.38 |
| HSL | 322.17º | 0.19% | 0.53% | - |
| HSV(B) | 322.17º | 0.29% | 0.62% | - |
| XYZ | 24.7 | 20.78 | 27.91 | - |
| YUV | 129.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 141 | 0 | 0.29 | 0.11 | 0.38 | 322.17 | 0.19 | 0.53 |
| Hex | 9E | 70 | 8D | 0 | 1D | B | 26 | 142 | 13 | 35 |
| Octal | 236 | 160 | 215 | 0 | 35 | 13 | 46 | 502 | 23 | 65 |
| Binary | 10011110 | 1110000 | 10001101 | 0 | 11101 | 1011 | 100110 | 101000010 | 10011 | 110101 |
Color Harmonies of #9E708D
Complementary color
Monochromatic Colors of #9E708D
Black with #9E708D
Text Example
Text Example
White with #9E708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E708D; }
p { color: rgb(158,112,141); }
H1.HeaderClassName
{
color: #9E708D;
}
.AnyTagClassName
{
color: #9E708D;
}
</style>
background-color css
<style>
a { background-color: #9E708D; }
a { background-color: rgb(158,112,141); }
div.DivClassName
{
background-color: #9E708D;
}
.BgClassName
{
background-color: #9E708D;
}
</style>
border-color css
<style>
span { border-color: #9E708D; }
span { border-color: rgb(158,112,141); }
td.TdClassName
{
border-color: #9E708D;
}
.TagClassName
{
border-color: #9E708D;
}
</style>