Shades of Mountbatten Pink #9A6990
Tints of Mountbatten Pink #9A6990
RGB
CMYK
RGB Variations
Color information
#9A6990 (or 0x9A6990) is known color: Mountbatten Pink. HEX triplet: 9A, 69 and 90. RGB value is (154,105,144). Sum of RGB (Red+Green+Blue) = 154+105+144=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6990 is #65966F. Grayscale: #7B7B7B. Windows color (decimal): -6657648 or 9464218. OLE color: 9464218.
HSL color Cylindrical-coordinate representation of color #9A6990: hue angle of 312.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A6990 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 144 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.40 |
| HSL | 312.24º | 0.2% | 0.51% | - |
| HSV(B) | 312.24º | 0.32% | 0.6% | - |
| XYZ | 23.41 | 18.99 | 28.82 | - |
| YUV | 124.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 144 | 0 | 0.32 | 0.06 | 0.40 | 312.24 | 0.2 | 0.51 |
| Hex | 9A | 69 | 90 | 0 | 20 | 6 | 28 | 138 | 14 | 33 |
| Octal | 232 | 151 | 220 | 0 | 40 | 6 | 50 | 470 | 24 | 63 |
| Binary | 10011010 | 1101001 | 10010000 | 0 | 100000 | 110 | 101000 | 100111000 | 10100 | 110011 |
Color Harmonies of #9A6990
Complementary color
Monochromatic Colors of #9A6990
Black with #9A6990
Text Example
Text Example
White with #9A6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6990; }
p { color: rgb(154,105,144); }
H1.HeaderClassName
{
color: #9A6990;
}
.AnyTagClassName
{
color: #9A6990;
}
</style>
background-color css
<style>
a { background-color: #9A6990; }
a { background-color: rgb(154,105,144); }
div.DivClassName
{
background-color: #9A6990;
}
.BgClassName
{
background-color: #9A6990;
}
</style>
border-color css
<style>
span { border-color: #9A6990; }
span { border-color: rgb(154,105,144); }
td.TdClassName
{
border-color: #9A6990;
}
.TagClassName
{
border-color: #9A6990;
}
</style>