Shades of Eggplant #96146E
Tints of Eggplant #96146E
RGB
CMYK
RGB Variations
Color information
#96146E (or 0x96146E) is known color: Eggplant. HEX triplet: 96, 14 and 6E. RGB value is (150,20,110). Sum of RGB (Red+Green+Blue) = 150+20+110=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96146E is #69EB91. Grayscale: #444444. Windows color (decimal): -6941586 or 7214230. OLE color: 7214230.
HSL color Cylindrical-coordinate representation of color #96146E: hue angle of 318.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96146E is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 110 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.41 |
| HSL | 318.46º | 0.76% | 0.33% | - |
| HSV(B) | 318.46º | 0.87% | 0.59% | - |
| XYZ | 15.64 | 8.11 | 15.49 | - |
| YUV | 69.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 110 | 0 | 0.87 | 0.27 | 0.41 | 318.46 | 0.76 | 0.33 |
| Hex | 96 | 14 | 6E | 0 | 57 | 1B | 29 | 13E | 4C | 21 |
| Octal | 226 | 24 | 156 | 0 | 127 | 33 | 51 | 476 | 114 | 41 |
| Binary | 10010110 | 10100 | 1101110 | 0 | 1010111 | 11011 | 101001 | 100111110 | 1001100 | 100001 |
Color Harmonies of #96146E
Complementary color
Monochromatic Colors of #96146E
Black with #96146E
Text Example
Text Example
White with #96146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96146E; }
p { color: rgb(150,20,110); }
H1.HeaderClassName
{
color: #96146E;
}
.AnyTagClassName
{
color: #96146E;
}
</style>
background-color css
<style>
a { background-color: #96146E; }
a { background-color: rgb(150,20,110); }
div.DivClassName
{
background-color: #96146E;
}
.BgClassName
{
background-color: #96146E;
}
</style>
border-color css
<style>
span { border-color: #96146E; }
span { border-color: rgb(150,20,110); }
td.TdClassName
{
border-color: #96146E;
}
.TagClassName
{
border-color: #96146E;
}
</style>