Shades of Mountbatten Pink #96778F
Tints of Mountbatten Pink #96778F
RGB
CMYK
RGB Variations
Color information
#96778F (or 0x96778F) is known color: Mountbatten Pink. HEX triplet: 96, 77 and 8F. RGB value is (150,119,143). Sum of RGB (Red+Green+Blue) = 150+119+143=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #96778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96778F is #698870. Grayscale: #828282. Windows color (decimal): -6916209 or 9402262. OLE color: 9402262.
HSL color Cylindrical-coordinate representation of color #96778F: hue angle of 313.55º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96778F is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 143 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.41 |
| HSL | 313.55º | 0.13% | 0.53% | - |
| HSV(B) | 313.55º | 0.21% | 0.59% | - |
| XYZ | 24.13 | 21.66 | 28.9 | - |
| YUV | 131.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 143 | 0 | 0.21 | 0.05 | 0.41 | 313.55 | 0.13 | 0.53 |
| Hex | 96 | 77 | 8F | 0 | 15 | 5 | 29 | 13A | D | 35 |
| Octal | 226 | 167 | 217 | 0 | 25 | 5 | 51 | 472 | 15 | 65 |
| Binary | 10010110 | 1110111 | 10001111 | 0 | 10101 | 101 | 101001 | 100111010 | 1101 | 110101 |
Color Harmonies of #96778F
Complementary color
Monochromatic Colors of #96778F
Black with #96778F
Text Example
Text Example
White with #96778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96778F; }
p { color: rgb(150,119,143); }
H1.HeaderClassName
{
color: #96778F;
}
.AnyTagClassName
{
color: #96778F;
}
</style>
background-color css
<style>
a { background-color: #96778F; }
a { background-color: rgb(150,119,143); }
div.DivClassName
{
background-color: #96778F;
}
.BgClassName
{
background-color: #96778F;
}
</style>
border-color css
<style>
span { border-color: #96778F; }
span { border-color: rgb(150,119,143); }
td.TdClassName
{
border-color: #96778F;
}
.TagClassName
{
border-color: #96778F;
}
</style>