Shades of Eggplant #96016C
Tints of Eggplant #96016C
RGB
CMYK
RGB Variations
Color information
#96016C (or 0x96016C) is known color: Eggplant. HEX triplet: 96, 01 and 6C. RGB value is (150,1,108). Sum of RGB (Red+Green+Blue) = 150+1+108=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96016C is #69FE93. Grayscale: #393939. Windows color (decimal): -6946452 or 7078294. OLE color: 7078294.
HSL color Cylindrical-coordinate representation of color #96016C: hue angle of 316.91º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96016C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.41 |
| HSL | 316.91º | 0.99% | 0.3% | - |
| HSV(B) | 316.91º | 0.99% | 0.59% | - |
| XYZ | 15.3 | 7.59 | 14.85 | - |
| YUV | 57.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 108 | 0 | 0.99 | 0.28 | 0.41 | 316.91 | 0.99 | 0.3 |
| Hex | 96 | 1 | 6C | 0 | 63 | 1C | 29 | 13D | 63 | 1E |
| Octal | 226 | 1 | 154 | 0 | 143 | 34 | 51 | 475 | 143 | 36 |
| Binary | 10010110 | 1 | 1101100 | 0 | 1100011 | 11100 | 101001 | 100111101 | 1100011 | 11110 |
Color Harmonies of #96016C
Complementary color
Monochromatic Colors of #96016C
Black with #96016C
Text Example
Text Example
White with #96016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96016C; }
p { color: rgb(150,1,108); }
H1.HeaderClassName
{
color: #96016C;
}
.AnyTagClassName
{
color: #96016C;
}
</style>
background-color css
<style>
a { background-color: #96016C; }
a { background-color: rgb(150,1,108); }
div.DivClassName
{
background-color: #96016C;
}
.BgClassName
{
background-color: #96016C;
}
</style>
border-color css
<style>
span { border-color: #96016C; }
span { border-color: rgb(150,1,108); }
td.TdClassName
{
border-color: #96016C;
}
.TagClassName
{
border-color: #96016C;
}
</style>