Shades of Eggplant #960472
Tints of Eggplant #960472
RGB
CMYK
RGB Variations
Color information
#960472 (or 0x960472) is known color: Eggplant. HEX triplet: 96, 04 and 72. RGB value is (150,4,114). Sum of RGB (Red+Green+Blue) = 150+4+114=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #960472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960472 is #69FB8D. Grayscale: #3B3B3B. Windows color (decimal): -6945678 or 7472278. OLE color: 7472278.
HSL color Cylindrical-coordinate representation of color #960472: hue angle of 314.79º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960472 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 114 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.41 |
| HSL | 314.79º | 0.95% | 0.3% | - |
| HSV(B) | 314.79º | 0.97% | 0.59% | - |
| XYZ | 15.66 | 7.79 | 16.6 | - |
| YUV | 60.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 114 | 0 | 0.97 | 0.24 | 0.41 | 314.79 | 0.95 | 0.3 |
| Hex | 96 | 4 | 72 | 0 | 61 | 18 | 29 | 13B | 5F | 1E |
| Octal | 226 | 4 | 162 | 0 | 141 | 30 | 51 | 473 | 137 | 36 |
| Binary | 10010110 | 100 | 1110010 | 0 | 1100001 | 11000 | 101001 | 100111011 | 1011111 | 11110 |
Color Harmonies of #960472
Complementary color
Monochromatic Colors of #960472
Black with #960472
Text Example
Text Example
White with #960472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960472; }
p { color: rgb(150,4,114); }
H1.HeaderClassName
{
color: #960472;
}
.AnyTagClassName
{
color: #960472;
}
</style>
background-color css
<style>
a { background-color: #960472; }
a { background-color: rgb(150,4,114); }
div.DivClassName
{
background-color: #960472;
}
.BgClassName
{
background-color: #960472;
}
</style>
border-color css
<style>
span { border-color: #960472; }
span { border-color: rgb(150,4,114); }
td.TdClassName
{
border-color: #960472;
}
.TagClassName
{
border-color: #960472;
}
</style>