Shades of Mountbatten Pink #967A8E
Tints of Mountbatten Pink #967A8E
RGB
CMYK
RGB Variations
Color information
#967A8E (or 0x967A8E) is known color: Mountbatten Pink. HEX triplet: 96, 7A and 8E. RGB value is (150,122,142). Sum of RGB (Red+Green+Blue) = 150+122+142=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #967A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A8E is #698571. Grayscale: #848484. Windows color (decimal): -6915442 or 9337494. OLE color: 9337494.
HSL color Cylindrical-coordinate representation of color #967A8E: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A8E is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 142 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.41 |
| HSL | 317.14º | 0.12% | 0.53% | - |
| HSV(B) | 317.14º | 0.19% | 0.59% | - |
| XYZ | 24.42 | 22.36 | 28.62 | - |
| YUV | 132.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 142 | 0 | 0.19 | 0.05 | 0.41 | 317.14 | 0.12 | 0.53 |
| Hex | 96 | 7A | 8E | 0 | 13 | 5 | 29 | 13D | C | 35 |
| Octal | 226 | 172 | 216 | 0 | 23 | 5 | 51 | 475 | 14 | 65 |
| Binary | 10010110 | 1111010 | 10001110 | 0 | 10011 | 101 | 101001 | 100111101 | 1100 | 110101 |
Color Harmonies of #967A8E
Complementary color
Monochromatic Colors of #967A8E
Black with #967A8E
Text Example
Text Example
White with #967A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A8E; }
p { color: rgb(150,122,142); }
H1.HeaderClassName
{
color: #967A8E;
}
.AnyTagClassName
{
color: #967A8E;
}
</style>
background-color css
<style>
a { background-color: #967A8E; }
a { background-color: rgb(150,122,142); }
div.DivClassName
{
background-color: #967A8E;
}
.BgClassName
{
background-color: #967A8E;
}
</style>
border-color css
<style>
span { border-color: #967A8E; }
span { border-color: rgb(150,122,142); }
td.TdClassName
{
border-color: #967A8E;
}
.TagClassName
{
border-color: #967A8E;
}
</style>