Shades of Mountbatten Pink #9C6E92
Tints of Mountbatten Pink #9C6E92
RGB
CMYK
RGB Variations
Color information
#9C6E92 (or 0x9C6E92) is known color: Mountbatten Pink. HEX triplet: 9C, 6E and 92. RGB value is (156,110,146). Sum of RGB (Red+Green+Blue) = 156+110+146=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6E92 is #63916D. Grayscale: #7F7F7F. Windows color (decimal): -6525294 or 9596572. OLE color: 9596572.
HSL color Cylindrical-coordinate representation of color #9C6E92: hue angle of 313.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C6E92 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 110 | 146 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.39 |
| HSL | 313.04º | 0.19% | 0.52% | - |
| HSV(B) | 313.04º | 0.29% | 0.61% | - |
| XYZ | 24.47 | 20.3 | 29.82 | - |
| YUV | 127.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 146 | 0 | 0.29 | 0.06 | 0.39 | 313.04 | 0.19 | 0.52 |
| Hex | 9C | 6E | 92 | 0 | 1D | 6 | 27 | 139 | 13 | 34 |
| Octal | 234 | 156 | 222 | 0 | 35 | 6 | 47 | 471 | 23 | 64 |
| Binary | 10011100 | 1101110 | 10010010 | 0 | 11101 | 110 | 100111 | 100111001 | 10011 | 110100 |
Color Harmonies of #9C6E92
Complementary color
Monochromatic Colors of #9C6E92
Black with #9C6E92
Text Example
Text Example
White with #9C6E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6E92; }
p { color: rgb(156,110,146); }
H1.HeaderClassName
{
color: #9C6E92;
}
.AnyTagClassName
{
color: #9C6E92;
}
</style>
background-color css
<style>
a { background-color: #9C6E92; }
a { background-color: rgb(156,110,146); }
div.DivClassName
{
background-color: #9C6E92;
}
.BgClassName
{
background-color: #9C6E92;
}
</style>
border-color css
<style>
span { border-color: #9C6E92; }
span { border-color: rgb(156,110,146); }
td.TdClassName
{
border-color: #9C6E92;
}
.TagClassName
{
border-color: #9C6E92;
}
</style>