Shades of Mountbatten Pink #967089
Tints of Mountbatten Pink #967089
RGB
CMYK
RGB Variations
Color information
#967089 (or 0x967089) is known color: Mountbatten Pink. HEX triplet: 96, 70 and 89. RGB value is (150,112,137). Sum of RGB (Red+Green+Blue) = 150+112+137=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967089 is #698F76. Grayscale: #7E7E7E. Windows color (decimal): -6918007 or 9007254. OLE color: 9007254.
HSL color Cylindrical-coordinate representation of color #967089: hue angle of 320.53º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967089 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 137 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.41 |
| HSL | 320.53º | 0.15% | 0.51% | - |
| HSV(B) | 320.53º | 0.25% | 0.59% | - |
| XYZ | 22.89 | 19.88 | 26.3 | - |
| YUV | 126.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 137 | 0 | 0.25 | 0.09 | 0.41 | 320.53 | 0.15 | 0.51 |
| Hex | 96 | 70 | 89 | 0 | 19 | 9 | 29 | 141 | F | 33 |
| Octal | 226 | 160 | 211 | 0 | 31 | 11 | 51 | 501 | 17 | 63 |
| Binary | 10010110 | 1110000 | 10001001 | 0 | 11001 | 1001 | 101001 | 101000001 | 1111 | 110011 |
Color Harmonies of #967089
Complementary color
Monochromatic Colors of #967089
Black with #967089
Text Example
Text Example
White with #967089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967089; }
p { color: rgb(150,112,137); }
H1.HeaderClassName
{
color: #967089;
}
.AnyTagClassName
{
color: #967089;
}
</style>
background-color css
<style>
a { background-color: #967089; }
a { background-color: rgb(150,112,137); }
div.DivClassName
{
background-color: #967089;
}
.BgClassName
{
background-color: #967089;
}
</style>
border-color css
<style>
span { border-color: #967089; }
span { border-color: rgb(150,112,137); }
td.TdClassName
{
border-color: #967089;
}
.TagClassName
{
border-color: #967089;
}
</style>