Shades of Mountbatten Pink #9E738E
Tints of Mountbatten Pink #9E738E
RGB
CMYK
RGB Variations
Color information
#9E738E (or 0x9E738E) is known color: Mountbatten Pink. HEX triplet: 9E, 73 and 8E. RGB value is (158,115,142). Sum of RGB (Red+Green+Blue) = 158+115+142=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E738E is #618C71. Grayscale: #828282. Windows color (decimal): -6392946 or 9335710. OLE color: 9335710.
HSL color Cylindrical-coordinate representation of color #9E738E: hue angle of 322.33º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E738E is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 142 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.38 |
| HSL | 322.33º | 0.18% | 0.54% | - |
| HSV(B) | 322.33º | 0.27% | 0.62% | - |
| XYZ | 25.11 | 21.48 | 28.41 | - |
| YUV | 130.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 142 | 0 | 0.27 | 0.10 | 0.38 | 322.33 | 0.18 | 0.54 |
| Hex | 9E | 73 | 8E | 0 | 1B | A | 26 | 142 | 12 | 36 |
| Octal | 236 | 163 | 216 | 0 | 33 | 12 | 46 | 502 | 22 | 66 |
| Binary | 10011110 | 1110011 | 10001110 | 0 | 11011 | 1010 | 100110 | 101000010 | 10010 | 110110 |
Color Harmonies of #9E738E
Complementary color
Monochromatic Colors of #9E738E
Black with #9E738E
Text Example
Text Example
White with #9E738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E738E; }
p { color: rgb(158,115,142); }
H1.HeaderClassName
{
color: #9E738E;
}
.AnyTagClassName
{
color: #9E738E;
}
</style>
background-color css
<style>
a { background-color: #9E738E; }
a { background-color: rgb(158,115,142); }
div.DivClassName
{
background-color: #9E738E;
}
.BgClassName
{
background-color: #9E738E;
}
</style>
border-color css
<style>
span { border-color: #9E738E; }
span { border-color: rgb(158,115,142); }
td.TdClassName
{
border-color: #9E738E;
}
.TagClassName
{
border-color: #9E738E;
}
</style>