Shades of Mountbatten Pink #96788D
Tints of Mountbatten Pink #96788D
RGB
CMYK
RGB Variations
Color information
#96788D (or 0x96788D) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 8D. RGB value is (150,120,141). Sum of RGB (Red+Green+Blue) = 150+120+141=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #96788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96788D is #698772. Grayscale: #838383. Windows color (decimal): -6915955 or 9271446. OLE color: 9271446.
HSL color Cylindrical-coordinate representation of color #96788D: hue angle of 318º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96788D is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 141 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.41 |
| HSL | 318º | 0.13% | 0.53% | - |
| HSV(B) | 318º | 0.2% | 0.59% | - |
| XYZ | 24.1 | 21.84 | 28.14 | - |
| YUV | 131.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 141 | 0 | 0.20 | 0.06 | 0.41 | 318 | 0.13 | 0.53 |
| Hex | 96 | 78 | 8D | 0 | 14 | 6 | 29 | 13E | C | 35 |
| Octal | 226 | 170 | 215 | 0 | 24 | 6 | 51 | 476 | 14 | 65 |
| Binary | 10010110 | 1111000 | 10001101 | 0 | 10100 | 110 | 101001 | 100111110 | 1100 | 110101 |
Color Harmonies of #96788D
Complementary color
Monochromatic Colors of #96788D
Black with #96788D
Text Example
Text Example
White with #96788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96788D; }
p { color: rgb(150,120,141); }
H1.HeaderClassName
{
color: #96788D;
}
.AnyTagClassName
{
color: #96788D;
}
</style>
background-color css
<style>
a { background-color: #96788D; }
a { background-color: rgb(150,120,141); }
div.DivClassName
{
background-color: #96788D;
}
.BgClassName
{
background-color: #96788D;
}
</style>
border-color css
<style>
span { border-color: #96788D; }
span { border-color: rgb(150,120,141); }
td.TdClassName
{
border-color: #96788D;
}
.TagClassName
{
border-color: #96788D;
}
</style>