Shades of Mountbatten Pink #9A7892
Tints of Mountbatten Pink #9A7892
RGB
CMYK
RGB Variations
Color information
#9A7892 (or 0x9A7892) is known color: Mountbatten Pink. HEX triplet: 9A, 78 and 92. RGB value is (154,120,146). Sum of RGB (Red+Green+Blue) = 154+120+146=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7892 is #65876D. Grayscale: #858585. Windows color (decimal): -6653806 or 9599130. OLE color: 9599130.
HSL color Cylindrical-coordinate representation of color #9A7892: hue angle of 314.12º 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 #9A7892 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 146 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.40 |
| HSL | 314.12º | 0.14% | 0.54% | - |
| HSV(B) | 314.12º | 0.22% | 0.6% | - |
| XYZ | 25.23 | 22.38 | 30.18 | - |
| YUV | 133.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 146 | 0 | 0.22 | 0.05 | 0.40 | 314.12 | 0.14 | 0.54 |
| Hex | 9A | 78 | 92 | 0 | 16 | 5 | 28 | 13A | E | 36 |
| Octal | 232 | 170 | 222 | 0 | 26 | 5 | 50 | 472 | 16 | 66 |
| Binary | 10011010 | 1111000 | 10010010 | 0 | 10110 | 101 | 101000 | 100111010 | 1110 | 110110 |
Color Harmonies of #9A7892
Complementary color
Monochromatic Colors of #9A7892
Black with #9A7892
Text Example
Text Example
White with #9A7892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7892; }
p { color: rgb(154,120,146); }
H1.HeaderClassName
{
color: #9A7892;
}
.AnyTagClassName
{
color: #9A7892;
}
</style>
background-color css
<style>
a { background-color: #9A7892; }
a { background-color: rgb(154,120,146); }
div.DivClassName
{
background-color: #9A7892;
}
.BgClassName
{
background-color: #9A7892;
}
</style>
border-color css
<style>
span { border-color: #9A7892; }
span { border-color: rgb(154,120,146); }
td.TdClassName
{
border-color: #9A7892;
}
.TagClassName
{
border-color: #9A7892;
}
</style>