Shades of Mountbatten Pink #966A8C
Tints of Mountbatten Pink #966A8C
RGB
CMYK
RGB Variations
Color information
#966A8C (or 0x966A8C) is known color: Mountbatten Pink. HEX triplet: 96, 6A and 8C. RGB value is (150,106,140). Sum of RGB (Red+Green+Blue) = 150+106+140=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #966A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966A8C is #699573. Grayscale: #7A7A7A. Windows color (decimal): -6919540 or 9202326. OLE color: 9202326.
HSL color Cylindrical-coordinate representation of color #966A8C: hue angle of 313.64º 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 #966A8C is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 140 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.41 |
| HSL | 313.64º | 0.17% | 0.5% | - |
| HSV(B) | 313.64º | 0.29% | 0.59% | - |
| XYZ | 22.47 | 18.69 | 27.23 | - |
| YUV | 123.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 140 | 0 | 0.29 | 0.07 | 0.41 | 313.64 | 0.17 | 0.5 |
| Hex | 96 | 6A | 8C | 0 | 1D | 7 | 29 | 13A | 11 | 32 |
| Octal | 226 | 152 | 214 | 0 | 35 | 7 | 51 | 472 | 21 | 62 |
| Binary | 10010110 | 1101010 | 10001100 | 0 | 11101 | 111 | 101001 | 100111010 | 10001 | 110010 |
Color Harmonies of #966A8C
Complementary color
Monochromatic Colors of #966A8C
Black with #966A8C
Text Example
Text Example
White with #966A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A8C; }
p { color: rgb(150,106,140); }
H1.HeaderClassName
{
color: #966A8C;
}
.AnyTagClassName
{
color: #966A8C;
}
</style>
background-color css
<style>
a { background-color: #966A8C; }
a { background-color: rgb(150,106,140); }
div.DivClassName
{
background-color: #966A8C;
}
.BgClassName
{
background-color: #966A8C;
}
</style>
border-color css
<style>
span { border-color: #966A8C; }
span { border-color: rgb(150,106,140); }
td.TdClassName
{
border-color: #966A8C;
}
.TagClassName
{
border-color: #966A8C;
}
</style>