Shades of Mountbatten Pink #996C8C
Tints of Mountbatten Pink #996C8C
RGB
CMYK
RGB Variations
Color information
#996C8C (or 0x996C8C) is known color: Mountbatten Pink. HEX triplet: 99, 6C and 8C. RGB value is (153,108,140). Sum of RGB (Red+Green+Blue) = 153+108+140=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #996C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996C8C is #669373. Grayscale: #7D7D7D. Windows color (decimal): -6722420 or 9202841. OLE color: 9202841.
HSL color Cylindrical-coordinate representation of color #996C8C: hue angle of 317.33º 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 #996C8C is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 140 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.4 |
| HSL | 317.33º | 0.18% | 0.51% | - |
| HSV(B) | 317.33º | 0.29% | 0.6% | - |
| XYZ | 23.23 | 19.39 | 27.33 | - |
| YUV | 125.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 140 | 0 | 0.29 | 0.08 | 0.4 | 317.33 | 0.18 | 0.51 |
| Hex | 99 | 6C | 8C | 0 | 1D | 8 | 28 | 13D | 12 | 33 |
| Octal | 231 | 154 | 214 | 0 | 35 | 10 | 50 | 475 | 22 | 63 |
| Binary | 10011001 | 1101100 | 10001100 | 0 | 11101 | 1000 | 101000 | 100111101 | 10010 | 110011 |
Color Harmonies of #996C8C
Complementary color
Monochromatic Colors of #996C8C
Black with #996C8C
Text Example
Text Example
White with #996C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C8C; }
p { color: rgb(153,108,140); }
H1.HeaderClassName
{
color: #996C8C;
}
.AnyTagClassName
{
color: #996C8C;
}
</style>
background-color css
<style>
a { background-color: #996C8C; }
a { background-color: rgb(153,108,140); }
div.DivClassName
{
background-color: #996C8C;
}
.BgClassName
{
background-color: #996C8C;
}
</style>
border-color css
<style>
span { border-color: #996C8C; }
span { border-color: rgb(153,108,140); }
td.TdClassName
{
border-color: #996C8C;
}
.TagClassName
{
border-color: #996C8C;
}
</style>