Shades of Mountbatten Pink #96888F
Tints of Mountbatten Pink #96888F
RGB
CMYK
RGB Variations
Color information
#96888F (or 0x96888F) is known color: Mountbatten Pink. HEX triplet: 96, 88 and 8F. RGB value is (150,136,143). Sum of RGB (Red+Green+Blue) = 150+136+143=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #96888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96888F is #697770. Grayscale: #8C8C8C. Windows color (decimal): -6911857 or 9406614. OLE color: 9406614.
HSL color Cylindrical-coordinate representation of color #96888F: hue angle of 330º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96888F is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 143 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.41 |
| HSL | 330º | 0.06% | 0.56% | - |
| HSV(B) | 330º | 0.09% | 0.59% | - |
| XYZ | 26.34 | 26.08 | 29.63 | - |
| YUV | 140.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 143 | 0 | 0.09 | 0.05 | 0.41 | 330 | 0.06 | 0.56 |
| Hex | 96 | 88 | 8F | 0 | 9 | 5 | 29 | 14A | 6 | 38 |
| Octal | 226 | 210 | 217 | 0 | 11 | 5 | 51 | 512 | 6 | 70 |
| Binary | 10010110 | 10001000 | 10001111 | 0 | 1001 | 101 | 101001 | 101001010 | 110 | 111000 |
Color Harmonies of #96888F
Complementary color
Monochromatic Colors of #96888F
Black with #96888F
Text Example
Text Example
White with #96888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96888F; }
p { color: rgb(150,136,143); }
H1.HeaderClassName
{
color: #96888F;
}
.AnyTagClassName
{
color: #96888F;
}
</style>
background-color css
<style>
a { background-color: #96888F; }
a { background-color: rgb(150,136,143); }
div.DivClassName
{
background-color: #96888F;
}
.BgClassName
{
background-color: #96888F;
}
</style>
border-color css
<style>
span { border-color: #96888F; }
span { border-color: rgb(150,136,143); }
td.TdClassName
{
border-color: #96888F;
}
.TagClassName
{
border-color: #96888F;
}
</style>