Shades of Mountbatten Pink #9C6F93
Tints of Mountbatten Pink #9C6F93
RGB
CMYK
RGB Variations
Color information
#9C6F93 (or 0x9C6F93) is known color: Mountbatten Pink. HEX triplet: 9C, 6F and 93. RGB value is (156,111,147). Sum of RGB (Red+Green+Blue) = 156+111+147=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F93 is #63906C. Grayscale: #808080. Windows color (decimal): -6525037 or 9662364. OLE color: 9662364.
HSL color Cylindrical-coordinate representation of color #9C6F93: hue angle of 312º 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 #9C6F93 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 147 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.39 |
| HSL | 312º | 0.19% | 0.52% | - |
| HSV(B) | 312º | 0.29% | 0.61% | - |
| XYZ | 24.66 | 20.54 | 30.27 | - |
| YUV | 128.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 147 | 0 | 0.29 | 0.06 | 0.39 | 312 | 0.19 | 0.52 |
| Hex | 9C | 6F | 93 | 0 | 1D | 6 | 27 | 138 | 13 | 34 |
| Octal | 234 | 157 | 223 | 0 | 35 | 6 | 47 | 470 | 23 | 64 |
| Binary | 10011100 | 1101111 | 10010011 | 0 | 11101 | 110 | 100111 | 100111000 | 10011 | 110100 |
Color Harmonies of #9C6F93
Complementary color
Monochromatic Colors of #9C6F93
Black with #9C6F93
Text Example
Text Example
White with #9C6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F93; }
p { color: rgb(156,111,147); }
H1.HeaderClassName
{
color: #9C6F93;
}
.AnyTagClassName
{
color: #9C6F93;
}
</style>
background-color css
<style>
a { background-color: #9C6F93; }
a { background-color: rgb(156,111,147); }
div.DivClassName
{
background-color: #9C6F93;
}
.BgClassName
{
background-color: #9C6F93;
}
</style>
border-color css
<style>
span { border-color: #9C6F93; }
span { border-color: rgb(156,111,147); }
td.TdClassName
{
border-color: #9C6F93;
}
.TagClassName
{
border-color: #9C6F93;
}
</style>