Shades of Eggplant #960166
Tints of Eggplant #960166
RGB
CMYK
RGB Variations
Color information
#960166 (or 0x960166) is known color: Eggplant. HEX triplet: 96, 01 and 66. RGB value is (150,1,102). Sum of RGB (Red+Green+Blue) = 150+1+102=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #960166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960166 is #69FE99. Grayscale: #383838. Windows color (decimal): -6946458 or 6685078. OLE color: 6685078.
HSL color Cylindrical-coordinate representation of color #960166: hue angle of 319.33º 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 #960166 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.41 |
| HSL | 319.33º | 0.99% | 0.3% | - |
| HSV(B) | 319.33º | 0.99% | 0.59% | - |
| XYZ | 14.99 | 7.47 | 13.22 | - |
| YUV | 57.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 102 | 0 | 0.99 | 0.32 | 0.41 | 319.33 | 0.99 | 0.3 |
| Hex | 96 | 1 | 66 | 0 | 63 | 20 | 29 | 13F | 63 | 1E |
| Octal | 226 | 1 | 146 | 0 | 143 | 40 | 51 | 477 | 143 | 36 |
| Binary | 10010110 | 1 | 1100110 | 0 | 1100011 | 100000 | 101001 | 100111111 | 1100011 | 11110 |
Color Harmonies of #960166
Complementary color
Monochromatic Colors of #960166
Black with #960166
Text Example
Text Example
White with #960166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960166; }
p { color: rgb(150,1,102); }
H1.HeaderClassName
{
color: #960166;
}
.AnyTagClassName
{
color: #960166;
}
</style>
background-color css
<style>
a { background-color: #960166; }
a { background-color: rgb(150,1,102); }
div.DivClassName
{
background-color: #960166;
}
.BgClassName
{
background-color: #960166;
}
</style>
border-color css
<style>
span { border-color: #960166; }
span { border-color: rgb(150,1,102); }
td.TdClassName
{
border-color: #960166;
}
.TagClassName
{
border-color: #960166;
}
</style>