Shades of Mountbatten Pink #9A6C8F
Tints of Mountbatten Pink #9A6C8F
RGB
CMYK
RGB Variations
Color information
#9A6C8F (or 0x9A6C8F) is known color: Mountbatten Pink. HEX triplet: 9A, 6C and 8F. RGB value is (154,108,143). Sum of RGB (Red+Green+Blue) = 154+108+143=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C8F is #659370. Grayscale: #7D7D7D. Windows color (decimal): -6656881 or 9399450. OLE color: 9399450.
HSL color Cylindrical-coordinate representation of color #9A6C8F: hue angle of 314.35º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C8F is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 143 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.40 |
| HSL | 314.35º | 0.19% | 0.51% | - |
| HSV(B) | 314.35º | 0.3% | 0.6% | - |
| XYZ | 23.65 | 19.58 | 28.52 | - |
| YUV | 125.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 143 | 0 | 0.30 | 0.07 | 0.40 | 314.35 | 0.19 | 0.51 |
| Hex | 9A | 6C | 8F | 0 | 1E | 7 | 28 | 13A | 13 | 33 |
| Octal | 232 | 154 | 217 | 0 | 36 | 7 | 50 | 472 | 23 | 63 |
| Binary | 10011010 | 1101100 | 10001111 | 0 | 11110 | 111 | 101000 | 100111010 | 10011 | 110011 |
Color Harmonies of #9A6C8F
Complementary color
Monochromatic Colors of #9A6C8F
Black with #9A6C8F
Text Example
Text Example
White with #9A6C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C8F; }
p { color: rgb(154,108,143); }
H1.HeaderClassName
{
color: #9A6C8F;
}
.AnyTagClassName
{
color: #9A6C8F;
}
</style>
background-color css
<style>
a { background-color: #9A6C8F; }
a { background-color: rgb(154,108,143); }
div.DivClassName
{
background-color: #9A6C8F;
}
.BgClassName
{
background-color: #9A6C8F;
}
</style>
border-color css
<style>
span { border-color: #9A6C8F; }
span { border-color: rgb(154,108,143); }
td.TdClassName
{
border-color: #9A6C8F;
}
.TagClassName
{
border-color: #9A6C8F;
}
</style>