Shades of Mountbatten Pink #9E7588
Tints of Mountbatten Pink #9E7588
RGB
CMYK
RGB Variations
Color information
#9E7588 (or 0x9E7588) is known color: Mountbatten Pink. HEX triplet: 9E, 75 and 88. RGB value is (158,117,136). Sum of RGB (Red+Green+Blue) = 158+117+136=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7588 is #618A77. Grayscale: #838383. Windows color (decimal): -6392440 or 8943006. OLE color: 8943006.
HSL color Cylindrical-coordinate representation of color #9E7588: hue angle of 332.2º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E7588 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 136 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.38 |
| HSL | 332.2º | 0.17% | 0.54% | - |
| HSV(B) | 332.2º | 0.26% | 0.62% | - |
| XYZ | 24.91 | 21.77 | 26.18 | - |
| YUV | 131.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 136 | 0 | 0.26 | 0.14 | 0.38 | 332.2 | 0.17 | 0.54 |
| Hex | 9E | 75 | 88 | 0 | 1A | E | 26 | 14C | 11 | 36 |
| Octal | 236 | 165 | 210 | 0 | 32 | 16 | 46 | 514 | 21 | 66 |
| Binary | 10011110 | 1110101 | 10001000 | 0 | 11010 | 1110 | 100110 | 101001100 | 10001 | 110110 |
Color Harmonies of #9E7588
Complementary color
Monochromatic Colors of #9E7588
Black with #9E7588
Text Example
Text Example
White with #9E7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7588; }
p { color: rgb(158,117,136); }
H1.HeaderClassName
{
color: #9E7588;
}
.AnyTagClassName
{
color: #9E7588;
}
</style>
background-color css
<style>
a { background-color: #9E7588; }
a { background-color: rgb(158,117,136); }
div.DivClassName
{
background-color: #9E7588;
}
.BgClassName
{
background-color: #9E7588;
}
</style>
border-color css
<style>
span { border-color: #9E7588; }
span { border-color: rgb(158,117,136); }
td.TdClassName
{
border-color: #9E7588;
}
.TagClassName
{
border-color: #9E7588;
}
</style>