Shades of Mountbatten Pink #966B8C
Tints of Mountbatten Pink #966B8C
RGB
CMYK
RGB Variations
Color information
#966B8C (or 0x966B8C) is known color: Mountbatten Pink. HEX triplet: 96, 6B and 8C. RGB value is (150,107,140). Sum of RGB (Red+Green+Blue) = 150+107+140=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966B8C is #699473. Grayscale: #7B7B7B. Windows color (decimal): -6919284 or 9202582. OLE color: 9202582.
HSL color Cylindrical-coordinate representation of color #966B8C: hue angle of 313.95º 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 #966B8C is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 140 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.41 |
| HSL | 313.95º | 0.17% | 0.5% | - |
| HSV(B) | 313.95º | 0.29% | 0.59% | - |
| XYZ | 22.57 | 18.89 | 27.27 | - |
| YUV | 123.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 140 | 0 | 0.29 | 0.07 | 0.41 | 313.95 | 0.17 | 0.5 |
| Hex | 96 | 6B | 8C | 0 | 1D | 7 | 29 | 13A | 11 | 32 |
| Octal | 226 | 153 | 214 | 0 | 35 | 7 | 51 | 472 | 21 | 62 |
| Binary | 10010110 | 1101011 | 10001100 | 0 | 11101 | 111 | 101001 | 100111010 | 10001 | 110010 |
Color Harmonies of #966B8C
Complementary color
Monochromatic Colors of #966B8C
Black with #966B8C
Text Example
Text Example
White with #966B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B8C; }
p { color: rgb(150,107,140); }
H1.HeaderClassName
{
color: #966B8C;
}
.AnyTagClassName
{
color: #966B8C;
}
</style>
background-color css
<style>
a { background-color: #966B8C; }
a { background-color: rgb(150,107,140); }
div.DivClassName
{
background-color: #966B8C;
}
.BgClassName
{
background-color: #966B8C;
}
</style>
border-color css
<style>
span { border-color: #966B8C; }
span { border-color: rgb(150,107,140); }
td.TdClassName
{
border-color: #966B8C;
}
.TagClassName
{
border-color: #966B8C;
}
</style>