Shades of Mountbatten Pink #96708D
Tints of Mountbatten Pink #96708D
RGB
CMYK
RGB Variations
Color information
#96708D (or 0x96708D) is known color: Mountbatten Pink. HEX triplet: 96, 70 and 8D. RGB value is (150,112,141). Sum of RGB (Red+Green+Blue) = 150+112+141=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96708D is #698F72. Grayscale: #7E7E7E. Windows color (decimal): -6918003 or 9269398. OLE color: 9269398.
HSL color Cylindrical-coordinate representation of color #96708D: hue angle of 314.21º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96708D is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 141 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.41 |
| HSL | 314.21º | 0.15% | 0.51% | - |
| HSV(B) | 314.21º | 0.25% | 0.59% | - |
| XYZ | 23.18 | 20 | 27.84 | - |
| YUV | 126.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 141 | 0 | 0.25 | 0.06 | 0.41 | 314.21 | 0.15 | 0.51 |
| Hex | 96 | 70 | 8D | 0 | 19 | 6 | 29 | 13A | F | 33 |
| Octal | 226 | 160 | 215 | 0 | 31 | 6 | 51 | 472 | 17 | 63 |
| Binary | 10010110 | 1110000 | 10001101 | 0 | 11001 | 110 | 101001 | 100111010 | 1111 | 110011 |
Color Harmonies of #96708D
Complementary color
Monochromatic Colors of #96708D
Black with #96708D
Text Example
Text Example
White with #96708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96708D; }
p { color: rgb(150,112,141); }
H1.HeaderClassName
{
color: #96708D;
}
.AnyTagClassName
{
color: #96708D;
}
</style>
background-color css
<style>
a { background-color: #96708D; }
a { background-color: rgb(150,112,141); }
div.DivClassName
{
background-color: #96708D;
}
.BgClassName
{
background-color: #96708D;
}
</style>
border-color css
<style>
span { border-color: #96708D; }
span { border-color: rgb(150,112,141); }
td.TdClassName
{
border-color: #96708D;
}
.TagClassName
{
border-color: #96708D;
}
</style>