Shades of Mountbatten Pink #9C7A88
Tints of Mountbatten Pink #9C7A88
RGB
CMYK
RGB Variations
Color information
#9C7A88 (or 0x9C7A88) is known color: Mountbatten Pink. HEX triplet: 9C, 7A and 88. RGB value is (156,122,136). Sum of RGB (Red+Green+Blue) = 156+122+136=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A88 is #638577. Grayscale: #858585. Windows color (decimal): -6522232 or 8944284. OLE color: 8944284.
HSL color Cylindrical-coordinate representation of color #9C7A88: hue angle of 335.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C7A88 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 136 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.39 |
| HSL | 335.29º | 0.15% | 0.55% | - |
| HSV(B) | 335.29º | 0.22% | 0.61% | - |
| XYZ | 25.11 | 22.76 | 26.36 | - |
| YUV | 133.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 136 | 0 | 0.22 | 0.13 | 0.39 | 335.29 | 0.15 | 0.55 |
| Hex | 9C | 7A | 88 | 0 | 16 | D | 27 | 14F | F | 37 |
| Octal | 234 | 172 | 210 | 0 | 26 | 15 | 47 | 517 | 17 | 67 |
| Binary | 10011100 | 1111010 | 10001000 | 0 | 10110 | 1101 | 100111 | 101001111 | 1111 | 110111 |
Color Harmonies of #9C7A88
Complementary color
Monochromatic Colors of #9C7A88
Black with #9C7A88
Text Example
Text Example
White with #9C7A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A88; }
p { color: rgb(156,122,136); }
H1.HeaderClassName
{
color: #9C7A88;
}
.AnyTagClassName
{
color: #9C7A88;
}
</style>
background-color css
<style>
a { background-color: #9C7A88; }
a { background-color: rgb(156,122,136); }
div.DivClassName
{
background-color: #9C7A88;
}
.BgClassName
{
background-color: #9C7A88;
}
</style>
border-color css
<style>
span { border-color: #9C7A88; }
span { border-color: rgb(156,122,136); }
td.TdClassName
{
border-color: #9C7A88;
}
.TagClassName
{
border-color: #9C7A88;
}
</style>