Shades of Mountbatten Pink #996E8D
Tints of Mountbatten Pink #996E8D
RGB
CMYK
RGB Variations
Color information
#996E8D (or 0x996E8D) is known color: Mountbatten Pink. HEX triplet: 99, 6E and 8D. RGB value is (153,110,141). Sum of RGB (Red+Green+Blue) = 153+110+141=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E8D is #669172. Grayscale: #7E7E7E. Windows color (decimal): -6721907 or 9268889. OLE color: 9268889.
HSL color Cylindrical-coordinate representation of color #996E8D: hue angle of 316.74º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E8D is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 110 | 141 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.4 |
| HSL | 316.74º | 0.17% | 0.52% | - |
| HSV(B) | 316.74º | 0.28% | 0.6% | - |
| XYZ | 23.52 | 19.85 | 27.79 | - |
| YUV | 126.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 141 | 0 | 0.28 | 0.08 | 0.4 | 316.74 | 0.17 | 0.52 |
| Hex | 99 | 6E | 8D | 0 | 1C | 8 | 28 | 13D | 11 | 34 |
| Octal | 231 | 156 | 215 | 0 | 34 | 10 | 50 | 475 | 21 | 64 |
| Binary | 10011001 | 1101110 | 10001101 | 0 | 11100 | 1000 | 101000 | 100111101 | 10001 | 110100 |
Color Harmonies of #996E8D
Complementary color
Monochromatic Colors of #996E8D
Black with #996E8D
Text Example
Text Example
White with #996E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996E8D; }
p { color: rgb(153,110,141); }
H1.HeaderClassName
{
color: #996E8D;
}
.AnyTagClassName
{
color: #996E8D;
}
</style>
background-color css
<style>
a { background-color: #996E8D; }
a { background-color: rgb(153,110,141); }
div.DivClassName
{
background-color: #996E8D;
}
.BgClassName
{
background-color: #996E8D;
}
</style>
border-color css
<style>
span { border-color: #996E8D; }
span { border-color: rgb(153,110,141); }
td.TdClassName
{
border-color: #996E8D;
}
.TagClassName
{
border-color: #996E8D;
}
</style>