Shades of Eggplant #960069
Tints of Eggplant #960069
RGB
CMYK
RGB Variations
Color information
#960069 (or 0x960069) is known color: Eggplant. HEX triplet: 96, 00 and 69. RGB value is (150,0,105). Sum of RGB (Red+Green+Blue) = 150+0+105=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #960069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960069 is #69FF96. Grayscale: #383838. Windows color (decimal): -6946711 or 6881430. OLE color: 6881430.
HSL color Cylindrical-coordinate representation of color #960069: hue angle of 318º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960069 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.30 | 0.41 |
| HSL | 318º | 1% | 0.29% | - |
| HSV(B) | 318º | 1% | 0.59% | - |
| XYZ | 15.13 | 7.5 | 14.02 | - |
| YUV | 56.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 105 | 0 | 1 | 0.30 | 0.41 | 318 | 1 | 0.29 |
| Hex | 96 | 0 | 69 | 0 | 64 | 1E | 29 | 13E | 64 | 1D |
| Octal | 226 | 0 | 151 | 0 | 144 | 36 | 51 | 476 | 144 | 35 |
| Binary | 10010110 | 0 | 1101001 | 0 | 1100100 | 11110 | 101001 | 100111110 | 1100100 | 11101 |
Color Harmonies of #960069
Complementary color
Monochromatic Colors of #960069
Black with #960069
Text Example
Text Example
White with #960069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960069; }
p { color: rgb(150,0,105); }
H1.HeaderClassName
{
color: #960069;
}
.AnyTagClassName
{
color: #960069;
}
</style>
background-color css
<style>
a { background-color: #960069; }
a { background-color: rgb(150,0,105); }
div.DivClassName
{
background-color: #960069;
}
.BgClassName
{
background-color: #960069;
}
</style>
border-color css
<style>
span { border-color: #960069; }
span { border-color: rgb(150,0,105); }
td.TdClassName
{
border-color: #960069;
}
.TagClassName
{
border-color: #960069;
}
</style>