Shades of Eggplant #960374
Tints of Eggplant #960374
RGB
CMYK
RGB Variations
Color information
#960374 (or 0x960374) is known color: Eggplant. HEX triplet: 96, 03 and 74. RGB value is (150,3,116). Sum of RGB (Red+Green+Blue) = 150+3+116=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #960374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960374 is #69FC8B. Grayscale: #3B3B3B. Windows color (decimal): -6945932 or 7603094. OLE color: 7603094.
HSL color Cylindrical-coordinate representation of color #960374: hue angle of 313.88º 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 #960374 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 116 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.41 |
| HSL | 313.88º | 0.96% | 0.3% | - |
| HSV(B) | 313.88º | 0.98% | 0.59% | - |
| XYZ | 15.76 | 7.81 | 17.2 | - |
| YUV | 59.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 116 | 0 | 0.98 | 0.23 | 0.41 | 313.88 | 0.96 | 0.3 |
| Hex | 96 | 3 | 74 | 0 | 62 | 17 | 29 | 13A | 60 | 1E |
| Octal | 226 | 3 | 164 | 0 | 142 | 27 | 51 | 472 | 140 | 36 |
| Binary | 10010110 | 11 | 1110100 | 0 | 1100010 | 10111 | 101001 | 100111010 | 1100000 | 11110 |
Color Harmonies of #960374
Complementary color
Monochromatic Colors of #960374
Black with #960374
Text Example
Text Example
White with #960374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960374; }
p { color: rgb(150,3,116); }
H1.HeaderClassName
{
color: #960374;
}
.AnyTagClassName
{
color: #960374;
}
</style>
background-color css
<style>
a { background-color: #960374; }
a { background-color: rgb(150,3,116); }
div.DivClassName
{
background-color: #960374;
}
.BgClassName
{
background-color: #960374;
}
</style>
border-color css
<style>
span { border-color: #960374; }
span { border-color: rgb(150,3,116); }
td.TdClassName
{
border-color: #960374;
}
.TagClassName
{
border-color: #960374;
}
</style>