Shades of Eggplant #96065D
Tints of Eggplant #96065D
RGB
CMYK
RGB Variations
Color information
#96065D (or 0x96065D) is known color: Eggplant. HEX triplet: 96, 06 and 5D. RGB value is (150,6,93). Sum of RGB (Red+Green+Blue) = 150+6+93=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96065D is #69F9A2. Grayscale: #3A3A3A. Windows color (decimal): -6945187 or 6096534. OLE color: 6096534.
HSL color Cylindrical-coordinate representation of color #96065D: hue angle of 323.75º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96065D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.41 |
| HSL | 323.75º | 0.92% | 0.31% | - |
| HSV(B) | 323.75º | 0.96% | 0.59% | - |
| XYZ | 14.62 | 7.4 | 11.01 | - |
| YUV | 58.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 93 | 0 | 0.96 | 0.38 | 0.41 | 323.75 | 0.92 | 0.31 |
| Hex | 96 | 6 | 5D | 0 | 60 | 26 | 29 | 144 | 5C | 1F |
| Octal | 226 | 6 | 135 | 0 | 140 | 46 | 51 | 504 | 134 | 37 |
| Binary | 10010110 | 110 | 1011101 | 0 | 1100000 | 100110 | 101001 | 101000100 | 1011100 | 11111 |
Color Harmonies of #96065D
Complementary color
Monochromatic Colors of #96065D
Black with #96065D
Text Example
Text Example
White with #96065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96065D; }
p { color: rgb(150,6,93); }
H1.HeaderClassName
{
color: #96065D;
}
.AnyTagClassName
{
color: #96065D;
}
</style>
background-color css
<style>
a { background-color: #96065D; }
a { background-color: rgb(150,6,93); }
div.DivClassName
{
background-color: #96065D;
}
.BgClassName
{
background-color: #96065D;
}
</style>
border-color css
<style>
span { border-color: #96065D; }
span { border-color: rgb(150,6,93); }
td.TdClassName
{
border-color: #96065D;
}
.TagClassName
{
border-color: #96065D;
}
</style>