Shades of Eggplant #960663
Tints of Eggplant #960663
RGB
CMYK
RGB Variations
Color information
#960663 (or 0x960663) is known color: Eggplant. HEX triplet: 96, 06 and 63. RGB value is (150,6,99). Sum of RGB (Red+Green+Blue) = 150+6+99=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #960663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960663 is #69F99C. Grayscale: #3B3B3B. Windows color (decimal): -6945181 or 6489750. OLE color: 6489750.
HSL color Cylindrical-coordinate representation of color #960663: hue angle of 321.25º 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 #960663 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 99 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.41 |
| HSL | 321.25º | 0.92% | 0.31% | - |
| HSV(B) | 321.25º | 0.96% | 0.59% | - |
| XYZ | 14.89 | 7.52 | 12.47 | - |
| YUV | 59.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 99 | 0 | 0.96 | 0.34 | 0.41 | 321.25 | 0.92 | 0.31 |
| Hex | 96 | 6 | 63 | 0 | 60 | 22 | 29 | 141 | 5C | 1F |
| Octal | 226 | 6 | 143 | 0 | 140 | 42 | 51 | 501 | 134 | 37 |
| Binary | 10010110 | 110 | 1100011 | 0 | 1100000 | 100010 | 101001 | 101000001 | 1011100 | 11111 |
Color Harmonies of #960663
Complementary color
Monochromatic Colors of #960663
Black with #960663
Text Example
Text Example
White with #960663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960663; }
p { color: rgb(150,6,99); }
H1.HeaderClassName
{
color: #960663;
}
.AnyTagClassName
{
color: #960663;
}
</style>
background-color css
<style>
a { background-color: #960663; }
a { background-color: rgb(150,6,99); }
div.DivClassName
{
background-color: #960663;
}
.BgClassName
{
background-color: #960663;
}
</style>
border-color css
<style>
span { border-color: #960663; }
span { border-color: rgb(150,6,99); }
td.TdClassName
{
border-color: #960663;
}
.TagClassName
{
border-color: #960663;
}
</style>