Shades of Mountbatten Pink #9A7789
Tints of Mountbatten Pink #9A7789
RGB
CMYK
RGB Variations
Color information
#9A7789 (or 0x9A7789) is known color: Mountbatten Pink. HEX triplet: 9A, 77 and 89. RGB value is (154,119,137). Sum of RGB (Red+Green+Blue) = 154+119+137=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7789 is #658876. Grayscale: #838383. Windows color (decimal): -6654071 or 9009050. OLE color: 9009050.
HSL color Cylindrical-coordinate representation of color #9A7789: hue angle of 329.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A7789 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 137 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.40 |
| HSL | 329.14º | 0.15% | 0.54% | - |
| HSV(B) | 329.14º | 0.23% | 0.6% | - |
| XYZ | 24.44 | 21.87 | 26.6 | - |
| YUV | 131.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 137 | 0 | 0.23 | 0.11 | 0.40 | 329.14 | 0.15 | 0.54 |
| Hex | 9A | 77 | 89 | 0 | 17 | B | 28 | 149 | F | 36 |
| Octal | 232 | 167 | 211 | 0 | 27 | 13 | 50 | 511 | 17 | 66 |
| Binary | 10011010 | 1110111 | 10001001 | 0 | 10111 | 1011 | 101000 | 101001001 | 1111 | 110110 |
Color Harmonies of #9A7789
Complementary color
Monochromatic Colors of #9A7789
Black with #9A7789
Text Example
Text Example
White with #9A7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7789; }
p { color: rgb(154,119,137); }
H1.HeaderClassName
{
color: #9A7789;
}
.AnyTagClassName
{
color: #9A7789;
}
</style>
background-color css
<style>
a { background-color: #9A7789; }
a { background-color: rgb(154,119,137); }
div.DivClassName
{
background-color: #9A7789;
}
.BgClassName
{
background-color: #9A7789;
}
</style>
border-color css
<style>
span { border-color: #9A7789; }
span { border-color: rgb(154,119,137); }
td.TdClassName
{
border-color: #9A7789;
}
.TagClassName
{
border-color: #9A7789;
}
</style>