Shades of Mountbatten Pink #9A6C92
Tints of Mountbatten Pink #9A6C92
RGB
CMYK
RGB Variations
Color information
#9A6C92 (or 0x9A6C92) is known color: Mountbatten Pink. HEX triplet: 9A, 6C and 92. RGB value is (154,108,146). Sum of RGB (Red+Green+Blue) = 154+108+146=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C92 is #65936D. Grayscale: #7D7D7D. Windows color (decimal): -6656878 or 9596058. OLE color: 9596058.
HSL color Cylindrical-coordinate representation of color #9A6C92: hue angle of 310.43º 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 #9A6C92 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 146 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.40 |
| HSL | 310.43º | 0.19% | 0.51% | - |
| HSV(B) | 310.43º | 0.3% | 0.6% | - |
| XYZ | 23.88 | 19.67 | 29.73 | - |
| YUV | 126.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 146 | 0 | 0.30 | 0.05 | 0.40 | 310.43 | 0.19 | 0.51 |
| Hex | 9A | 6C | 92 | 0 | 1E | 5 | 28 | 136 | 13 | 33 |
| Octal | 232 | 154 | 222 | 0 | 36 | 5 | 50 | 466 | 23 | 63 |
| Binary | 10011010 | 1101100 | 10010010 | 0 | 11110 | 101 | 101000 | 100110110 | 10011 | 110011 |
Color Harmonies of #9A6C92
Complementary color
Monochromatic Colors of #9A6C92
Black with #9A6C92
Text Example
Text Example
White with #9A6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C92; }
p { color: rgb(154,108,146); }
H1.HeaderClassName
{
color: #9A6C92;
}
.AnyTagClassName
{
color: #9A6C92;
}
</style>
background-color css
<style>
a { background-color: #9A6C92; }
a { background-color: rgb(154,108,146); }
div.DivClassName
{
background-color: #9A6C92;
}
.BgClassName
{
background-color: #9A6C92;
}
</style>
border-color css
<style>
span { border-color: #9A6C92; }
span { border-color: rgb(154,108,146); }
td.TdClassName
{
border-color: #9A6C92;
}
.TagClassName
{
border-color: #9A6C92;
}
</style>