Shades of Mountbatten Pink #9E7C90
Tints of Mountbatten Pink #9E7C90
RGB
CMYK
RGB Variations
Color information
#9E7C90 (or 0x9E7C90) is known color: Mountbatten Pink. HEX triplet: 9E, 7C and 90. RGB value is (158,124,144). Sum of RGB (Red+Green+Blue) = 158+124+144=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7C90 is #61836F. Grayscale: #888888. Windows color (decimal): -6390640 or 9469086. OLE color: 9469086.
HSL color Cylindrical-coordinate representation of color #9E7C90: hue angle of 324.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E7C90 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 124 | 144 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.38 |
| HSL | 324.71º | 0.15% | 0.55% | - |
| HSV(B) | 324.71º | 0.22% | 0.62% | - |
| XYZ | 26.34 | 23.7 | 29.57 | - |
| YUV | 136.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 144 | 0 | 0.22 | 0.09 | 0.38 | 324.71 | 0.15 | 0.55 |
| Hex | 9E | 7C | 90 | 0 | 16 | 9 | 26 | 145 | F | 37 |
| Octal | 236 | 174 | 220 | 0 | 26 | 11 | 46 | 505 | 17 | 67 |
| Binary | 10011110 | 1111100 | 10010000 | 0 | 10110 | 1001 | 100110 | 101000101 | 1111 | 110111 |
Color Harmonies of #9E7C90
Complementary color
Monochromatic Colors of #9E7C90
Black with #9E7C90
Text Example
Text Example
White with #9E7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7C90; }
p { color: rgb(158,124,144); }
H1.HeaderClassName
{
color: #9E7C90;
}
.AnyTagClassName
{
color: #9E7C90;
}
</style>
background-color css
<style>
a { background-color: #9E7C90; }
a { background-color: rgb(158,124,144); }
div.DivClassName
{
background-color: #9E7C90;
}
.BgClassName
{
background-color: #9E7C90;
}
</style>
border-color css
<style>
span { border-color: #9E7C90; }
span { border-color: rgb(158,124,144); }
td.TdClassName
{
border-color: #9E7C90;
}
.TagClassName
{
border-color: #9E7C90;
}
</style>