Shades of Eggplant #96035C
Tints of Eggplant #96035C
RGB
CMYK
RGB Variations
Color information
#96035C (or 0x96035C) is known color: Eggplant. HEX triplet: 96, 03 and 5C. RGB value is (150,3,92). Sum of RGB (Red+Green+Blue) = 150+3+92=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96035C is #69FCA3. Grayscale: #383838. Windows color (decimal): -6945956 or 6030230. OLE color: 6030230.
HSL color Cylindrical-coordinate representation of color #96035C: hue angle of 323.67º 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 #96035C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.41 |
| HSL | 323.67º | 0.96% | 0.3% | - |
| HSV(B) | 323.67º | 0.98% | 0.59% | - |
| XYZ | 14.54 | 7.32 | 10.77 | - |
| YUV | 57.1 | 147.7 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 92 | 0 | 0.98 | 0.39 | 0.41 | 323.67 | 0.96 | 0.3 |
| Hex | 96 | 3 | 5C | 0 | 62 | 27 | 29 | 144 | 60 | 1E |
| Octal | 226 | 3 | 134 | 0 | 142 | 47 | 51 | 504 | 140 | 36 |
| Binary | 10010110 | 11 | 1011100 | 0 | 1100010 | 100111 | 101001 | 101000100 | 1100000 | 11110 |
Color Harmonies of #96035C
Complementary color
Monochromatic Colors of #96035C
Black with #96035C
Text Example
Text Example
White with #96035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96035C; }
p { color: rgb(150,3,92); }
H1.HeaderClassName
{
color: #96035C;
}
.AnyTagClassName
{
color: #96035C;
}
</style>
background-color css
<style>
a { background-color: #96035C; }
a { background-color: rgb(150,3,92); }
div.DivClassName
{
background-color: #96035C;
}
.BgClassName
{
background-color: #96035C;
}
</style>
border-color css
<style>
span { border-color: #96035C; }
span { border-color: rgb(150,3,92); }
td.TdClassName
{
border-color: #96035C;
}
.TagClassName
{
border-color: #96035C;
}
</style>