Shades of Mountbatten Pink #9A7A8D
Tints of Mountbatten Pink #9A7A8D
RGB
CMYK
RGB Variations
Color information
#9A7A8D (or 0x9A7A8D) is known color: Mountbatten Pink. HEX triplet: 9A, 7A and 8D. RGB value is (154,122,141). Sum of RGB (Red+Green+Blue) = 154+122+141=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7A8D is #658572. Grayscale: #858585. Windows color (decimal): -6653299 or 9271962. OLE color: 9271962.
HSL color Cylindrical-coordinate representation of color #9A7A8D: hue angle of 324.38º 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 #9A7A8D is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 141 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.40 |
| HSL | 324.38º | 0.14% | 0.54% | - |
| HSV(B) | 324.38º | 0.21% | 0.6% | - |
| XYZ | 25.09 | 22.71 | 28.26 | - |
| YUV | 133.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 141 | 0 | 0.21 | 0.08 | 0.40 | 324.38 | 0.14 | 0.54 |
| Hex | 9A | 7A | 8D | 0 | 15 | 8 | 28 | 144 | E | 36 |
| Octal | 232 | 172 | 215 | 0 | 25 | 10 | 50 | 504 | 16 | 66 |
| Binary | 10011010 | 1111010 | 10001101 | 0 | 10101 | 1000 | 101000 | 101000100 | 1110 | 110110 |
Color Harmonies of #9A7A8D
Complementary color
Monochromatic Colors of #9A7A8D
Black with #9A7A8D
Text Example
Text Example
White with #9A7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A8D; }
p { color: rgb(154,122,141); }
H1.HeaderClassName
{
color: #9A7A8D;
}
.AnyTagClassName
{
color: #9A7A8D;
}
</style>
background-color css
<style>
a { background-color: #9A7A8D; }
a { background-color: rgb(154,122,141); }
div.DivClassName
{
background-color: #9A7A8D;
}
.BgClassName
{
background-color: #9A7A8D;
}
</style>
border-color css
<style>
span { border-color: #9A7A8D; }
span { border-color: rgb(154,122,141); }
td.TdClassName
{
border-color: #9A7A8D;
}
.TagClassName
{
border-color: #9A7A8D;
}
</style>