Shades of Mountbatten Pink #9C6A8E
Tints of Mountbatten Pink #9C6A8E
RGB
CMYK
RGB Variations
Color information
#9C6A8E (or 0x9C6A8E) is known color: Mountbatten Pink. HEX triplet: 9C, 6A and 8E. RGB value is (156,106,142). Sum of RGB (Red+Green+Blue) = 156+106+142=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6A8E is #639571. Grayscale: #7C7C7C. Windows color (decimal): -6526322 or 9333404. OLE color: 9333404.
HSL color Cylindrical-coordinate representation of color #9C6A8E: hue angle of 316.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C6A8E is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 142 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.39 |
| HSL | 316.8º | 0.2% | 0.51% | - |
| HSV(B) | 316.8º | 0.32% | 0.61% | - |
| XYZ | 23.75 | 19.33 | 28.07 | - |
| YUV | 125.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 142 | 0 | 0.32 | 0.09 | 0.39 | 316.8 | 0.2 | 0.51 |
| Hex | 9C | 6A | 8E | 0 | 20 | 9 | 27 | 13D | 14 | 33 |
| Octal | 234 | 152 | 216 | 0 | 40 | 11 | 47 | 475 | 24 | 63 |
| Binary | 10011100 | 1101010 | 10001110 | 0 | 100000 | 1001 | 100111 | 100111101 | 10100 | 110011 |
Color Harmonies of #9C6A8E
Complementary color
Monochromatic Colors of #9C6A8E
Black with #9C6A8E
Text Example
Text Example
White with #9C6A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A8E; }
p { color: rgb(156,106,142); }
H1.HeaderClassName
{
color: #9C6A8E;
}
.AnyTagClassName
{
color: #9C6A8E;
}
</style>
background-color css
<style>
a { background-color: #9C6A8E; }
a { background-color: rgb(156,106,142); }
div.DivClassName
{
background-color: #9C6A8E;
}
.BgClassName
{
background-color: #9C6A8E;
}
</style>
border-color css
<style>
span { border-color: #9C6A8E; }
span { border-color: rgb(156,106,142); }
td.TdClassName
{
border-color: #9C6A8E;
}
.TagClassName
{
border-color: #9C6A8E;
}
</style>