Shades of Mountbatten Pink #96878E
Tints of Mountbatten Pink #96878E
RGB
CMYK
RGB Variations
Color information
#96878E (or 0x96878E) is known color: Mountbatten Pink. HEX triplet: 96, 87 and 8E. RGB value is (150,135,142). Sum of RGB (Red+Green+Blue) = 150+135+142=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #96878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96878E is #697871. Grayscale: #8C8C8C. Windows color (decimal): -6912114 or 9340822. OLE color: 9340822.
HSL color Cylindrical-coordinate representation of color #96878E: hue angle of 332º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96878E is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 142 | - |
| CMYK | 0 | 0.1 | 0.05 | 0.41 |
| HSL | 332º | 0.07% | 0.56% | - |
| HSV(B) | 332º | 0.1% | 0.59% | - |
| XYZ | 26.12 | 25.76 | 29.19 | - |
| YUV | 140.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 142 | 0 | 0.1 | 0.05 | 0.41 | 332 | 0.07 | 0.56 |
| Hex | 96 | 87 | 8E | 0 | A | 5 | 29 | 14C | 7 | 38 |
| Octal | 226 | 207 | 216 | 0 | 12 | 5 | 51 | 514 | 7 | 70 |
| Binary | 10010110 | 10000111 | 10001110 | 0 | 1010 | 101 | 101001 | 101001100 | 111 | 111000 |
Color Harmonies of #96878E
Complementary color
Monochromatic Colors of #96878E
Black with #96878E
Text Example
Text Example
White with #96878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96878E; }
p { color: rgb(150,135,142); }
H1.HeaderClassName
{
color: #96878E;
}
.AnyTagClassName
{
color: #96878E;
}
</style>
background-color css
<style>
a { background-color: #96878E; }
a { background-color: rgb(150,135,142); }
div.DivClassName
{
background-color: #96878E;
}
.BgClassName
{
background-color: #96878E;
}
</style>
border-color css
<style>
span { border-color: #96878E; }
span { border-color: rgb(150,135,142); }
td.TdClassName
{
border-color: #96878E;
}
.TagClassName
{
border-color: #96878E;
}
</style>