Shades of Mountbatten Pink #966B8F
Tints of Mountbatten Pink #966B8F
RGB
CMYK
RGB Variations
Color information
#966B8F (or 0x966B8F) is known color: Mountbatten Pink. HEX triplet: 96, 6B and 8F. RGB value is (150,107,143). Sum of RGB (Red+Green+Blue) = 150+107+143=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #966B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966B8F is #699470. Grayscale: #7B7B7B. Windows color (decimal): -6919281 or 9399190. OLE color: 9399190.
HSL color Cylindrical-coordinate representation of color #966B8F: hue angle of 309.77º 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 #966B8F is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 143 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.41 |
| HSL | 309.77º | 0.17% | 0.5% | - |
| HSV(B) | 309.77º | 0.29% | 0.59% | - |
| XYZ | 22.79 | 18.98 | 28.45 | - |
| YUV | 123.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 143 | 0 | 0.29 | 0.05 | 0.41 | 309.77 | 0.17 | 0.5 |
| Hex | 96 | 6B | 8F | 0 | 1D | 5 | 29 | 136 | 11 | 32 |
| Octal | 226 | 153 | 217 | 0 | 35 | 5 | 51 | 466 | 21 | 62 |
| Binary | 10010110 | 1101011 | 10001111 | 0 | 11101 | 101 | 101001 | 100110110 | 10001 | 110010 |
Color Harmonies of #966B8F
Complementary color
Monochromatic Colors of #966B8F
Black with #966B8F
Text Example
Text Example
White with #966B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B8F; }
p { color: rgb(150,107,143); }
H1.HeaderClassName
{
color: #966B8F;
}
.AnyTagClassName
{
color: #966B8F;
}
</style>
background-color css
<style>
a { background-color: #966B8F; }
a { background-color: rgb(150,107,143); }
div.DivClassName
{
background-color: #966B8F;
}
.BgClassName
{
background-color: #966B8F;
}
</style>
border-color css
<style>
span { border-color: #966B8F; }
span { border-color: rgb(150,107,143); }
td.TdClassName
{
border-color: #966B8F;
}
.TagClassName
{
border-color: #966B8F;
}
</style>