Shades of Mountbatten Pink #967D94
Tints of Mountbatten Pink #967D94
RGB
CMYK
RGB Variations
Color information
#967D94 (or 0x967D94) is known color: Mountbatten Pink. HEX triplet: 96, 7D and 94. RGB value is (150,125,148). Sum of RGB (Red+Green+Blue) = 150+125+148=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #967D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967D94 is #69826B. Grayscale: #878787. Windows color (decimal): -6914668 or 9731478. OLE color: 9731478.
HSL color Cylindrical-coordinate representation of color #967D94: hue angle of 304.8º 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 #967D94 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 148 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.41 |
| HSL | 304.8º | 0.11% | 0.54% | - |
| HSV(B) | 304.8º | 0.17% | 0.59% | - |
| XYZ | 25.26 | 23.29 | 31.18 | - |
| YUV | 135.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 148 | 0 | 0.17 | 0.01 | 0.41 | 304.8 | 0.11 | 0.54 |
| Hex | 96 | 7D | 94 | 0 | 11 | 1 | 29 | 131 | B | 36 |
| Octal | 226 | 175 | 224 | 0 | 21 | 1 | 51 | 461 | 13 | 66 |
| Binary | 10010110 | 1111101 | 10010100 | 0 | 10001 | 1 | 101001 | 100110001 | 1011 | 110110 |
Color Harmonies of #967D94
Complementary color
Monochromatic Colors of #967D94
Black with #967D94
Text Example
Text Example
White with #967D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D94; }
p { color: rgb(150,125,148); }
H1.HeaderClassName
{
color: #967D94;
}
.AnyTagClassName
{
color: #967D94;
}
</style>
background-color css
<style>
a { background-color: #967D94; }
a { background-color: rgb(150,125,148); }
div.DivClassName
{
background-color: #967D94;
}
.BgClassName
{
background-color: #967D94;
}
</style>
border-color css
<style>
span { border-color: #967D94; }
span { border-color: rgb(150,125,148); }
td.TdClassName
{
border-color: #967D94;
}
.TagClassName
{
border-color: #967D94;
}
</style>