Shades of Mountbatten Pink #9A7489
Tints of Mountbatten Pink #9A7489
RGB
CMYK
RGB Variations
Color information
#9A7489 (or 0x9A7489) is known color: Mountbatten Pink. HEX triplet: 9A, 74 and 89. RGB value is (154,116,137). Sum of RGB (Red+Green+Blue) = 154+116+137=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7489 is #658B76. Grayscale: #818181. Windows color (decimal): -6654839 or 9008282. OLE color: 9008282.
HSL color Cylindrical-coordinate representation of color #9A7489: hue angle of 326.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A7489 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 116 | 137 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.40 |
| HSL | 326.84º | 0.16% | 0.53% | - |
| HSV(B) | 326.84º | 0.25% | 0.6% | - |
| XYZ | 24.09 | 21.17 | 26.48 | - |
| YUV | 129.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 137 | 0 | 0.25 | 0.11 | 0.40 | 326.84 | 0.16 | 0.53 |
| Hex | 9A | 74 | 89 | 0 | 19 | B | 28 | 147 | 10 | 35 |
| Octal | 232 | 164 | 211 | 0 | 31 | 13 | 50 | 507 | 20 | 65 |
| Binary | 10011010 | 1110100 | 10001001 | 0 | 11001 | 1011 | 101000 | 101000111 | 10000 | 110101 |
Color Harmonies of #9A7489
Complementary color
Monochromatic Colors of #9A7489
Black with #9A7489
Text Example
Text Example
White with #9A7489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7489; }
p { color: rgb(154,116,137); }
H1.HeaderClassName
{
color: #9A7489;
}
.AnyTagClassName
{
color: #9A7489;
}
</style>
background-color css
<style>
a { background-color: #9A7489; }
a { background-color: rgb(154,116,137); }
div.DivClassName
{
background-color: #9A7489;
}
.BgClassName
{
background-color: #9A7489;
}
</style>
border-color css
<style>
span { border-color: #9A7489; }
span { border-color: rgb(154,116,137); }
td.TdClassName
{
border-color: #9A7489;
}
.TagClassName
{
border-color: #9A7489;
}
</style>