Shades of Mountbatten Pink #96718F
Tints of Mountbatten Pink #96718F
RGB
CMYK
RGB Variations
Color information
#96718F (or 0x96718F) is known color: Mountbatten Pink. HEX triplet: 96, 71 and 8F. RGB value is (150,113,143). Sum of RGB (Red+Green+Blue) = 150+113+143=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96718F is #698E70. Grayscale: #7F7F7F. Windows color (decimal): -6917745 or 9400726. OLE color: 9400726.
HSL color Cylindrical-coordinate representation of color #96718F: hue angle of 311.35º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96718F is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 143 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.41 |
| HSL | 311.35º | 0.15% | 0.52% | - |
| HSV(B) | 311.35º | 0.25% | 0.59% | - |
| XYZ | 23.44 | 20.28 | 28.67 | - |
| YUV | 127.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 143 | 0 | 0.25 | 0.05 | 0.41 | 311.35 | 0.15 | 0.52 |
| Hex | 96 | 71 | 8F | 0 | 19 | 5 | 29 | 137 | F | 34 |
| Octal | 226 | 161 | 217 | 0 | 31 | 5 | 51 | 467 | 17 | 64 |
| Binary | 10010110 | 1110001 | 10001111 | 0 | 11001 | 101 | 101001 | 100110111 | 1111 | 110100 |
Color Harmonies of #96718F
Complementary color
Monochromatic Colors of #96718F
Black with #96718F
Text Example
Text Example
White with #96718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96718F; }
p { color: rgb(150,113,143); }
H1.HeaderClassName
{
color: #96718F;
}
.AnyTagClassName
{
color: #96718F;
}
</style>
background-color css
<style>
a { background-color: #96718F; }
a { background-color: rgb(150,113,143); }
div.DivClassName
{
background-color: #96718F;
}
.BgClassName
{
background-color: #96718F;
}
</style>
border-color css
<style>
span { border-color: #96718F; }
span { border-color: rgb(150,113,143); }
td.TdClassName
{
border-color: #96718F;
}
.TagClassName
{
border-color: #96718F;
}
</style>