Shades of Mountbatten Pink #9E7A8E
Tints of Mountbatten Pink #9E7A8E
RGB
CMYK
RGB Variations
Color information
#9E7A8E (or 0x9E7A8E) is known color: Mountbatten Pink. HEX triplet: 9E, 7A and 8E. RGB value is (158,122,142). Sum of RGB (Red+Green+Blue) = 158+122+142=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7A8E is #618571. Grayscale: #878787. Windows color (decimal): -6391154 or 9337502. OLE color: 9337502.
HSL color Cylindrical-coordinate representation of color #9E7A8E: hue angle of 326.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E7A8E is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 142 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.38 |
| HSL | 326.67º | 0.16% | 0.55% | - |
| HSV(B) | 326.67º | 0.23% | 0.62% | - |
| XYZ | 25.94 | 23.14 | 28.69 | - |
| YUV | 135.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 142 | 0 | 0.23 | 0.10 | 0.38 | 326.67 | 0.16 | 0.55 |
| Hex | 9E | 7A | 8E | 0 | 17 | A | 26 | 147 | 10 | 37 |
| Octal | 236 | 172 | 216 | 0 | 27 | 12 | 46 | 507 | 20 | 67 |
| Binary | 10011110 | 1111010 | 10001110 | 0 | 10111 | 1010 | 100110 | 101000111 | 10000 | 110111 |
Color Harmonies of #9E7A8E
Complementary color
Monochromatic Colors of #9E7A8E
Black with #9E7A8E
Text Example
Text Example
White with #9E7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A8E; }
p { color: rgb(158,122,142); }
H1.HeaderClassName
{
color: #9E7A8E;
}
.AnyTagClassName
{
color: #9E7A8E;
}
</style>
background-color css
<style>
a { background-color: #9E7A8E; }
a { background-color: rgb(158,122,142); }
div.DivClassName
{
background-color: #9E7A8E;
}
.BgClassName
{
background-color: #9E7A8E;
}
</style>
border-color css
<style>
span { border-color: #9E7A8E; }
span { border-color: rgb(158,122,142); }
td.TdClassName
{
border-color: #9E7A8E;
}
.TagClassName
{
border-color: #9E7A8E;
}
</style>