Shades of Eggplant #960168
Tints of Eggplant #960168
RGB
CMYK
RGB Variations
Color information
#960168 (or 0x960168) is known color: Eggplant. HEX triplet: 96, 01 and 68. RGB value is (150,1,104). Sum of RGB (Red+Green+Blue) = 150+1+104=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #960168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960168 is #69FE97. Grayscale: #393939. Windows color (decimal): -6946456 or 6816150. OLE color: 6816150.
HSL color Cylindrical-coordinate representation of color #960168: hue angle of 318.52º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960168 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.41 |
| HSL | 318.52º | 0.99% | 0.3% | - |
| HSV(B) | 318.52º | 0.99% | 0.59% | - |
| XYZ | 15.09 | 7.51 | 13.75 | - |
| YUV | 57.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 104 | 0 | 0.99 | 0.31 | 0.41 | 318.52 | 0.99 | 0.3 |
| Hex | 96 | 1 | 68 | 0 | 63 | 1F | 29 | 13F | 63 | 1E |
| Octal | 226 | 1 | 150 | 0 | 143 | 37 | 51 | 477 | 143 | 36 |
| Binary | 10010110 | 1 | 1101000 | 0 | 1100011 | 11111 | 101001 | 100111111 | 1100011 | 11110 |
Color Harmonies of #960168
Complementary color
Monochromatic Colors of #960168
Black with #960168
Text Example
Text Example
White with #960168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960168; }
p { color: rgb(150,1,104); }
H1.HeaderClassName
{
color: #960168;
}
.AnyTagClassName
{
color: #960168;
}
</style>
background-color css
<style>
a { background-color: #960168; }
a { background-color: rgb(150,1,104); }
div.DivClassName
{
background-color: #960168;
}
.BgClassName
{
background-color: #960168;
}
</style>
border-color css
<style>
span { border-color: #960168; }
span { border-color: rgb(150,1,104); }
td.TdClassName
{
border-color: #960168;
}
.TagClassName
{
border-color: #960168;
}
</style>