Shades of Eggplant #96095C
Tints of Eggplant #96095C
RGB
CMYK
RGB Variations
Color information
#96095C (or 0x96095C) is known color: Eggplant. HEX triplet: 96, 09 and 5C. RGB value is (150,9,92). Sum of RGB (Red+Green+Blue) = 150+9+92=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96095C is #69F6A3. Grayscale: #3C3C3C. Windows color (decimal): -6944420 or 6031766. OLE color: 6031766.
HSL color Cylindrical-coordinate representation of color #96095C: hue angle of 324.68º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96095C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.41 |
| HSL | 324.68º | 0.89% | 0.31% | - |
| HSV(B) | 324.68º | 0.94% | 0.59% | - |
| XYZ | 14.61 | 7.45 | 10.79 | - |
| YUV | 60.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 92 | 0 | 0.94 | 0.39 | 0.41 | 324.68 | 0.89 | 0.31 |
| Hex | 96 | 9 | 5C | 0 | 5E | 27 | 29 | 145 | 59 | 1F |
| Octal | 226 | 11 | 134 | 0 | 136 | 47 | 51 | 505 | 131 | 37 |
| Binary | 10010110 | 1001 | 1011100 | 0 | 1011110 | 100111 | 101001 | 101000101 | 1011001 | 11111 |
Color Harmonies of #96095C
Complementary color
Monochromatic Colors of #96095C
Black with #96095C
Text Example
Text Example
White with #96095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96095C; }
p { color: rgb(150,9,92); }
H1.HeaderClassName
{
color: #96095C;
}
.AnyTagClassName
{
color: #96095C;
}
</style>
background-color css
<style>
a { background-color: #96095C; }
a { background-color: rgb(150,9,92); }
div.DivClassName
{
background-color: #96095C;
}
.BgClassName
{
background-color: #96095C;
}
</style>
border-color css
<style>
span { border-color: #96095C; }
span { border-color: rgb(150,9,92); }
td.TdClassName
{
border-color: #96095C;
}
.TagClassName
{
border-color: #96095C;
}
</style>