Shades of Eggplant #96126C
Tints of Eggplant #96126C
RGB
CMYK
RGB Variations
Color information
#96126C (or 0x96126C) is known color: Eggplant. HEX triplet: 96, 12 and 6C. RGB value is (150,18,108). Sum of RGB (Red+Green+Blue) = 150+18+108=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96126C is #69ED93. Grayscale: #434343. Windows color (decimal): -6942100 or 7082646. OLE color: 7082646.
HSL color Cylindrical-coordinate representation of color #96126C: hue angle of 319.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96126C is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 108 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.41 |
| HSL | 319.09º | 0.79% | 0.33% | - |
| HSV(B) | 319.09º | 0.88% | 0.59% | - |
| XYZ | 15.5 | 8 | 14.91 | - |
| YUV | 67.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 108 | 0 | 0.88 | 0.28 | 0.41 | 319.09 | 0.79 | 0.33 |
| Hex | 96 | 12 | 6C | 0 | 58 | 1C | 29 | 13F | 4F | 21 |
| Octal | 226 | 22 | 154 | 0 | 130 | 34 | 51 | 477 | 117 | 41 |
| Binary | 10010110 | 10010 | 1101100 | 0 | 1011000 | 11100 | 101001 | 100111111 | 1001111 | 100001 |
Color Harmonies of #96126C
Complementary color
Monochromatic Colors of #96126C
Black with #96126C
Text Example
Text Example
White with #96126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96126C; }
p { color: rgb(150,18,108); }
H1.HeaderClassName
{
color: #96126C;
}
.AnyTagClassName
{
color: #96126C;
}
</style>
background-color css
<style>
a { background-color: #96126C; }
a { background-color: rgb(150,18,108); }
div.DivClassName
{
background-color: #96126C;
}
.BgClassName
{
background-color: #96126C;
}
</style>
border-color css
<style>
span { border-color: #96126C; }
span { border-color: rgb(150,18,108); }
td.TdClassName
{
border-color: #96126C;
}
.TagClassName
{
border-color: #96126C;
}
</style>