Shades of Mountbatten Pink #96828F
Tints of Mountbatten Pink #96828F
RGB
CMYK
RGB Variations
Color information
#96828F (or 0x96828F) is known color: Mountbatten Pink. HEX triplet: 96, 82 and 8F. RGB value is (150,130,143). Sum of RGB (Red+Green+Blue) = 150+130+143=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828F is #697D70. Grayscale: #898989. Windows color (decimal): -6913393 or 9405078. OLE color: 9405078.
HSL color Cylindrical-coordinate representation of color #96828F: hue angle of 321º 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 #96828F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 143 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.41 |
| HSL | 321º | 0.09% | 0.55% | - |
| HSV(B) | 321º | 0.13% | 0.59% | - |
| XYZ | 25.52 | 24.43 | 29.36 | - |
| YUV | 137.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 143 | 0 | 0.13 | 0.05 | 0.41 | 321 | 0.09 | 0.55 |
| Hex | 96 | 82 | 8F | 0 | D | 5 | 29 | 141 | 9 | 37 |
| Octal | 226 | 202 | 217 | 0 | 15 | 5 | 51 | 501 | 11 | 67 |
| Binary | 10010110 | 10000010 | 10001111 | 0 | 1101 | 101 | 101001 | 101000001 | 1001 | 110111 |
Color Harmonies of #96828F
Complementary color
Monochromatic Colors of #96828F
Black with #96828F
Text Example
Text Example
White with #96828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96828F; }
p { color: rgb(150,130,143); }
H1.HeaderClassName
{
color: #96828F;
}
.AnyTagClassName
{
color: #96828F;
}
</style>
background-color css
<style>
a { background-color: #96828F; }
a { background-color: rgb(150,130,143); }
div.DivClassName
{
background-color: #96828F;
}
.BgClassName
{
background-color: #96828F;
}
</style>
border-color css
<style>
span { border-color: #96828F; }
span { border-color: rgb(150,130,143); }
td.TdClassName
{
border-color: #96828F;
}
.TagClassName
{
border-color: #96828F;
}
</style>