Shades of Mountbatten Pink #96688D
Tints of Mountbatten Pink #96688D
RGB
CMYK
RGB Variations
Color information
#96688D (or 0x96688D) is known color: Mountbatten Pink. HEX triplet: 96, 68 and 8D. RGB value is (150,104,141). Sum of RGB (Red+Green+Blue) = 150+104+141=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688D is #699772. Grayscale: #797979. Windows color (decimal): -6920051 or 9267350. OLE color: 9267350.
HSL color Cylindrical-coordinate representation of color #96688D: hue angle of 311.74º 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 #96688D is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 141 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.41 |
| HSL | 311.74º | 0.18% | 0.5% | - |
| HSV(B) | 311.74º | 0.31% | 0.59% | - |
| XYZ | 22.34 | 18.31 | 27.56 | - |
| YUV | 121.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 141 | 0 | 0.31 | 0.06 | 0.41 | 311.74 | 0.18 | 0.5 |
| Hex | 96 | 68 | 8D | 0 | 1F | 6 | 29 | 138 | 12 | 32 |
| Octal | 226 | 150 | 215 | 0 | 37 | 6 | 51 | 470 | 22 | 62 |
| Binary | 10010110 | 1101000 | 10001101 | 0 | 11111 | 110 | 101001 | 100111000 | 10010 | 110010 |
Color Harmonies of #96688D
Complementary color
Monochromatic Colors of #96688D
Black with #96688D
Text Example
Text Example
White with #96688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96688D; }
p { color: rgb(150,104,141); }
H1.HeaderClassName
{
color: #96688D;
}
.AnyTagClassName
{
color: #96688D;
}
</style>
background-color css
<style>
a { background-color: #96688D; }
a { background-color: rgb(150,104,141); }
div.DivClassName
{
background-color: #96688D;
}
.BgClassName
{
background-color: #96688D;
}
</style>
border-color css
<style>
span { border-color: #96688D; }
span { border-color: rgb(150,104,141); }
td.TdClassName
{
border-color: #96688D;
}
.TagClassName
{
border-color: #96688D;
}
</style>