Shades of Mountbatten Pink #967C90
Tints of Mountbatten Pink #967C90
RGB
CMYK
RGB Variations
Color information
#967C90 (or 0x967C90) is known color: Mountbatten Pink. HEX triplet: 96, 7C and 90. RGB value is (150,124,144). Sum of RGB (Red+Green+Blue) = 150+124+144=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #967C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967C90 is #69836F. Grayscale: #868686. Windows color (decimal): -6914928 or 9469078. OLE color: 9469078.
HSL color Cylindrical-coordinate representation of color #967C90: hue angle of 313.85º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967C90 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 144 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.41 |
| HSL | 313.85º | 0.11% | 0.54% | - |
| HSV(B) | 313.85º | 0.17% | 0.59% | - |
| XYZ | 24.82 | 22.91 | 29.5 | - |
| YUV | 134.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 144 | 0 | 0.17 | 0.04 | 0.41 | 313.85 | 0.11 | 0.54 |
| Hex | 96 | 7C | 90 | 0 | 11 | 4 | 29 | 13A | B | 36 |
| Octal | 226 | 174 | 220 | 0 | 21 | 4 | 51 | 472 | 13 | 66 |
| Binary | 10010110 | 1111100 | 10010000 | 0 | 10001 | 100 | 101001 | 100111010 | 1011 | 110110 |
Color Harmonies of #967C90
Complementary color
Monochromatic Colors of #967C90
Black with #967C90
Text Example
Text Example
White with #967C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C90; }
p { color: rgb(150,124,144); }
H1.HeaderClassName
{
color: #967C90;
}
.AnyTagClassName
{
color: #967C90;
}
</style>
background-color css
<style>
a { background-color: #967C90; }
a { background-color: rgb(150,124,144); }
div.DivClassName
{
background-color: #967C90;
}
.BgClassName
{
background-color: #967C90;
}
</style>
border-color css
<style>
span { border-color: #967C90; }
span { border-color: rgb(150,124,144); }
td.TdClassName
{
border-color: #967C90;
}
.TagClassName
{
border-color: #967C90;
}
</style>