Shades of Mountbatten Pink #9A7589
Tints of Mountbatten Pink #9A7589
RGB
CMYK
RGB Variations
Color information
#9A7589 (or 0x9A7589) is known color: Mountbatten Pink. HEX triplet: 9A, 75 and 89. RGB value is (154,117,137). Sum of RGB (Red+Green+Blue) = 154+117+137=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7589 is #658A76. Grayscale: #828282. Windows color (decimal): -6654583 or 9008538. OLE color: 9008538.
HSL color Cylindrical-coordinate representation of color #9A7589: hue angle of 327.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A7589 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 137 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.40 |
| HSL | 327.57º | 0.15% | 0.53% | - |
| HSV(B) | 327.57º | 0.24% | 0.6% | - |
| XYZ | 24.2 | 21.4 | 26.52 | - |
| YUV | 130.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 137 | 0 | 0.24 | 0.11 | 0.40 | 327.57 | 0.15 | 0.53 |
| Hex | 9A | 75 | 89 | 0 | 18 | B | 28 | 148 | F | 35 |
| Octal | 232 | 165 | 211 | 0 | 30 | 13 | 50 | 510 | 17 | 65 |
| Binary | 10011010 | 1110101 | 10001001 | 0 | 11000 | 1011 | 101000 | 101001000 | 1111 | 110101 |
Color Harmonies of #9A7589
Complementary color
Monochromatic Colors of #9A7589
Black with #9A7589
Text Example
Text Example
White with #9A7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7589; }
p { color: rgb(154,117,137); }
H1.HeaderClassName
{
color: #9A7589;
}
.AnyTagClassName
{
color: #9A7589;
}
</style>
background-color css
<style>
a { background-color: #9A7589; }
a { background-color: rgb(154,117,137); }
div.DivClassName
{
background-color: #9A7589;
}
.BgClassName
{
background-color: #9A7589;
}
</style>
border-color css
<style>
span { border-color: #9A7589; }
span { border-color: rgb(154,117,137); }
td.TdClassName
{
border-color: #9A7589;
}
.TagClassName
{
border-color: #9A7589;
}
</style>