Shades of Eggplant #960569
Tints of Eggplant #960569
RGB
CMYK
RGB Variations
Color information
#960569 (or 0x960569) is known color: Eggplant. HEX triplet: 96, 05 and 69. RGB value is (150,5,105). Sum of RGB (Red+Green+Blue) = 150+5+105=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #960569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960569 is #69FA96. Grayscale: #3B3B3B. Windows color (decimal): -6945431 or 6882710. OLE color: 6882710.
HSL color Cylindrical-coordinate representation of color #960569: hue angle of 318.62º degrees, saturation: 0.94, 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 #960569 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 105 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.41 |
| HSL | 318.62º | 0.94% | 0.3% | - |
| HSV(B) | 318.62º | 0.97% | 0.59% | - |
| XYZ | 15.18 | 7.61 | 14.03 | - |
| YUV | 59.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 105 | 0 | 0.97 | 0.30 | 0.41 | 318.62 | 0.94 | 0.3 |
| Hex | 96 | 5 | 69 | 0 | 61 | 1E | 29 | 13F | 5E | 1E |
| Octal | 226 | 5 | 151 | 0 | 141 | 36 | 51 | 477 | 136 | 36 |
| Binary | 10010110 | 101 | 1101001 | 0 | 1100001 | 11110 | 101001 | 100111111 | 1011110 | 11110 |
Color Harmonies of #960569
Complementary color
Monochromatic Colors of #960569
Black with #960569
Text Example
Text Example
White with #960569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960569; }
p { color: rgb(150,5,105); }
H1.HeaderClassName
{
color: #960569;
}
.AnyTagClassName
{
color: #960569;
}
</style>
background-color css
<style>
a { background-color: #960569; }
a { background-color: rgb(150,5,105); }
div.DivClassName
{
background-color: #960569;
}
.BgClassName
{
background-color: #960569;
}
</style>
border-color css
<style>
span { border-color: #960569; }
span { border-color: rgb(150,5,105); }
td.TdClassName
{
border-color: #960569;
}
.TagClassName
{
border-color: #960569;
}
</style>