Shades of Mountbatten Pink #9C7192
Tints of Mountbatten Pink #9C7192
RGB
CMYK
RGB Variations
Color information
#9C7192 (or 0x9C7192) is known color: Mountbatten Pink. HEX triplet: 9C, 71 and 92. RGB value is (156,113,146). Sum of RGB (Red+Green+Blue) = 156+113+146=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7192 is #638E6D. Grayscale: #818181. Windows color (decimal): -6524526 or 9597340. OLE color: 9597340.
HSL color Cylindrical-coordinate representation of color #9C7192: hue angle of 313.95º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7192 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 146 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.39 |
| HSL | 313.95º | 0.18% | 0.53% | - |
| HSV(B) | 313.95º | 0.28% | 0.61% | - |
| XYZ | 24.8 | 20.95 | 29.93 | - |
| YUV | 129.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 146 | 0 | 0.28 | 0.06 | 0.39 | 313.95 | 0.18 | 0.53 |
| Hex | 9C | 71 | 92 | 0 | 1C | 6 | 27 | 13A | 12 | 35 |
| Octal | 234 | 161 | 222 | 0 | 34 | 6 | 47 | 472 | 22 | 65 |
| Binary | 10011100 | 1110001 | 10010010 | 0 | 11100 | 110 | 100111 | 100111010 | 10010 | 110101 |
Color Harmonies of #9C7192
Complementary color
Monochromatic Colors of #9C7192
Black with #9C7192
Text Example
Text Example
White with #9C7192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7192; }
p { color: rgb(156,113,146); }
H1.HeaderClassName
{
color: #9C7192;
}
.AnyTagClassName
{
color: #9C7192;
}
</style>
background-color css
<style>
a { background-color: #9C7192; }
a { background-color: rgb(156,113,146); }
div.DivClassName
{
background-color: #9C7192;
}
.BgClassName
{
background-color: #9C7192;
}
</style>
border-color css
<style>
span { border-color: #9C7192; }
span { border-color: rgb(156,113,146); }
td.TdClassName
{
border-color: #9C7192;
}
.TagClassName
{
border-color: #9C7192;
}
</style>