Shades of Mountbatten Pink #9E7790
Tints of Mountbatten Pink #9E7790
RGB
CMYK
RGB Variations
Color information
#9E7790 (or 0x9E7790) is known color: Mountbatten Pink. HEX triplet: 9E, 77 and 90. RGB value is (158,119,144). Sum of RGB (Red+Green+Blue) = 158+119+144=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7790 is #61886F. Grayscale: #858585. Windows color (decimal): -6391920 or 9467806. OLE color: 9467806.
HSL color Cylindrical-coordinate representation of color #9E7790: hue angle of 321.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E7790 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 144 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.38 |
| HSL | 321.54º | 0.17% | 0.54% | - |
| HSV(B) | 321.54º | 0.25% | 0.62% | - |
| XYZ | 25.73 | 22.48 | 29.37 | - |
| YUV | 133.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 144 | 0 | 0.25 | 0.09 | 0.38 | 321.54 | 0.17 | 0.54 |
| Hex | 9E | 77 | 90 | 0 | 19 | 9 | 26 | 142 | 11 | 36 |
| Octal | 236 | 167 | 220 | 0 | 31 | 11 | 46 | 502 | 21 | 66 |
| Binary | 10011110 | 1110111 | 10010000 | 0 | 11001 | 1001 | 100110 | 101000010 | 10001 | 110110 |
Color Harmonies of #9E7790
Complementary color
Monochromatic Colors of #9E7790
Black with #9E7790
Text Example
Text Example
White with #9E7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7790; }
p { color: rgb(158,119,144); }
H1.HeaderClassName
{
color: #9E7790;
}
.AnyTagClassName
{
color: #9E7790;
}
</style>
background-color css
<style>
a { background-color: #9E7790; }
a { background-color: rgb(158,119,144); }
div.DivClassName
{
background-color: #9E7790;
}
.BgClassName
{
background-color: #9E7790;
}
</style>
border-color css
<style>
span { border-color: #9E7790; }
span { border-color: rgb(158,119,144); }
td.TdClassName
{
border-color: #9E7790;
}
.TagClassName
{
border-color: #9E7790;
}
</style>