Shades of Eggplant #960668
Tints of Eggplant #960668
RGB
CMYK
RGB Variations
Color information
#960668 (or 0x960668) is known color: Eggplant. HEX triplet: 96, 06 and 68. RGB value is (150,6,104). Sum of RGB (Red+Green+Blue) = 150+6+104=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #960668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960668 is #69F997. Grayscale: #3B3B3B. Windows color (decimal): -6945176 or 6817430. OLE color: 6817430.
HSL color Cylindrical-coordinate representation of color #960668: hue angle of 319.17º 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 #960668 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 104 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.41 |
| HSL | 319.17º | 0.92% | 0.31% | - |
| HSV(B) | 319.17º | 0.96% | 0.59% | - |
| XYZ | 15.14 | 7.61 | 13.77 | - |
| YUV | 60.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 104 | 0 | 0.96 | 0.31 | 0.41 | 319.17 | 0.92 | 0.31 |
| Hex | 96 | 6 | 68 | 0 | 60 | 1F | 29 | 13F | 5C | 1F |
| Octal | 226 | 6 | 150 | 0 | 140 | 37 | 51 | 477 | 134 | 37 |
| Binary | 10010110 | 110 | 1101000 | 0 | 1100000 | 11111 | 101001 | 100111111 | 1011100 | 11111 |
Color Harmonies of #960668
Complementary color
Monochromatic Colors of #960668
Black with #960668
Text Example
Text Example
White with #960668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960668; }
p { color: rgb(150,6,104); }
H1.HeaderClassName
{
color: #960668;
}
.AnyTagClassName
{
color: #960668;
}
</style>
background-color css
<style>
a { background-color: #960668; }
a { background-color: rgb(150,6,104); }
div.DivClassName
{
background-color: #960668;
}
.BgClassName
{
background-color: #960668;
}
</style>
border-color css
<style>
span { border-color: #960668; }
span { border-color: rgb(150,6,104); }
td.TdClassName
{
border-color: #960668;
}
.TagClassName
{
border-color: #960668;
}
</style>