Shades of Mountbatten Pink #9E758E
Tints of Mountbatten Pink #9E758E
RGB
CMYK
RGB Variations
Color information
#9E758E (or 0x9E758E) is known color: Mountbatten Pink. HEX triplet: 9E, 75 and 8E. RGB value is (158,117,142). Sum of RGB (Red+Green+Blue) = 158+117+142=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E758E is #618A71. Grayscale: #848484. Windows color (decimal): -6392434 or 9336222. OLE color: 9336222.
HSL color Cylindrical-coordinate representation of color #9E758E: hue angle of 323.41º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E758E is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 142 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.38 |
| HSL | 323.41º | 0.17% | 0.54% | - |
| HSV(B) | 323.41º | 0.26% | 0.62% | - |
| XYZ | 25.34 | 21.94 | 28.49 | - |
| YUV | 132.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 142 | 0 | 0.26 | 0.10 | 0.38 | 323.41 | 0.17 | 0.54 |
| Hex | 9E | 75 | 8E | 0 | 1A | A | 26 | 143 | 11 | 36 |
| Octal | 236 | 165 | 216 | 0 | 32 | 12 | 46 | 503 | 21 | 66 |
| Binary | 10011110 | 1110101 | 10001110 | 0 | 11010 | 1010 | 100110 | 101000011 | 10001 | 110110 |
Color Harmonies of #9E758E
Complementary color
Monochromatic Colors of #9E758E
Black with #9E758E
Text Example
Text Example
White with #9E758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E758E; }
p { color: rgb(158,117,142); }
H1.HeaderClassName
{
color: #9E758E;
}
.AnyTagClassName
{
color: #9E758E;
}
</style>
background-color css
<style>
a { background-color: #9E758E; }
a { background-color: rgb(158,117,142); }
div.DivClassName
{
background-color: #9E758E;
}
.BgClassName
{
background-color: #9E758E;
}
</style>
border-color css
<style>
span { border-color: #9E758E; }
span { border-color: rgb(158,117,142); }
td.TdClassName
{
border-color: #9E758E;
}
.TagClassName
{
border-color: #9E758E;
}
</style>