Shades of Eggplant #960662
Tints of Eggplant #960662
RGB
CMYK
RGB Variations
Color information
#960662 (or 0x960662) is known color: Eggplant. HEX triplet: 96, 06 and 62. RGB value is (150,6,98). Sum of RGB (Red+Green+Blue) = 150+6+98=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #960662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960662 is #69F99D. Grayscale: #3B3B3B. Windows color (decimal): -6945182 or 6424214. OLE color: 6424214.
HSL color Cylindrical-coordinate representation of color #960662: hue angle of 321.67º 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 #960662 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 98 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.41 |
| HSL | 321.67º | 0.92% | 0.31% | - |
| HSV(B) | 321.67º | 0.96% | 0.59% | - |
| XYZ | 14.85 | 7.5 | 12.22 | - |
| YUV | 59.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 98 | 0 | 0.96 | 0.35 | 0.41 | 321.67 | 0.92 | 0.31 |
| Hex | 96 | 6 | 62 | 0 | 60 | 23 | 29 | 142 | 5C | 1F |
| Octal | 226 | 6 | 142 | 0 | 140 | 43 | 51 | 502 | 134 | 37 |
| Binary | 10010110 | 110 | 1100010 | 0 | 1100000 | 100011 | 101001 | 101000010 | 1011100 | 11111 |
Color Harmonies of #960662
Complementary color
Monochromatic Colors of #960662
Black with #960662
Text Example
Text Example
White with #960662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960662; }
p { color: rgb(150,6,98); }
H1.HeaderClassName
{
color: #960662;
}
.AnyTagClassName
{
color: #960662;
}
</style>
background-color css
<style>
a { background-color: #960662; }
a { background-color: rgb(150,6,98); }
div.DivClassName
{
background-color: #960662;
}
.BgClassName
{
background-color: #960662;
}
</style>
border-color css
<style>
span { border-color: #960662; }
span { border-color: rgb(150,6,98); }
td.TdClassName
{
border-color: #960662;
}
.TagClassName
{
border-color: #960662;
}
</style>