Shades of Mountbatten Pink #966A8E
Tints of Mountbatten Pink #966A8E
RGB
CMYK
RGB Variations
Color information
#966A8E (or 0x966A8E) is known color: Mountbatten Pink. HEX triplet: 96, 6A and 8E. RGB value is (150,106,142). Sum of RGB (Red+Green+Blue) = 150+106+142=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #966A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966A8E is #699571. Grayscale: #7B7B7B. Windows color (decimal): -6919538 or 9333398. OLE color: 9333398.
HSL color Cylindrical-coordinate representation of color #966A8E: hue angle of 310.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966A8E is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 142 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.41 |
| HSL | 310.91º | 0.17% | 0.5% | - |
| HSV(B) | 310.91º | 0.29% | 0.59% | - |
| XYZ | 22.61 | 18.75 | 28.02 | - |
| YUV | 123.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 142 | 0 | 0.29 | 0.05 | 0.41 | 310.91 | 0.17 | 0.5 |
| Hex | 96 | 6A | 8E | 0 | 1D | 5 | 29 | 137 | 11 | 32 |
| Octal | 226 | 152 | 216 | 0 | 35 | 5 | 51 | 467 | 21 | 62 |
| Binary | 10010110 | 1101010 | 10001110 | 0 | 11101 | 101 | 101001 | 100110111 | 10001 | 110010 |
Color Harmonies of #966A8E
Complementary color
Monochromatic Colors of #966A8E
Black with #966A8E
Text Example
Text Example
White with #966A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A8E; }
p { color: rgb(150,106,142); }
H1.HeaderClassName
{
color: #966A8E;
}
.AnyTagClassName
{
color: #966A8E;
}
</style>
background-color css
<style>
a { background-color: #966A8E; }
a { background-color: rgb(150,106,142); }
div.DivClassName
{
background-color: #966A8E;
}
.BgClassName
{
background-color: #966A8E;
}
</style>
border-color css
<style>
span { border-color: #966A8E; }
span { border-color: rgb(150,106,142); }
td.TdClassName
{
border-color: #966A8E;
}
.TagClassName
{
border-color: #966A8E;
}
</style>