Shades of Mountbatten Pink #96688E
Tints of Mountbatten Pink #96688E
RGB
CMYK
RGB Variations
Color information
#96688E (or 0x96688E) is known color: Mountbatten Pink. HEX triplet: 96, 68 and 8E. RGB value is (150,104,142). Sum of RGB (Red+Green+Blue) = 150+104+142=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #96688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688E is #699771. Grayscale: #797979. Windows color (decimal): -6920050 or 9332886. OLE color: 9332886.
HSL color Cylindrical-coordinate representation of color #96688E: hue angle of 310.43º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96688E is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 142 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.41 |
| HSL | 310.43º | 0.18% | 0.5% | - |
| HSV(B) | 310.43º | 0.31% | 0.59% | - |
| XYZ | 22.41 | 18.34 | 27.95 | - |
| YUV | 122.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 142 | 0 | 0.31 | 0.05 | 0.41 | 310.43 | 0.18 | 0.5 |
| Hex | 96 | 68 | 8E | 0 | 1F | 5 | 29 | 136 | 12 | 32 |
| Octal | 226 | 150 | 216 | 0 | 37 | 5 | 51 | 466 | 22 | 62 |
| Binary | 10010110 | 1101000 | 10001110 | 0 | 11111 | 101 | 101001 | 100110110 | 10010 | 110010 |
Color Harmonies of #96688E
Complementary color
Monochromatic Colors of #96688E
Black with #96688E
Text Example
Text Example
White with #96688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96688E; }
p { color: rgb(150,104,142); }
H1.HeaderClassName
{
color: #96688E;
}
.AnyTagClassName
{
color: #96688E;
}
</style>
background-color css
<style>
a { background-color: #96688E; }
a { background-color: rgb(150,104,142); }
div.DivClassName
{
background-color: #96688E;
}
.BgClassName
{
background-color: #96688E;
}
</style>
border-color css
<style>
span { border-color: #96688E; }
span { border-color: rgb(150,104,142); }
td.TdClassName
{
border-color: #96688E;
}
.TagClassName
{
border-color: #96688E;
}
</style>