Shades of Eggplant #96025A
Tints of Eggplant #96025A
RGB
CMYK
RGB Variations
Color information
#96025A (or 0x96025A) is known color: Eggplant. HEX triplet: 96, 02 and 5A. RGB value is (150,2,90). Sum of RGB (Red+Green+Blue) = 150+2+90=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96025A is #69FDA5. Grayscale: #383838. Windows color (decimal): -6946214 or 5898902. OLE color: 5898902.
HSL color Cylindrical-coordinate representation of color #96025A: hue angle of 324.32º degrees, saturation: 0.97, 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 #96025A is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.4 | 0.41 |
| HSL | 324.32º | 0.97% | 0.3% | - |
| HSV(B) | 324.32º | 0.99% | 0.59% | - |
| XYZ | 14.44 | 7.27 | 10.31 | - |
| YUV | 56.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 90 | 0 | 0.99 | 0.4 | 0.41 | 324.32 | 0.97 | 0.3 |
| Hex | 96 | 2 | 5A | 0 | 63 | 28 | 29 | 144 | 61 | 1E |
| Octal | 226 | 2 | 132 | 0 | 143 | 50 | 51 | 504 | 141 | 36 |
| Binary | 10010110 | 10 | 1011010 | 0 | 1100011 | 101000 | 101001 | 101000100 | 1100001 | 11110 |
Color Harmonies of #96025A
Complementary color
Monochromatic Colors of #96025A
Black with #96025A
Text Example
Text Example
White with #96025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96025A; }
p { color: rgb(150,2,90); }
H1.HeaderClassName
{
color: #96025A;
}
.AnyTagClassName
{
color: #96025A;
}
</style>
background-color css
<style>
a { background-color: #96025A; }
a { background-color: rgb(150,2,90); }
div.DivClassName
{
background-color: #96025A;
}
.BgClassName
{
background-color: #96025A;
}
</style>
border-color css
<style>
span { border-color: #96025A; }
span { border-color: rgb(150,2,90); }
td.TdClassName
{
border-color: #96025A;
}
.TagClassName
{
border-color: #96025A;
}
</style>