Shades of Mountbatten Pink #9E6590
Tints of Mountbatten Pink #9E6590
RGB
CMYK
RGB Variations
Color information
#9E6590 (or 0x9E6590) is known color: Mountbatten Pink. HEX triplet: 9E, 65 and 90. RGB value is (158,101,144). Sum of RGB (Red+Green+Blue) = 158+101+144=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6590 is #619A6F. Grayscale: #7A7A7A. Windows color (decimal): -6396528 or 9463198. OLE color: 9463198.
HSL color Cylindrical-coordinate representation of color #9E6590: hue angle of 314.74º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E6590 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 144 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.38 |
| HSL | 314.74º | 0.23% | 0.51% | - |
| HSV(B) | 314.74º | 0.36% | 0.62% | - |
| XYZ | 23.79 | 18.59 | 28.72 | - |
| YUV | 122.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 144 | 0 | 0.36 | 0.09 | 0.38 | 314.74 | 0.23 | 0.51 |
| Hex | 9E | 65 | 90 | 0 | 24 | 9 | 26 | 13B | 17 | 33 |
| Octal | 236 | 145 | 220 | 0 | 44 | 11 | 46 | 473 | 27 | 63 |
| Binary | 10011110 | 1100101 | 10010000 | 0 | 100100 | 1001 | 100110 | 100111011 | 10111 | 110011 |
Color Harmonies of #9E6590
Complementary color
Monochromatic Colors of #9E6590
Black with #9E6590
Text Example
Text Example
White with #9E6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6590; }
p { color: rgb(158,101,144); }
H1.HeaderClassName
{
color: #9E6590;
}
.AnyTagClassName
{
color: #9E6590;
}
</style>
background-color css
<style>
a { background-color: #9E6590; }
a { background-color: rgb(158,101,144); }
div.DivClassName
{
background-color: #9E6590;
}
.BgClassName
{
background-color: #9E6590;
}
</style>
border-color css
<style>
span { border-color: #9E6590; }
span { border-color: rgb(158,101,144); }
td.TdClassName
{
border-color: #9E6590;
}
.TagClassName
{
border-color: #9E6590;
}
</style>