Shades of Mountbatten Pink #9A7A89
Tints of Mountbatten Pink #9A7A89
RGB
CMYK
RGB Variations
Color information
#9A7A89 (or 0x9A7A89) is known color: Mountbatten Pink. HEX triplet: 9A, 7A and 89. RGB value is (154,122,137). Sum of RGB (Red+Green+Blue) = 154+122+137=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7A89 is #658576. Grayscale: #858585. Windows color (decimal): -6653303 or 9009818. OLE color: 9009818.
HSL color Cylindrical-coordinate representation of color #9A7A89: hue angle of 331.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A7A89 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 137 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.40 |
| HSL | 331.88º | 0.14% | 0.54% | - |
| HSV(B) | 331.88º | 0.21% | 0.6% | - |
| XYZ | 24.8 | 22.6 | 26.72 | - |
| YUV | 133.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 137 | 0 | 0.21 | 0.11 | 0.40 | 331.88 | 0.14 | 0.54 |
| Hex | 9A | 7A | 89 | 0 | 15 | B | 28 | 14C | E | 36 |
| Octal | 232 | 172 | 211 | 0 | 25 | 13 | 50 | 514 | 16 | 66 |
| Binary | 10011010 | 1111010 | 10001001 | 0 | 10101 | 1011 | 101000 | 101001100 | 1110 | 110110 |
Color Harmonies of #9A7A89
Complementary color
Monochromatic Colors of #9A7A89
Black with #9A7A89
Text Example
Text Example
White with #9A7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A89; }
p { color: rgb(154,122,137); }
H1.HeaderClassName
{
color: #9A7A89;
}
.AnyTagClassName
{
color: #9A7A89;
}
</style>
background-color css
<style>
a { background-color: #9A7A89; }
a { background-color: rgb(154,122,137); }
div.DivClassName
{
background-color: #9A7A89;
}
.BgClassName
{
background-color: #9A7A89;
}
</style>
border-color css
<style>
span { border-color: #9A7A89; }
span { border-color: rgb(154,122,137); }
td.TdClassName
{
border-color: #9A7A89;
}
.TagClassName
{
border-color: #9A7A89;
}
</style>