Shades of Mountbatten Pink #968391
Tints of Mountbatten Pink #968391
RGB
CMYK
RGB Variations
Color information
#968391 (or 0x968391) is known color: Mountbatten Pink. HEX triplet: 96, 83 and 91. RGB value is (150,131,145). Sum of RGB (Red+Green+Blue) = 150+131+145=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #968391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968391 is #697C6E. Grayscale: #8A8A8A. Windows color (decimal): -6913135 or 9536406. OLE color: 9536406.
HSL color Cylindrical-coordinate representation of color #968391: hue angle of 315.79º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968391 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 145 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.41 |
| HSL | 315.79º | 0.08% | 0.55% | - |
| HSV(B) | 315.79º | 0.13% | 0.59% | - |
| XYZ | 25.8 | 24.76 | 30.21 | - |
| YUV | 138.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 145 | 0 | 0.13 | 0.03 | 0.41 | 315.79 | 0.08 | 0.55 |
| Hex | 96 | 83 | 91 | 0 | D | 3 | 29 | 13C | 8 | 37 |
| Octal | 226 | 203 | 221 | 0 | 15 | 3 | 51 | 474 | 10 | 67 |
| Binary | 10010110 | 10000011 | 10010001 | 0 | 1101 | 11 | 101001 | 100111100 | 1000 | 110111 |
Color Harmonies of #968391
Complementary color
Monochromatic Colors of #968391
Black with #968391
Text Example
Text Example
White with #968391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968391; }
p { color: rgb(150,131,145); }
H1.HeaderClassName
{
color: #968391;
}
.AnyTagClassName
{
color: #968391;
}
</style>
background-color css
<style>
a { background-color: #968391; }
a { background-color: rgb(150,131,145); }
div.DivClassName
{
background-color: #968391;
}
.BgClassName
{
background-color: #968391;
}
</style>
border-color css
<style>
span { border-color: #968391; }
span { border-color: rgb(150,131,145); }
td.TdClassName
{
border-color: #968391;
}
.TagClassName
{
border-color: #968391;
}
</style>