Shades of Mountbatten Pink #996D91
Tints of Mountbatten Pink #996D91
RGB
CMYK
RGB Variations
Color information
#996D91 (or 0x996D91) is known color: Mountbatten Pink. HEX triplet: 99, 6D and 91. RGB value is (153,109,145). Sum of RGB (Red+Green+Blue) = 153+109+145=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D91 is #66926E. Grayscale: #7E7E7E. Windows color (decimal): -6722159 or 9530777. OLE color: 9530777.
HSL color Cylindrical-coordinate representation of color #996D91: hue angle of 310.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D91 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 145 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.4 |
| HSL | 310.91º | 0.18% | 0.51% | - |
| HSV(B) | 310.91º | 0.29% | 0.6% | - |
| XYZ | 23.72 | 19.75 | 29.35 | - |
| YUV | 126.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 145 | 0 | 0.29 | 0.05 | 0.4 | 310.91 | 0.18 | 0.51 |
| Hex | 99 | 6D | 91 | 0 | 1D | 5 | 28 | 137 | 12 | 33 |
| Octal | 231 | 155 | 221 | 0 | 35 | 5 | 50 | 467 | 22 | 63 |
| Binary | 10011001 | 1101101 | 10010001 | 0 | 11101 | 101 | 101000 | 100110111 | 10010 | 110011 |
Color Harmonies of #996D91
Complementary color
Monochromatic Colors of #996D91
Black with #996D91
Text Example
Text Example
White with #996D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D91; }
p { color: rgb(153,109,145); }
H1.HeaderClassName
{
color: #996D91;
}
.AnyTagClassName
{
color: #996D91;
}
</style>
background-color css
<style>
a { background-color: #996D91; }
a { background-color: rgb(153,109,145); }
div.DivClassName
{
background-color: #996D91;
}
.BgClassName
{
background-color: #996D91;
}
</style>
border-color css
<style>
span { border-color: #996D91; }
span { border-color: rgb(153,109,145); }
td.TdClassName
{
border-color: #996D91;
}
.TagClassName
{
border-color: #996D91;
}
</style>