Shades of Mountbatten Pink #96828D
Tints of Mountbatten Pink #96828D
RGB
CMYK
RGB Variations
Color information
#96828D (or 0x96828D) is known color: Mountbatten Pink. HEX triplet: 96, 82 and 8D. RGB value is (150,130,141). Sum of RGB (Red+Green+Blue) = 150+130+141=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828D is #697D72. Grayscale: #898989. Windows color (decimal): -6913395 or 9274006. OLE color: 9274006.
HSL color Cylindrical-coordinate representation of color #96828D: hue angle of 327º degrees, saturation: 0.09, 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 #96828D is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 141 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.41 |
| HSL | 327º | 0.09% | 0.55% | - |
| HSV(B) | 327º | 0.13% | 0.59% | - |
| XYZ | 25.37 | 24.37 | 28.57 | - |
| YUV | 137.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 141 | 0 | 0.13 | 0.06 | 0.41 | 327 | 0.09 | 0.55 |
| Hex | 96 | 82 | 8D | 0 | D | 6 | 29 | 147 | 9 | 37 |
| Octal | 226 | 202 | 215 | 0 | 15 | 6 | 51 | 507 | 11 | 67 |
| Binary | 10010110 | 10000010 | 10001101 | 0 | 1101 | 110 | 101001 | 101000111 | 1001 | 110111 |
Color Harmonies of #96828D
Complementary color
Monochromatic Colors of #96828D
Black with #96828D
Text Example
Text Example
White with #96828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96828D; }
p { color: rgb(150,130,141); }
H1.HeaderClassName
{
color: #96828D;
}
.AnyTagClassName
{
color: #96828D;
}
</style>
background-color css
<style>
a { background-color: #96828D; }
a { background-color: rgb(150,130,141); }
div.DivClassName
{
background-color: #96828D;
}
.BgClassName
{
background-color: #96828D;
}
</style>
border-color css
<style>
span { border-color: #96828D; }
span { border-color: rgb(150,130,141); }
td.TdClassName
{
border-color: #96828D;
}
.TagClassName
{
border-color: #96828D;
}
</style>