Shades of Mountbatten Pink #96848E
Tints of Mountbatten Pink #96848E
RGB
CMYK
RGB Variations
Color information
#96848E (or 0x96848E) is known color: Mountbatten Pink. HEX triplet: 96, 84 and 8E. RGB value is (150,132,142). Sum of RGB (Red+Green+Blue) = 150+132+142=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #96848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96848E is #697B71. Grayscale: #8A8A8A. Windows color (decimal): -6912882 or 9340054. OLE color: 9340054.
HSL color Cylindrical-coordinate representation of color #96848E: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96848E is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 142 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.41 |
| HSL | 326.67º | 0.08% | 0.55% | - |
| HSV(B) | 326.67º | 0.12% | 0.59% | - |
| XYZ | 25.71 | 24.94 | 29.05 | - |
| YUV | 138.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 142 | 0 | 0.12 | 0.05 | 0.41 | 326.67 | 0.08 | 0.55 |
| Hex | 96 | 84 | 8E | 0 | C | 5 | 29 | 147 | 8 | 37 |
| Octal | 226 | 204 | 216 | 0 | 14 | 5 | 51 | 507 | 10 | 67 |
| Binary | 10010110 | 10000100 | 10001110 | 0 | 1100 | 101 | 101001 | 101000111 | 1000 | 110111 |
Color Harmonies of #96848E
Complementary color
Monochromatic Colors of #96848E
Black with #96848E
Text Example
Text Example
White with #96848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96848E; }
p { color: rgb(150,132,142); }
H1.HeaderClassName
{
color: #96848E;
}
.AnyTagClassName
{
color: #96848E;
}
</style>
background-color css
<style>
a { background-color: #96848E; }
a { background-color: rgb(150,132,142); }
div.DivClassName
{
background-color: #96848E;
}
.BgClassName
{
background-color: #96848E;
}
</style>
border-color css
<style>
span { border-color: #96848E; }
span { border-color: rgb(150,132,142); }
td.TdClassName
{
border-color: #96848E;
}
.TagClassName
{
border-color: #96848E;
}
</style>