Shades of Eggplant #96035A
Tints of Eggplant #96035A
RGB
CMYK
RGB Variations
Color information
#96035A (or 0x96035A) is known color: Eggplant. HEX triplet: 96, 03 and 5A. RGB value is (150,3,90). Sum of RGB (Red+Green+Blue) = 150+3+90=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96035A is #69FCA5. Grayscale: #383838. Windows color (decimal): -6945958 or 5899158. OLE color: 5899158.
HSL color Cylindrical-coordinate representation of color #96035A: hue angle of 324.49º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96035A is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 90 | - |
| CMYK | 0 | 0.98 | 0.4 | 0.41 |
| HSL | 324.49º | 0.96% | 0.3% | - |
| HSV(B) | 324.49º | 0.98% | 0.59% | - |
| XYZ | 14.46 | 7.29 | 10.32 | - |
| YUV | 56.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 90 | 0 | 0.98 | 0.4 | 0.41 | 324.49 | 0.96 | 0.3 |
| Hex | 96 | 3 | 5A | 0 | 62 | 28 | 29 | 144 | 60 | 1E |
| Octal | 226 | 3 | 132 | 0 | 142 | 50 | 51 | 504 | 140 | 36 |
| Binary | 10010110 | 11 | 1011010 | 0 | 1100010 | 101000 | 101001 | 101000100 | 1100000 | 11110 |
Color Harmonies of #96035A
Complementary color
Monochromatic Colors of #96035A
Black with #96035A
Text Example
Text Example
White with #96035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96035A; }
p { color: rgb(150,3,90); }
H1.HeaderClassName
{
color: #96035A;
}
.AnyTagClassName
{
color: #96035A;
}
</style>
background-color css
<style>
a { background-color: #96035A; }
a { background-color: rgb(150,3,90); }
div.DivClassName
{
background-color: #96035A;
}
.BgClassName
{
background-color: #96035A;
}
</style>
border-color css
<style>
span { border-color: #96035A; }
span { border-color: rgb(150,3,90); }
td.TdClassName
{
border-color: #96035A;
}
.TagClassName
{
border-color: #96035A;
}
</style>