Shades of Mountbatten Pink #9E708B
Tints of Mountbatten Pink #9E708B
RGB
CMYK
RGB Variations
Color information
#9E708B (or 0x9E708B) is known color: Mountbatten Pink. HEX triplet: 9E, 70 and 8B. RGB value is (158,112,139). Sum of RGB (Red+Green+Blue) = 158+112+139=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E708B is #618F74. Grayscale: #808080. Windows color (decimal): -6393717 or 9138334. OLE color: 9138334.
HSL color Cylindrical-coordinate representation of color #9E708B: hue angle of 324.78º 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 #9E708B is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 139 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.38 |
| HSL | 324.78º | 0.19% | 0.53% | - |
| HSV(B) | 324.78º | 0.29% | 0.62% | - |
| XYZ | 24.55 | 20.72 | 27.13 | - |
| YUV | 128.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 139 | 0 | 0.29 | 0.12 | 0.38 | 324.78 | 0.19 | 0.53 |
| Hex | 9E | 70 | 8B | 0 | 1D | C | 26 | 145 | 13 | 35 |
| Octal | 236 | 160 | 213 | 0 | 35 | 14 | 46 | 505 | 23 | 65 |
| Binary | 10011110 | 1110000 | 10001011 | 0 | 11101 | 1100 | 100110 | 101000101 | 10011 | 110101 |
Color Harmonies of #9E708B
Complementary color
Monochromatic Colors of #9E708B
Black with #9E708B
Text Example
Text Example
White with #9E708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E708B; }
p { color: rgb(158,112,139); }
H1.HeaderClassName
{
color: #9E708B;
}
.AnyTagClassName
{
color: #9E708B;
}
</style>
background-color css
<style>
a { background-color: #9E708B; }
a { background-color: rgb(158,112,139); }
div.DivClassName
{
background-color: #9E708B;
}
.BgClassName
{
background-color: #9E708B;
}
</style>
border-color css
<style>
span { border-color: #9E708B; }
span { border-color: rgb(158,112,139); }
td.TdClassName
{
border-color: #9E708B;
}
.TagClassName
{
border-color: #9E708B;
}
</style>