Shades of Mountbatten Pink #9A7A92
Tints of Mountbatten Pink #9A7A92
RGB
CMYK
RGB Variations
Color information
#9A7A92 (or 0x9A7A92) is known color: Mountbatten Pink. HEX triplet: 9A, 7A and 92. RGB value is (154,122,146). Sum of RGB (Red+Green+Blue) = 154+122+146=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7A92 is #65856D. Grayscale: #868686. Windows color (decimal): -6653294 or 9599642. OLE color: 9599642.
HSL color Cylindrical-coordinate representation of color #9A7A92: hue angle of 315º 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 #9A7A92 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 146 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.40 |
| HSL | 315º | 0.14% | 0.54% | - |
| HSV(B) | 315º | 0.21% | 0.6% | - |
| XYZ | 25.47 | 22.86 | 30.26 | - |
| YUV | 134.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 146 | 0 | 0.21 | 0.05 | 0.40 | 315 | 0.14 | 0.54 |
| Hex | 9A | 7A | 92 | 0 | 15 | 5 | 28 | 13B | E | 36 |
| Octal | 232 | 172 | 222 | 0 | 25 | 5 | 50 | 473 | 16 | 66 |
| Binary | 10011010 | 1111010 | 10010010 | 0 | 10101 | 101 | 101000 | 100111011 | 1110 | 110110 |
Color Harmonies of #9A7A92
Complementary color
Monochromatic Colors of #9A7A92
Black with #9A7A92
Text Example
Text Example
White with #9A7A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A92; }
p { color: rgb(154,122,146); }
H1.HeaderClassName
{
color: #9A7A92;
}
.AnyTagClassName
{
color: #9A7A92;
}
</style>
background-color css
<style>
a { background-color: #9A7A92; }
a { background-color: rgb(154,122,146); }
div.DivClassName
{
background-color: #9A7A92;
}
.BgClassName
{
background-color: #9A7A92;
}
</style>
border-color css
<style>
span { border-color: #9A7A92; }
span { border-color: rgb(154,122,146); }
td.TdClassName
{
border-color: #9A7A92;
}
.TagClassName
{
border-color: #9A7A92;
}
</style>