Shades of Mountbatten Pink #967D8E
Tints of Mountbatten Pink #967D8E
RGB
CMYK
RGB Variations
Color information
#967D8E (or 0x967D8E) is known color: Mountbatten Pink. HEX triplet: 96, 7D and 8E. RGB value is (150,125,142). Sum of RGB (Red+Green+Blue) = 150+125+142=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #967D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967D8E is #698271. Grayscale: #868686. Windows color (decimal): -6914674 or 9338262. OLE color: 9338262.
HSL color Cylindrical-coordinate representation of color #967D8E: hue angle of 319.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967D8E is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 142 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.41 |
| HSL | 319.2º | 0.11% | 0.54% | - |
| HSV(B) | 319.2º | 0.17% | 0.59% | - |
| XYZ | 24.79 | 23.1 | 28.74 | - |
| YUV | 134.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 142 | 0 | 0.17 | 0.05 | 0.41 | 319.2 | 0.11 | 0.54 |
| Hex | 96 | 7D | 8E | 0 | 11 | 5 | 29 | 13F | B | 36 |
| Octal | 226 | 175 | 216 | 0 | 21 | 5 | 51 | 477 | 13 | 66 |
| Binary | 10010110 | 1111101 | 10001110 | 0 | 10001 | 101 | 101001 | 100111111 | 1011 | 110110 |
Color Harmonies of #967D8E
Complementary color
Monochromatic Colors of #967D8E
Black with #967D8E
Text Example
Text Example
White with #967D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D8E; }
p { color: rgb(150,125,142); }
H1.HeaderClassName
{
color: #967D8E;
}
.AnyTagClassName
{
color: #967D8E;
}
</style>
background-color css
<style>
a { background-color: #967D8E; }
a { background-color: rgb(150,125,142); }
div.DivClassName
{
background-color: #967D8E;
}
.BgClassName
{
background-color: #967D8E;
}
</style>
border-color css
<style>
span { border-color: #967D8E; }
span { border-color: rgb(150,125,142); }
td.TdClassName
{
border-color: #967D8E;
}
.TagClassName
{
border-color: #967D8E;
}
</style>