Shades of Mountbatten Pink #9C7193
Tints of Mountbatten Pink #9C7193
RGB
CMYK
RGB Variations
Color information
#9C7193 (or 0x9C7193) is known color: Mountbatten Pink. HEX triplet: 9C, 71 and 93. RGB value is (156,113,147). Sum of RGB (Red+Green+Blue) = 156+113+147=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7193 is #638E6C. Grayscale: #818181. Windows color (decimal): -6524525 or 9662876. OLE color: 9662876.
HSL color Cylindrical-coordinate representation of color #9C7193: hue angle of 312.56º 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 #9C7193 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 147 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.39 |
| HSL | 312.56º | 0.18% | 0.53% | - |
| HSV(B) | 312.56º | 0.28% | 0.61% | - |
| XYZ | 24.88 | 20.98 | 30.34 | - |
| YUV | 129.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 147 | 0 | 0.28 | 0.06 | 0.39 | 312.56 | 0.18 | 0.53 |
| Hex | 9C | 71 | 93 | 0 | 1C | 6 | 27 | 139 | 12 | 35 |
| Octal | 234 | 161 | 223 | 0 | 34 | 6 | 47 | 471 | 22 | 65 |
| Binary | 10011100 | 1110001 | 10010011 | 0 | 11100 | 110 | 100111 | 100111001 | 10010 | 110101 |
Color Harmonies of #9C7193
Complementary color
Monochromatic Colors of #9C7193
Black with #9C7193
Text Example
Text Example
White with #9C7193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7193; }
p { color: rgb(156,113,147); }
H1.HeaderClassName
{
color: #9C7193;
}
.AnyTagClassName
{
color: #9C7193;
}
</style>
background-color css
<style>
a { background-color: #9C7193; }
a { background-color: rgb(156,113,147); }
div.DivClassName
{
background-color: #9C7193;
}
.BgClassName
{
background-color: #9C7193;
}
</style>
border-color css
<style>
span { border-color: #9C7193; }
span { border-color: rgb(156,113,147); }
td.TdClassName
{
border-color: #9C7193;
}
.TagClassName
{
border-color: #9C7193;
}
</style>