Shades of Mountbatten Pink #9C6E94
Tints of Mountbatten Pink #9C6E94
RGB
CMYK
RGB Variations
Color information
#9C6E94 (or 0x9C6E94) is known color: Mountbatten Pink. HEX triplet: 9C, 6E and 94. RGB value is (156,110,148). Sum of RGB (Red+Green+Blue) = 156+110+148=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6E94 is #63916B. Grayscale: #7F7F7F. Windows color (decimal): -6525292 or 9727644. OLE color: 9727644.
HSL color Cylindrical-coordinate representation of color #9C6E94: hue angle of 310.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C6E94 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 110 | 148 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.39 |
| HSL | 310.43º | 0.19% | 0.52% | - |
| HSV(B) | 310.43º | 0.29% | 0.61% | - |
| XYZ | 24.63 | 20.36 | 30.65 | - |
| YUV | 128.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 148 | 0 | 0.29 | 0.05 | 0.39 | 310.43 | 0.19 | 0.52 |
| Hex | 9C | 6E | 94 | 0 | 1D | 5 | 27 | 136 | 13 | 34 |
| Octal | 234 | 156 | 224 | 0 | 35 | 5 | 47 | 466 | 23 | 64 |
| Binary | 10011100 | 1101110 | 10010100 | 0 | 11101 | 101 | 100111 | 100110110 | 10011 | 110100 |
Color Harmonies of #9C6E94
Complementary color
Monochromatic Colors of #9C6E94
Black with #9C6E94
Text Example
Text Example
White with #9C6E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6E94; }
p { color: rgb(156,110,148); }
H1.HeaderClassName
{
color: #9C6E94;
}
.AnyTagClassName
{
color: #9C6E94;
}
</style>
background-color css
<style>
a { background-color: #9C6E94; }
a { background-color: rgb(156,110,148); }
div.DivClassName
{
background-color: #9C6E94;
}
.BgClassName
{
background-color: #9C6E94;
}
</style>
border-color css
<style>
span { border-color: #9C6E94; }
span { border-color: rgb(156,110,148); }
td.TdClassName
{
border-color: #9C6E94;
}
.TagClassName
{
border-color: #9C6E94;
}
</style>