Shades of Mountbatten Pink #96768D
Tints of Mountbatten Pink #96768D
RGB
CMYK
RGB Variations
Color information
#96768D (or 0x96768D) is known color: Mountbatten Pink. HEX triplet: 96, 76 and 8D. RGB value is (150,118,141). Sum of RGB (Red+Green+Blue) = 150+118+141=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96768D is #698972. Grayscale: #828282. Windows color (decimal): -6916467 or 9270934. OLE color: 9270934.
HSL color Cylindrical-coordinate representation of color #96768D: hue angle of 316.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96768D is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 141 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.41 |
| HSL | 316.88º | 0.13% | 0.53% | - |
| HSV(B) | 316.88º | 0.21% | 0.59% | - |
| XYZ | 23.86 | 21.36 | 28.07 | - |
| YUV | 130.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 141 | 0 | 0.21 | 0.06 | 0.41 | 316.88 | 0.13 | 0.53 |
| Hex | 96 | 76 | 8D | 0 | 15 | 6 | 29 | 13D | D | 35 |
| Octal | 226 | 166 | 215 | 0 | 25 | 6 | 51 | 475 | 15 | 65 |
| Binary | 10010110 | 1110110 | 10001101 | 0 | 10101 | 110 | 101001 | 100111101 | 1101 | 110101 |
Color Harmonies of #96768D
Complementary color
Monochromatic Colors of #96768D
Black with #96768D
Text Example
Text Example
White with #96768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96768D; }
p { color: rgb(150,118,141); }
H1.HeaderClassName
{
color: #96768D;
}
.AnyTagClassName
{
color: #96768D;
}
</style>
background-color css
<style>
a { background-color: #96768D; }
a { background-color: rgb(150,118,141); }
div.DivClassName
{
background-color: #96768D;
}
.BgClassName
{
background-color: #96768D;
}
</style>
border-color css
<style>
span { border-color: #96768D; }
span { border-color: rgb(150,118,141); }
td.TdClassName
{
border-color: #96768D;
}
.TagClassName
{
border-color: #96768D;
}
</style>