Shades of Mountbatten Pink #967F93
Tints of Mountbatten Pink #967F93
RGB
CMYK
RGB Variations
Color information
#967F93 (or 0x967F93) is known color: Mountbatten Pink. HEX triplet: 96, 7F and 93. RGB value is (150,127,147). Sum of RGB (Red+Green+Blue) = 150+127+147=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #967F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F93 is #69806C. Grayscale: #888888. Windows color (decimal): -6914157 or 9666454. OLE color: 9666454.
HSL color Cylindrical-coordinate representation of color #967F93: hue angle of 307.83º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #967F93 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 147 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.41 |
| HSL | 307.83º | 0.1% | 0.54% | - |
| HSV(B) | 307.83º | 0.15% | 0.59% | - |
| XYZ | 25.43 | 23.77 | 30.85 | - |
| YUV | 136.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 147 | 0 | 0.15 | 0.02 | 0.41 | 307.83 | 0.1 | 0.54 |
| Hex | 96 | 7F | 93 | 0 | F | 2 | 29 | 134 | A | 36 |
| Octal | 226 | 177 | 223 | 0 | 17 | 2 | 51 | 464 | 12 | 66 |
| Binary | 10010110 | 1111111 | 10010011 | 0 | 1111 | 10 | 101001 | 100110100 | 1010 | 110110 |
Color Harmonies of #967F93
Complementary color
Monochromatic Colors of #967F93
Black with #967F93
Text Example
Text Example
White with #967F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F93; }
p { color: rgb(150,127,147); }
H1.HeaderClassName
{
color: #967F93;
}
.AnyTagClassName
{
color: #967F93;
}
</style>
background-color css
<style>
a { background-color: #967F93; }
a { background-color: rgb(150,127,147); }
div.DivClassName
{
background-color: #967F93;
}
.BgClassName
{
background-color: #967F93;
}
</style>
border-color css
<style>
span { border-color: #967F93; }
span { border-color: rgb(150,127,147); }
td.TdClassName
{
border-color: #967F93;
}
.TagClassName
{
border-color: #967F93;
}
</style>