Shades of Mountbatten Pink #9C6F94
Tints of Mountbatten Pink #9C6F94
RGB
CMYK
RGB Variations
Color information
#9C6F94 (or 0x9C6F94) is known color: Mountbatten Pink. HEX triplet: 9C, 6F and 94. RGB value is (156,111,148). Sum of RGB (Red+Green+Blue) = 156+111+148=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F94 is #63906B. Grayscale: #808080. Windows color (decimal): -6525036 or 9727900. OLE color: 9727900.
HSL color Cylindrical-coordinate representation of color #9C6F94: hue angle of 310.67º 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 #9C6F94 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 148 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.39 |
| HSL | 310.67º | 0.19% | 0.52% | - |
| HSV(B) | 310.67º | 0.29% | 0.61% | - |
| XYZ | 24.74 | 20.57 | 30.68 | - |
| YUV | 128.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 148 | 0 | 0.29 | 0.05 | 0.39 | 310.67 | 0.19 | 0.52 |
| Hex | 9C | 6F | 94 | 0 | 1D | 5 | 27 | 137 | 13 | 34 |
| Octal | 234 | 157 | 224 | 0 | 35 | 5 | 47 | 467 | 23 | 64 |
| Binary | 10011100 | 1101111 | 10010100 | 0 | 11101 | 101 | 100111 | 100110111 | 10011 | 110100 |
Color Harmonies of #9C6F94
Complementary color
Monochromatic Colors of #9C6F94
Black with #9C6F94
Text Example
Text Example
White with #9C6F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F94; }
p { color: rgb(156,111,148); }
H1.HeaderClassName
{
color: #9C6F94;
}
.AnyTagClassName
{
color: #9C6F94;
}
</style>
background-color css
<style>
a { background-color: #9C6F94; }
a { background-color: rgb(156,111,148); }
div.DivClassName
{
background-color: #9C6F94;
}
.BgClassName
{
background-color: #9C6F94;
}
</style>
border-color css
<style>
span { border-color: #9C6F94; }
span { border-color: rgb(156,111,148); }
td.TdClassName
{
border-color: #9C6F94;
}
.TagClassName
{
border-color: #9C6F94;
}
</style>