Shades of Mountbatten Pink #9A7A88
Tints of Mountbatten Pink #9A7A88
RGB
CMYK
RGB Variations
Color information
#9A7A88 (or 0x9A7A88) is known color: Mountbatten Pink. HEX triplet: 9A, 7A and 88. RGB value is (154,122,136). Sum of RGB (Red+Green+Blue) = 154+122+136=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7A88 is #658577. Grayscale: #858585. Windows color (decimal): -6653304 or 8944282. OLE color: 8944282.
HSL color Cylindrical-coordinate representation of color #9A7A88: hue angle of 333.75º 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 #9A7A88 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 136 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.40 |
| HSL | 333.75º | 0.14% | 0.54% | - |
| HSV(B) | 333.75º | 0.21% | 0.6% | - |
| XYZ | 24.73 | 22.57 | 26.34 | - |
| YUV | 133.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 136 | 0 | 0.21 | 0.12 | 0.40 | 333.75 | 0.14 | 0.54 |
| Hex | 9A | 7A | 88 | 0 | 15 | C | 28 | 14E | E | 36 |
| Octal | 232 | 172 | 210 | 0 | 25 | 14 | 50 | 516 | 16 | 66 |
| Binary | 10011010 | 1111010 | 10001000 | 0 | 10101 | 1100 | 101000 | 101001110 | 1110 | 110110 |
Color Harmonies of #9A7A88
Complementary color
Monochromatic Colors of #9A7A88
Black with #9A7A88
Text Example
Text Example
White with #9A7A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A88; }
p { color: rgb(154,122,136); }
H1.HeaderClassName
{
color: #9A7A88;
}
.AnyTagClassName
{
color: #9A7A88;
}
</style>
background-color css
<style>
a { background-color: #9A7A88; }
a { background-color: rgb(154,122,136); }
div.DivClassName
{
background-color: #9A7A88;
}
.BgClassName
{
background-color: #9A7A88;
}
</style>
border-color css
<style>
span { border-color: #9A7A88; }
span { border-color: rgb(154,122,136); }
td.TdClassName
{
border-color: #9A7A88;
}
.TagClassName
{
border-color: #9A7A88;
}
</style>