Shades of Mountbatten Pink #9C7494
Tints of Mountbatten Pink #9C7494
RGB
CMYK
RGB Variations
Color information
#9C7494 (or 0x9C7494) is known color: Mountbatten Pink. HEX triplet: 9C, 74 and 94. RGB value is (156,116,148). Sum of RGB (Red+Green+Blue) = 156+116+148=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7494 is #638B6B. Grayscale: #838383. Windows color (decimal): -6523756 or 9729180. OLE color: 9729180.
HSL color Cylindrical-coordinate representation of color #9C7494: hue angle of 312º 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 #9C7494 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 148 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.39 |
| HSL | 312º | 0.17% | 0.53% | - |
| HSV(B) | 312º | 0.26% | 0.61% | - |
| XYZ | 25.3 | 21.7 | 30.87 | - |
| YUV | 131.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 148 | 0 | 0.26 | 0.05 | 0.39 | 312 | 0.17 | 0.53 |
| Hex | 9C | 74 | 94 | 0 | 1A | 5 | 27 | 138 | 11 | 35 |
| Octal | 234 | 164 | 224 | 0 | 32 | 5 | 47 | 470 | 21 | 65 |
| Binary | 10011100 | 1110100 | 10010100 | 0 | 11010 | 101 | 100111 | 100111000 | 10001 | 110101 |
Color Harmonies of #9C7494
Complementary color
Monochromatic Colors of #9C7494
Black with #9C7494
Text Example
Text Example
White with #9C7494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7494; }
p { color: rgb(156,116,148); }
H1.HeaderClassName
{
color: #9C7494;
}
.AnyTagClassName
{
color: #9C7494;
}
</style>
background-color css
<style>
a { background-color: #9C7494; }
a { background-color: rgb(156,116,148); }
div.DivClassName
{
background-color: #9C7494;
}
.BgClassName
{
background-color: #9C7494;
}
</style>
border-color css
<style>
span { border-color: #9C7494; }
span { border-color: rgb(156,116,148); }
td.TdClassName
{
border-color: #9C7494;
}
.TagClassName
{
border-color: #9C7494;
}
</style>