Shades of Mountbatten Pink #967F8B
Tints of Mountbatten Pink #967F8B
RGB
CMYK
RGB Variations
Color information
#967F8B (or 0x967F8B) is known color: Mountbatten Pink. HEX triplet: 96, 7F and 8B. RGB value is (150,127,139). Sum of RGB (Red+Green+Blue) = 150+127+139=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #967F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F8B is #698074. Grayscale: #878787. Windows color (decimal): -6914165 or 9142166. OLE color: 9142166.
HSL color Cylindrical-coordinate representation of color #967F8B: hue angle of 328.7º 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 #967F8B is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 139 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.41 |
| HSL | 328.7º | 0.1% | 0.54% | - |
| HSV(B) | 328.7º | 0.15% | 0.59% | - |
| XYZ | 24.83 | 23.53 | 27.66 | - |
| YUV | 135.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 139 | 0 | 0.15 | 0.07 | 0.41 | 328.7 | 0.1 | 0.54 |
| Hex | 96 | 7F | 8B | 0 | F | 7 | 29 | 149 | A | 36 |
| Octal | 226 | 177 | 213 | 0 | 17 | 7 | 51 | 511 | 12 | 66 |
| Binary | 10010110 | 1111111 | 10001011 | 0 | 1111 | 111 | 101001 | 101001001 | 1010 | 110110 |
Color Harmonies of #967F8B
Complementary color
Monochromatic Colors of #967F8B
Black with #967F8B
Text Example
Text Example
White with #967F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F8B; }
p { color: rgb(150,127,139); }
H1.HeaderClassName
{
color: #967F8B;
}
.AnyTagClassName
{
color: #967F8B;
}
</style>
background-color css
<style>
a { background-color: #967F8B; }
a { background-color: rgb(150,127,139); }
div.DivClassName
{
background-color: #967F8B;
}
.BgClassName
{
background-color: #967F8B;
}
</style>
border-color css
<style>
span { border-color: #967F8B; }
span { border-color: rgb(150,127,139); }
td.TdClassName
{
border-color: #967F8B;
}
.TagClassName
{
border-color: #967F8B;
}
</style>