Shades of Mountbatten Pink #9C7489
Tints of Mountbatten Pink #9C7489
RGB
CMYK
RGB Variations
Color information
#9C7489 (or 0x9C7489) is known color: Mountbatten Pink. HEX triplet: 9C, 74 and 89. RGB value is (156,116,137). Sum of RGB (Red+Green+Blue) = 156+116+137=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7489 is #638B76. Grayscale: #828282. Windows color (decimal): -6523767 or 9008284. OLE color: 9008284.
HSL color Cylindrical-coordinate representation of color #9C7489: hue angle of 328.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7489 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 137 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.39 |
| HSL | 328.5º | 0.17% | 0.53% | - |
| HSV(B) | 328.5º | 0.26% | 0.61% | - |
| XYZ | 24.47 | 21.36 | 26.5 | - |
| YUV | 130.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 137 | 0 | 0.26 | 0.12 | 0.39 | 328.5 | 0.17 | 0.53 |
| Hex | 9C | 74 | 89 | 0 | 1A | C | 27 | 148 | 11 | 35 |
| Octal | 234 | 164 | 211 | 0 | 32 | 14 | 47 | 510 | 21 | 65 |
| Binary | 10011100 | 1110100 | 10001001 | 0 | 11010 | 1100 | 100111 | 101001000 | 10001 | 110101 |
Color Harmonies of #9C7489
Complementary color
Monochromatic Colors of #9C7489
Black with #9C7489
Text Example
Text Example
White with #9C7489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7489; }
p { color: rgb(156,116,137); }
H1.HeaderClassName
{
color: #9C7489;
}
.AnyTagClassName
{
color: #9C7489;
}
</style>
background-color css
<style>
a { background-color: #9C7489; }
a { background-color: rgb(156,116,137); }
div.DivClassName
{
background-color: #9C7489;
}
.BgClassName
{
background-color: #9C7489;
}
</style>
border-color css
<style>
span { border-color: #9C7489; }
span { border-color: rgb(156,116,137); }
td.TdClassName
{
border-color: #9C7489;
}
.TagClassName
{
border-color: #9C7489;
}
</style>