Shades of Eggplant #960356
Tints of Eggplant #960356
RGB
CMYK
RGB Variations
Color information
#960356 (or 0x960356) is known color: Eggplant. HEX triplet: 96, 03 and 56. RGB value is (150,3,86). Sum of RGB (Red+Green+Blue) = 150+3+86=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #960356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960356 is #69FCA9. Grayscale: #383838. Windows color (decimal): -6945962 or 5637014. OLE color: 5637014.
HSL color Cylindrical-coordinate representation of color #960356: hue angle of 326.12º 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 #960356 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.41 |
| HSL | 326.12º | 0.96% | 0.3% | - |
| HSV(B) | 326.12º | 0.98% | 0.59% | - |
| XYZ | 14.29 | 7.22 | 9.44 | - |
| YUV | 56.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 86 | 0 | 0.98 | 0.43 | 0.41 | 326.12 | 0.96 | 0.3 |
| Hex | 96 | 3 | 56 | 0 | 62 | 2B | 29 | 146 | 60 | 1E |
| Octal | 226 | 3 | 126 | 0 | 142 | 53 | 51 | 506 | 140 | 36 |
| Binary | 10010110 | 11 | 1010110 | 0 | 1100010 | 101011 | 101001 | 101000110 | 1100000 | 11110 |
Color Harmonies of #960356
Complementary color
Monochromatic Colors of #960356
Black with #960356
Text Example
Text Example
White with #960356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960356; }
p { color: rgb(150,3,86); }
H1.HeaderClassName
{
color: #960356;
}
.AnyTagClassName
{
color: #960356;
}
</style>
background-color css
<style>
a { background-color: #960356; }
a { background-color: rgb(150,3,86); }
div.DivClassName
{
background-color: #960356;
}
.BgClassName
{
background-color: #960356;
}
</style>
border-color css
<style>
span { border-color: #960356; }
span { border-color: rgb(150,3,86); }
td.TdClassName
{
border-color: #960356;
}
.TagClassName
{
border-color: #960356;
}
</style>