Shades of Mountbatten Pink #9C6F91
Tints of Mountbatten Pink #9C6F91
RGB
CMYK
RGB Variations
Color information
#9C6F91 (or 0x9C6F91) is known color: Mountbatten Pink. HEX triplet: 9C, 6F and 91. RGB value is (156,111,145). Sum of RGB (Red+Green+Blue) = 156+111+145=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F91 is #63906E. Grayscale: #808080. Windows color (decimal): -6525039 or 9531292. OLE color: 9531292.
HSL color Cylindrical-coordinate representation of color #9C6F91: hue angle of 314.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 #9C6F91 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 145 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.39 |
| HSL | 314.67º | 0.19% | 0.52% | - |
| HSV(B) | 314.67º | 0.29% | 0.61% | - |
| XYZ | 24.51 | 20.48 | 29.45 | - |
| YUV | 128.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 145 | 0 | 0.29 | 0.07 | 0.39 | 314.67 | 0.19 | 0.52 |
| Hex | 9C | 6F | 91 | 0 | 1D | 7 | 27 | 13B | 13 | 34 |
| Octal | 234 | 157 | 221 | 0 | 35 | 7 | 47 | 473 | 23 | 64 |
| Binary | 10011100 | 1101111 | 10010001 | 0 | 11101 | 111 | 100111 | 100111011 | 10011 | 110100 |
Color Harmonies of #9C6F91
Complementary color
Monochromatic Colors of #9C6F91
Black with #9C6F91
Text Example
Text Example
White with #9C6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F91; }
p { color: rgb(156,111,145); }
H1.HeaderClassName
{
color: #9C6F91;
}
.AnyTagClassName
{
color: #9C6F91;
}
</style>
background-color css
<style>
a { background-color: #9C6F91; }
a { background-color: rgb(156,111,145); }
div.DivClassName
{
background-color: #9C6F91;
}
.BgClassName
{
background-color: #9C6F91;
}
</style>
border-color css
<style>
span { border-color: #9C6F91; }
span { border-color: rgb(156,111,145); }
td.TdClassName
{
border-color: #9C6F91;
}
.TagClassName
{
border-color: #9C6F91;
}
</style>