Shades of Eggplant #96086E
Tints of Eggplant #96086E
RGB
CMYK
RGB Variations
Color information
#96086E (or 0x96086E) is known color: Eggplant. HEX triplet: 96, 08 and 6E. RGB value is (150,8,110). Sum of RGB (Red+Green+Blue) = 150+8+110=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96086E is #69F791. Grayscale: #3D3D3D. Windows color (decimal): -6944658 or 7211158. OLE color: 7211158.
HSL color Cylindrical-coordinate representation of color #96086E: hue angle of 316.9º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96086E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 110 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.41 |
| HSL | 316.9º | 0.9% | 0.31% | - |
| HSV(B) | 316.9º | 0.95% | 0.59% | - |
| XYZ | 15.48 | 7.78 | 15.44 | - |
| YUV | 62.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 110 | 0 | 0.95 | 0.27 | 0.41 | 316.9 | 0.9 | 0.31 |
| Hex | 96 | 8 | 6E | 0 | 5F | 1B | 29 | 13D | 5A | 1F |
| Octal | 226 | 10 | 156 | 0 | 137 | 33 | 51 | 475 | 132 | 37 |
| Binary | 10010110 | 1000 | 1101110 | 0 | 1011111 | 11011 | 101001 | 100111101 | 1011010 | 11111 |
Color Harmonies of #96086E
Complementary color
Monochromatic Colors of #96086E
Black with #96086E
Text Example
Text Example
White with #96086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96086E; }
p { color: rgb(150,8,110); }
H1.HeaderClassName
{
color: #96086E;
}
.AnyTagClassName
{
color: #96086E;
}
</style>
background-color css
<style>
a { background-color: #96086E; }
a { background-color: rgb(150,8,110); }
div.DivClassName
{
background-color: #96086E;
}
.BgClassName
{
background-color: #96086E;
}
</style>
border-color css
<style>
span { border-color: #96086E; }
span { border-color: rgb(150,8,110); }
td.TdClassName
{
border-color: #96086E;
}
.TagClassName
{
border-color: #96086E;
}
</style>