Shades of Eggplant #96006C
Tints of Eggplant #96006C
RGB
CMYK
RGB Variations
Color information
#96006C (or 0x96006C) is known color: Eggplant. HEX triplet: 96, 00 and 6C. RGB value is (150,0,108). Sum of RGB (Red+Green+Blue) = 150+0+108=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96006C is #69FF93. Grayscale: #383838. Windows color (decimal): -6946708 or 7078038. OLE color: 7078038.
HSL color Cylindrical-coordinate representation of color #96006C: hue angle of 316.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96006C is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.28 | 0.41 |
| HSL | 316.8º | 1% | 0.29% | - |
| HSV(B) | 316.8º | 1% | 0.59% | - |
| XYZ | 15.28 | 7.57 | 14.84 | - |
| YUV | 57.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 108 | 0 | 1 | 0.28 | 0.41 | 316.8 | 1 | 0.29 |
| Hex | 96 | 0 | 6C | 0 | 64 | 1C | 29 | 13D | 64 | 1D |
| Octal | 226 | 0 | 154 | 0 | 144 | 34 | 51 | 475 | 144 | 35 |
| Binary | 10010110 | 0 | 1101100 | 0 | 1100100 | 11100 | 101001 | 100111101 | 1100100 | 11101 |
Color Harmonies of #96006C
Complementary color
Monochromatic Colors of #96006C
Black with #96006C
Text Example
Text Example
White with #96006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96006C; }
p { color: rgb(150,0,108); }
H1.HeaderClassName
{
color: #96006C;
}
.AnyTagClassName
{
color: #96006C;
}
</style>
background-color css
<style>
a { background-color: #96006C; }
a { background-color: rgb(150,0,108); }
div.DivClassName
{
background-color: #96006C;
}
.BgClassName
{
background-color: #96006C;
}
</style>
border-color css
<style>
span { border-color: #96006C; }
span { border-color: rgb(150,0,108); }
td.TdClassName
{
border-color: #96006C;
}
.TagClassName
{
border-color: #96006C;
}
</style>