Shades of Mountbatten Pink #9E708C
Tints of Mountbatten Pink #9E708C
RGB
CMYK
RGB Variations
Color information
#9E708C (or 0x9E708C) is known color: Mountbatten Pink. HEX triplet: 9E, 70 and 8C. RGB value is (158,112,140). Sum of RGB (Red+Green+Blue) = 158+112+140=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E708C is #618F73. Grayscale: #808080. Windows color (decimal): -6393716 or 9203870. OLE color: 9203870.
HSL color Cylindrical-coordinate representation of color #9E708C: hue angle of 323.48º 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 #9E708C is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 140 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.38 |
| HSL | 323.48º | 0.19% | 0.53% | - |
| HSV(B) | 323.48º | 0.29% | 0.62% | - |
| XYZ | 24.63 | 20.75 | 27.52 | - |
| YUV | 128.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 140 | 0 | 0.29 | 0.11 | 0.38 | 323.48 | 0.19 | 0.53 |
| Hex | 9E | 70 | 8C | 0 | 1D | B | 26 | 143 | 13 | 35 |
| Octal | 236 | 160 | 214 | 0 | 35 | 13 | 46 | 503 | 23 | 65 |
| Binary | 10011110 | 1110000 | 10001100 | 0 | 11101 | 1011 | 100110 | 101000011 | 10011 | 110101 |
Color Harmonies of #9E708C
Complementary color
Monochromatic Colors of #9E708C
Black with #9E708C
Text Example
Text Example
White with #9E708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E708C; }
p { color: rgb(158,112,140); }
H1.HeaderClassName
{
color: #9E708C;
}
.AnyTagClassName
{
color: #9E708C;
}
</style>
background-color css
<style>
a { background-color: #9E708C; }
a { background-color: rgb(158,112,140); }
div.DivClassName
{
background-color: #9E708C;
}
.BgClassName
{
background-color: #9E708C;
}
</style>
border-color css
<style>
span { border-color: #9E708C; }
span { border-color: rgb(158,112,140); }
td.TdClassName
{
border-color: #9E708C;
}
.TagClassName
{
border-color: #9E708C;
}
</style>