Shades of Mountbatten Pink #9A7890
Tints of Mountbatten Pink #9A7890
RGB
CMYK
RGB Variations
Color information
#9A7890 (or 0x9A7890) is known color: Mountbatten Pink. HEX triplet: 9A, 78 and 90. RGB value is (154,120,144). Sum of RGB (Red+Green+Blue) = 154+120+144=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7890 is #65876F. Grayscale: #848484. Windows color (decimal): -6653808 or 9468058. OLE color: 9468058.
HSL color Cylindrical-coordinate representation of color #9A7890: hue angle of 317.65º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A7890 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 144 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.40 |
| HSL | 317.65º | 0.14% | 0.54% | - |
| HSV(B) | 317.65º | 0.22% | 0.6% | - |
| XYZ | 25.08 | 22.32 | 29.37 | - |
| YUV | 132.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 144 | 0 | 0.22 | 0.06 | 0.40 | 317.65 | 0.14 | 0.54 |
| Hex | 9A | 78 | 90 | 0 | 16 | 6 | 28 | 13E | E | 36 |
| Octal | 232 | 170 | 220 | 0 | 26 | 6 | 50 | 476 | 16 | 66 |
| Binary | 10011010 | 1111000 | 10010000 | 0 | 10110 | 110 | 101000 | 100111110 | 1110 | 110110 |
Color Harmonies of #9A7890
Complementary color
Monochromatic Colors of #9A7890
Black with #9A7890
Text Example
Text Example
White with #9A7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7890; }
p { color: rgb(154,120,144); }
H1.HeaderClassName
{
color: #9A7890;
}
.AnyTagClassName
{
color: #9A7890;
}
</style>
background-color css
<style>
a { background-color: #9A7890; }
a { background-color: rgb(154,120,144); }
div.DivClassName
{
background-color: #9A7890;
}
.BgClassName
{
background-color: #9A7890;
}
</style>
border-color css
<style>
span { border-color: #9A7890; }
span { border-color: rgb(154,120,144); }
td.TdClassName
{
border-color: #9A7890;
}
.TagClassName
{
border-color: #9A7890;
}
</style>