Shades of Mountbatten Pink #96858E
Tints of Mountbatten Pink #96858E
RGB
CMYK
RGB Variations
Color information
#96858E (or 0x96858E) is known color: Mountbatten Pink. HEX triplet: 96, 85 and 8E. RGB value is (150,133,142). Sum of RGB (Red+Green+Blue) = 150+133+142=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #96858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96858E is #697A71. Grayscale: #8B8B8B. Windows color (decimal): -6912626 or 9340310. OLE color: 9340310.
HSL color Cylindrical-coordinate representation of color #96858E: hue angle of 328.24º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96858E is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 142 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.41 |
| HSL | 328.24º | 0.07% | 0.55% | - |
| HSV(B) | 328.24º | 0.11% | 0.59% | - |
| XYZ | 25.85 | 25.21 | 29.1 | - |
| YUV | 139.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 142 | 0 | 0.11 | 0.05 | 0.41 | 328.24 | 0.07 | 0.55 |
| Hex | 96 | 85 | 8E | 0 | B | 5 | 29 | 148 | 7 | 37 |
| Octal | 226 | 205 | 216 | 0 | 13 | 5 | 51 | 510 | 7 | 67 |
| Binary | 10010110 | 10000101 | 10001110 | 0 | 1011 | 101 | 101001 | 101001000 | 111 | 110111 |
Color Harmonies of #96858E
Complementary color
Monochromatic Colors of #96858E
Black with #96858E
Text Example
Text Example
White with #96858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96858E; }
p { color: rgb(150,133,142); }
H1.HeaderClassName
{
color: #96858E;
}
.AnyTagClassName
{
color: #96858E;
}
</style>
background-color css
<style>
a { background-color: #96858E; }
a { background-color: rgb(150,133,142); }
div.DivClassName
{
background-color: #96858E;
}
.BgClassName
{
background-color: #96858E;
}
</style>
border-color css
<style>
span { border-color: #96858E; }
span { border-color: rgb(150,133,142); }
td.TdClassName
{
border-color: #96858E;
}
.TagClassName
{
border-color: #96858E;
}
</style>