Shades of Mountbatten Pink #9E7D94
Tints of Mountbatten Pink #9E7D94
RGB
CMYK
RGB Variations
Color information
#9E7D94 (or 0x9E7D94) is known color: Mountbatten Pink. HEX triplet: 9E, 7D and 94. RGB value is (158,125,148). Sum of RGB (Red+Green+Blue) = 158+125+148=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7D94 is #61826B. Grayscale: #898989. Windows color (decimal): -6390380 or 9731486. OLE color: 9731486.
HSL color Cylindrical-coordinate representation of color #9E7D94: hue angle of 318.18º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E7D94 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 148 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.38 |
| HSL | 318.18º | 0.15% | 0.55% | - |
| HSV(B) | 318.18º | 0.21% | 0.62% | - |
| XYZ | 26.78 | 24.07 | 31.25 | - |
| YUV | 137.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 148 | 0 | 0.21 | 0.06 | 0.38 | 318.18 | 0.15 | 0.55 |
| Hex | 9E | 7D | 94 | 0 | 15 | 6 | 26 | 13E | F | 37 |
| Octal | 236 | 175 | 224 | 0 | 25 | 6 | 46 | 476 | 17 | 67 |
| Binary | 10011110 | 1111101 | 10010100 | 0 | 10101 | 110 | 100110 | 100111110 | 1111 | 110111 |
Color Harmonies of #9E7D94
Complementary color
Monochromatic Colors of #9E7D94
Black with #9E7D94
Text Example
Text Example
White with #9E7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D94; }
p { color: rgb(158,125,148); }
H1.HeaderClassName
{
color: #9E7D94;
}
.AnyTagClassName
{
color: #9E7D94;
}
</style>
background-color css
<style>
a { background-color: #9E7D94; }
a { background-color: rgb(158,125,148); }
div.DivClassName
{
background-color: #9E7D94;
}
.BgClassName
{
background-color: #9E7D94;
}
</style>
border-color css
<style>
span { border-color: #9E7D94; }
span { border-color: rgb(158,125,148); }
td.TdClassName
{
border-color: #9E7D94;
}
.TagClassName
{
border-color: #9E7D94;
}
</style>