Shades of Eggplant #96005A
Tints of Eggplant #96005A
RGB
CMYK
RGB Variations
Color information
#96005A (or 0x96005A) is known color: Eggplant. HEX triplet: 96, 00 and 5A. RGB value is (150,0,90). Sum of RGB (Red+Green+Blue) = 150+0+90=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #96005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96005A is #69FFA5. Grayscale: #363636. Windows color (decimal): -6946726 or 5898390. OLE color: 5898390.
HSL color Cylindrical-coordinate representation of color #96005A: hue angle of 324º 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 #96005A is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.4 | 0.41 |
| HSL | 324º | 1% | 0.29% | - |
| HSV(B) | 324º | 1% | 0.59% | - |
| XYZ | 14.42 | 7.22 | 10.31 | - |
| YUV | 55.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 90 | 0 | 1 | 0.4 | 0.41 | 324 | 1 | 0.29 |
| Hex | 96 | 0 | 5A | 0 | 64 | 28 | 29 | 144 | 64 | 1D |
| Octal | 226 | 0 | 132 | 0 | 144 | 50 | 51 | 504 | 144 | 35 |
| Binary | 10010110 | 0 | 1011010 | 0 | 1100100 | 101000 | 101001 | 101000100 | 1100100 | 11101 |
Color Harmonies of #96005A
Complementary color
Monochromatic Colors of #96005A
Black with #96005A
Text Example
Text Example
White with #96005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96005A; }
p { color: rgb(150,0,90); }
H1.HeaderClassName
{
color: #96005A;
}
.AnyTagClassName
{
color: #96005A;
}
</style>
background-color css
<style>
a { background-color: #96005A; }
a { background-color: rgb(150,0,90); }
div.DivClassName
{
background-color: #96005A;
}
.BgClassName
{
background-color: #96005A;
}
</style>
border-color css
<style>
span { border-color: #96005A; }
span { border-color: rgb(150,0,90); }
td.TdClassName
{
border-color: #96005A;
}
.TagClassName
{
border-color: #96005A;
}
</style>