Shades of Mountbatten Pink #9A6A90
Tints of Mountbatten Pink #9A6A90
RGB
CMYK
RGB Variations
Color information
#9A6A90 (or 0x9A6A90) is known color: Mountbatten Pink. HEX triplet: 9A, 6A and 90. RGB value is (154,106,144). Sum of RGB (Red+Green+Blue) = 154+106+144=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6A90 is #65956F. Grayscale: #7C7C7C. Windows color (decimal): -6657392 or 9464474. OLE color: 9464474.
HSL color Cylindrical-coordinate representation of color #9A6A90: hue angle of 312.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6A90 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 106 | 144 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.40 |
| HSL | 312.5º | 0.19% | 0.51% | - |
| HSV(B) | 312.5º | 0.31% | 0.6% | - |
| XYZ | 23.51 | 19.19 | 28.85 | - |
| YUV | 124.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 144 | 0 | 0.31 | 0.06 | 0.40 | 312.5 | 0.19 | 0.51 |
| Hex | 9A | 6A | 90 | 0 | 1F | 6 | 28 | 138 | 13 | 33 |
| Octal | 232 | 152 | 220 | 0 | 37 | 6 | 50 | 470 | 23 | 63 |
| Binary | 10011010 | 1101010 | 10010000 | 0 | 11111 | 110 | 101000 | 100111000 | 10011 | 110011 |
Color Harmonies of #9A6A90
Complementary color
Monochromatic Colors of #9A6A90
Black with #9A6A90
Text Example
Text Example
White with #9A6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6A90; }
p { color: rgb(154,106,144); }
H1.HeaderClassName
{
color: #9A6A90;
}
.AnyTagClassName
{
color: #9A6A90;
}
</style>
background-color css
<style>
a { background-color: #9A6A90; }
a { background-color: rgb(154,106,144); }
div.DivClassName
{
background-color: #9A6A90;
}
.BgClassName
{
background-color: #9A6A90;
}
</style>
border-color css
<style>
span { border-color: #9A6A90; }
span { border-color: rgb(154,106,144); }
td.TdClassName
{
border-color: #9A6A90;
}
.TagClassName
{
border-color: #9A6A90;
}
</style>