Shades of Mountbatten Pink #9C7188
Tints of Mountbatten Pink #9C7188
RGB
CMYK
RGB Variations
Color information
#9C7188 (or 0x9C7188) is known color: Mountbatten Pink. HEX triplet: 9C, 71 and 88. RGB value is (156,113,136). Sum of RGB (Red+Green+Blue) = 156+113+136=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7188 is #638E77. Grayscale: #808080. Windows color (decimal): -6524536 or 8941980. OLE color: 8941980.
HSL color Cylindrical-coordinate representation of color #9C7188: hue angle of 327.91º 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 #9C7188 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 136 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.39 |
| HSL | 327.91º | 0.18% | 0.53% | - |
| HSV(B) | 327.91º | 0.28% | 0.61% | - |
| XYZ | 24.06 | 20.66 | 26.01 | - |
| YUV | 128.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 136 | 0 | 0.28 | 0.13 | 0.39 | 327.91 | 0.18 | 0.53 |
| Hex | 9C | 71 | 88 | 0 | 1C | D | 27 | 148 | 12 | 35 |
| Octal | 234 | 161 | 210 | 0 | 34 | 15 | 47 | 510 | 22 | 65 |
| Binary | 10011100 | 1110001 | 10001000 | 0 | 11100 | 1101 | 100111 | 101001000 | 10010 | 110101 |
Color Harmonies of #9C7188
Complementary color
Monochromatic Colors of #9C7188
Black with #9C7188
Text Example
Text Example
White with #9C7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7188; }
p { color: rgb(156,113,136); }
H1.HeaderClassName
{
color: #9C7188;
}
.AnyTagClassName
{
color: #9C7188;
}
</style>
background-color css
<style>
a { background-color: #9C7188; }
a { background-color: rgb(156,113,136); }
div.DivClassName
{
background-color: #9C7188;
}
.BgClassName
{
background-color: #9C7188;
}
</style>
border-color css
<style>
span { border-color: #9C7188; }
span { border-color: rgb(156,113,136); }
td.TdClassName
{
border-color: #9C7188;
}
.TagClassName
{
border-color: #9C7188;
}
</style>