Shades of Mountbatten Pink #96848D
Tints of Mountbatten Pink #96848D
RGB
CMYK
RGB Variations
Color information
#96848D (or 0x96848D) is known color: Mountbatten Pink. HEX triplet: 96, 84 and 8D. RGB value is (150,132,141). Sum of RGB (Red+Green+Blue) = 150+132+141=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96848D is #697B72. Grayscale: #8A8A8A. Windows color (decimal): -6912883 or 9274518. OLE color: 9274518.
HSL color Cylindrical-coordinate representation of color #96848D: hue angle of 330º 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 #96848D is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 141 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.41 |
| HSL | 330º | 0.08% | 0.55% | - |
| HSV(B) | 330º | 0.12% | 0.59% | - |
| XYZ | 25.64 | 24.91 | 28.66 | - |
| YUV | 138.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 141 | 0 | 0.12 | 0.06 | 0.41 | 330 | 0.08 | 0.55 |
| Hex | 96 | 84 | 8D | 0 | C | 6 | 29 | 14A | 8 | 37 |
| Octal | 226 | 204 | 215 | 0 | 14 | 6 | 51 | 512 | 10 | 67 |
| Binary | 10010110 | 10000100 | 10001101 | 0 | 1100 | 110 | 101001 | 101001010 | 1000 | 110111 |
Color Harmonies of #96848D
Complementary color
Monochromatic Colors of #96848D
Black with #96848D
Text Example
Text Example
White with #96848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96848D; }
p { color: rgb(150,132,141); }
H1.HeaderClassName
{
color: #96848D;
}
.AnyTagClassName
{
color: #96848D;
}
</style>
background-color css
<style>
a { background-color: #96848D; }
a { background-color: rgb(150,132,141); }
div.DivClassName
{
background-color: #96848D;
}
.BgClassName
{
background-color: #96848D;
}
</style>
border-color css
<style>
span { border-color: #96848D; }
span { border-color: rgb(150,132,141); }
td.TdClassName
{
border-color: #96848D;
}
.TagClassName
{
border-color: #96848D;
}
</style>