Shades of Mountbatten Pink #966D90
Tints of Mountbatten Pink #966D90
RGB
CMYK
RGB Variations
Color information
#966D90 (or 0x966D90) is known color: Mountbatten Pink. HEX triplet: 96, 6D and 90. RGB value is (150,109,144). Sum of RGB (Red+Green+Blue) = 150+109+144=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #966D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D90 is #69926F. Grayscale: #7D7D7D. Windows color (decimal): -6918768 or 9465238. OLE color: 9465238.
HSL color Cylindrical-coordinate representation of color #966D90: hue angle of 308.78º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966D90 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 144 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.41 |
| HSL | 308.78º | 0.16% | 0.51% | - |
| HSV(B) | 308.78º | 0.27% | 0.59% | - |
| XYZ | 23.08 | 19.43 | 28.92 | - |
| YUV | 125.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 144 | 0 | 0.27 | 0.04 | 0.41 | 308.78 | 0.16 | 0.51 |
| Hex | 96 | 6D | 90 | 0 | 1B | 4 | 29 | 135 | 10 | 33 |
| Octal | 226 | 155 | 220 | 0 | 33 | 4 | 51 | 465 | 20 | 63 |
| Binary | 10010110 | 1101101 | 10010000 | 0 | 11011 | 100 | 101001 | 100110101 | 10000 | 110011 |
Color Harmonies of #966D90
Complementary color
Monochromatic Colors of #966D90
Black with #966D90
Text Example
Text Example
White with #966D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D90; }
p { color: rgb(150,109,144); }
H1.HeaderClassName
{
color: #966D90;
}
.AnyTagClassName
{
color: #966D90;
}
</style>
background-color css
<style>
a { background-color: #966D90; }
a { background-color: rgb(150,109,144); }
div.DivClassName
{
background-color: #966D90;
}
.BgClassName
{
background-color: #966D90;
}
</style>
border-color css
<style>
span { border-color: #966D90; }
span { border-color: rgb(150,109,144); }
td.TdClassName
{
border-color: #966D90;
}
.TagClassName
{
border-color: #966D90;
}
</style>