Shades of Mountbatten Pink #9A7A8F
Tints of Mountbatten Pink #9A7A8F
RGB
CMYK
RGB Variations
Color information
#9A7A8F (or 0x9A7A8F) is known color: Mountbatten Pink. HEX triplet: 9A, 7A and 8F. RGB value is (154,122,143). Sum of RGB (Red+Green+Blue) = 154+122+143=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7A8F is #658570. Grayscale: #858585. Windows color (decimal): -6653297 or 9403034. OLE color: 9403034.
HSL color Cylindrical-coordinate representation of color #9A7A8F: hue angle of 320.62º 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 #9A7A8F is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 143 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.40 |
| HSL | 320.63º | 0.14% | 0.54% | - |
| HSV(B) | 320.63º | 0.21% | 0.6% | - |
| XYZ | 25.24 | 22.77 | 29.05 | - |
| YUV | 133.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 143 | 0 | 0.21 | 0.07 | 0.40 | 320.63 | 0.14 | 0.54 |
| Hex | 9A | 7A | 8F | 0 | 15 | 7 | 28 | 141 | E | 36 |
| Octal | 232 | 172 | 217 | 0 | 25 | 7 | 50 | 501 | 16 | 66 |
| Binary | 10011010 | 1111010 | 10001111 | 0 | 10101 | 111 | 101000 | 101000001 | 1110 | 110110 |
Color Harmonies of #9A7A8F
Complementary color
Monochromatic Colors of #9A7A8F
Black with #9A7A8F
Text Example
Text Example
White with #9A7A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A8F; }
p { color: rgb(154,122,143); }
H1.HeaderClassName
{
color: #9A7A8F;
}
.AnyTagClassName
{
color: #9A7A8F;
}
</style>
background-color css
<style>
a { background-color: #9A7A8F; }
a { background-color: rgb(154,122,143); }
div.DivClassName
{
background-color: #9A7A8F;
}
.BgClassName
{
background-color: #9A7A8F;
}
</style>
border-color css
<style>
span { border-color: #9A7A8F; }
span { border-color: rgb(154,122,143); }
td.TdClassName
{
border-color: #9A7A8F;
}
.TagClassName
{
border-color: #9A7A8F;
}
</style>