Shades of Mountbatten Pink #9C7488
Tints of Mountbatten Pink #9C7488
RGB
CMYK
RGB Variations
Color information
#9C7488 (or 0x9C7488) is known color: Mountbatten Pink. HEX triplet: 9C, 74 and 88. RGB value is (156,116,136). Sum of RGB (Red+Green+Blue) = 156+116+136=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7488 is #638B77. Grayscale: #828282. Windows color (decimal): -6523768 or 8942748. OLE color: 8942748.
HSL color Cylindrical-coordinate representation of color #9C7488: hue angle of 330º 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 #9C7488 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 136 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.39 |
| HSL | 330º | 0.17% | 0.53% | - |
| HSV(B) | 330º | 0.26% | 0.61% | - |
| XYZ | 24.4 | 21.34 | 26.12 | - |
| YUV | 130.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 136 | 0 | 0.26 | 0.13 | 0.39 | 330 | 0.17 | 0.53 |
| Hex | 9C | 74 | 88 | 0 | 1A | D | 27 | 14A | 11 | 35 |
| Octal | 234 | 164 | 210 | 0 | 32 | 15 | 47 | 512 | 21 | 65 |
| Binary | 10011100 | 1110100 | 10001000 | 0 | 11010 | 1101 | 100111 | 101001010 | 10001 | 110101 |
Color Harmonies of #9C7488
Complementary color
Monochromatic Colors of #9C7488
Black with #9C7488
Text Example
Text Example
White with #9C7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7488; }
p { color: rgb(156,116,136); }
H1.HeaderClassName
{
color: #9C7488;
}
.AnyTagClassName
{
color: #9C7488;
}
</style>
background-color css
<style>
a { background-color: #9C7488; }
a { background-color: rgb(156,116,136); }
div.DivClassName
{
background-color: #9C7488;
}
.BgClassName
{
background-color: #9C7488;
}
</style>
border-color css
<style>
span { border-color: #9C7488; }
span { border-color: rgb(156,116,136); }
td.TdClassName
{
border-color: #9C7488;
}
.TagClassName
{
border-color: #9C7488;
}
</style>