Shades of Mountbatten Pink #9A7289
Tints of Mountbatten Pink #9A7289
RGB
CMYK
RGB Variations
Color information
#9A7289 (or 0x9A7289) is known color: Mountbatten Pink. HEX triplet: 9A, 72 and 89. RGB value is (154,114,137). Sum of RGB (Red+Green+Blue) = 154+114+137=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7289 is #658D76. Grayscale: #808080. Windows color (decimal): -6655351 or 9007770. OLE color: 9007770.
HSL color Cylindrical-coordinate representation of color #9A7289: hue angle of 325.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A7289 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 137 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.40 |
| HSL | 325.5º | 0.17% | 0.53% | - |
| HSV(B) | 325.5º | 0.26% | 0.6% | - |
| XYZ | 23.86 | 20.71 | 26.41 | - |
| YUV | 128.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 137 | 0 | 0.26 | 0.11 | 0.40 | 325.5 | 0.17 | 0.53 |
| Hex | 9A | 72 | 89 | 0 | 1A | B | 28 | 146 | 11 | 35 |
| Octal | 232 | 162 | 211 | 0 | 32 | 13 | 50 | 506 | 21 | 65 |
| Binary | 10011010 | 1110010 | 10001001 | 0 | 11010 | 1011 | 101000 | 101000110 | 10001 | 110101 |
Color Harmonies of #9A7289
Complementary color
Monochromatic Colors of #9A7289
Black with #9A7289
Text Example
Text Example
White with #9A7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7289; }
p { color: rgb(154,114,137); }
H1.HeaderClassName
{
color: #9A7289;
}
.AnyTagClassName
{
color: #9A7289;
}
</style>
background-color css
<style>
a { background-color: #9A7289; }
a { background-color: rgb(154,114,137); }
div.DivClassName
{
background-color: #9A7289;
}
.BgClassName
{
background-color: #9A7289;
}
</style>
border-color css
<style>
span { border-color: #9A7289; }
span { border-color: rgb(154,114,137); }
td.TdClassName
{
border-color: #9A7289;
}
.TagClassName
{
border-color: #9A7289;
}
</style>