Shades of Mountbatten Pink #96808F
Tints of Mountbatten Pink #96808F
RGB
CMYK
RGB Variations
Color information
#96808F (or 0x96808F) is known color: Mountbatten Pink. HEX triplet: 96, 80 and 8F. RGB value is (150,128,143). Sum of RGB (Red+Green+Blue) = 150+128+143=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96808F is #697F70. Grayscale: #888888. Windows color (decimal): -6913905 or 9404566. OLE color: 9404566.
HSL color Cylindrical-coordinate representation of color #96808F: hue angle of 319.09º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96808F is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 143 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.41 |
| HSL | 319.09º | 0.09% | 0.55% | - |
| HSV(B) | 319.09º | 0.15% | 0.59% | - |
| XYZ | 25.25 | 23.91 | 29.27 | - |
| YUV | 136.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 143 | 0 | 0.15 | 0.05 | 0.41 | 319.09 | 0.09 | 0.55 |
| Hex | 96 | 80 | 8F | 0 | F | 5 | 29 | 13F | 9 | 37 |
| Octal | 226 | 200 | 217 | 0 | 17 | 5 | 51 | 477 | 11 | 67 |
| Binary | 10010110 | 10000000 | 10001111 | 0 | 1111 | 101 | 101001 | 100111111 | 1001 | 110111 |
Color Harmonies of #96808F
Complementary color
Monochromatic Colors of #96808F
Black with #96808F
Text Example
Text Example
White with #96808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96808F; }
p { color: rgb(150,128,143); }
H1.HeaderClassName
{
color: #96808F;
}
.AnyTagClassName
{
color: #96808F;
}
</style>
background-color css
<style>
a { background-color: #96808F; }
a { background-color: rgb(150,128,143); }
div.DivClassName
{
background-color: #96808F;
}
.BgClassName
{
background-color: #96808F;
}
</style>
border-color css
<style>
span { border-color: #96808F; }
span { border-color: rgb(150,128,143); }
td.TdClassName
{
border-color: #96808F;
}
.TagClassName
{
border-color: #96808F;
}
</style>