Shades of Mountbatten Pink #96838E
Tints of Mountbatten Pink #96838E
RGB
CMYK
RGB Variations
Color information
#96838E (or 0x96838E) is known color: Mountbatten Pink. HEX triplet: 96, 83 and 8E. RGB value is (150,131,142). Sum of RGB (Red+Green+Blue) = 150+131+142=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96838E is #697C71. Grayscale: #898989. Windows color (decimal): -6913138 or 9339798. OLE color: 9339798.
HSL color Cylindrical-coordinate representation of color #96838E: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96838E is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 142 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.41 |
| HSL | 325.26º | 0.08% | 0.55% | - |
| HSV(B) | 325.26º | 0.13% | 0.59% | - |
| XYZ | 25.58 | 24.67 | 29 | - |
| YUV | 137.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 142 | 0 | 0.13 | 0.05 | 0.41 | 325.26 | 0.08 | 0.55 |
| Hex | 96 | 83 | 8E | 0 | D | 5 | 29 | 145 | 8 | 37 |
| Octal | 226 | 203 | 216 | 0 | 15 | 5 | 51 | 505 | 10 | 67 |
| Binary | 10010110 | 10000011 | 10001110 | 0 | 1101 | 101 | 101001 | 101000101 | 1000 | 110111 |
Color Harmonies of #96838E
Complementary color
Monochromatic Colors of #96838E
Black with #96838E
Text Example
Text Example
White with #96838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96838E; }
p { color: rgb(150,131,142); }
H1.HeaderClassName
{
color: #96838E;
}
.AnyTagClassName
{
color: #96838E;
}
</style>
background-color css
<style>
a { background-color: #96838E; }
a { background-color: rgb(150,131,142); }
div.DivClassName
{
background-color: #96838E;
}
.BgClassName
{
background-color: #96838E;
}
</style>
border-color css
<style>
span { border-color: #96838E; }
span { border-color: rgb(150,131,142); }
td.TdClassName
{
border-color: #96838E;
}
.TagClassName
{
border-color: #96838E;
}
</style>