Shades of Eggplant #961366
Tints of Eggplant #961366
RGB
CMYK
RGB Variations
Color information
#961366 (or 0x961366) is known color: Eggplant. HEX triplet: 96, 13 and 66. RGB value is (150,19,102). Sum of RGB (Red+Green+Blue) = 150+19+102=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #961366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961366 is #69EC99. Grayscale: #434343. Windows color (decimal): -6941850 or 6689686. OLE color: 6689686.
HSL color Cylindrical-coordinate representation of color #961366: hue angle of 321.98º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961366 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 19 | 102 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.41 |
| HSL | 321.98º | 0.78% | 0.33% | - |
| HSV(B) | 321.98º | 0.87% | 0.59% | - |
| XYZ | 15.21 | 7.91 | 13.3 | - |
| YUV | 67.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 102 | 0 | 0.87 | 0.32 | 0.41 | 321.98 | 0.78 | 0.33 |
| Hex | 96 | 13 | 66 | 0 | 57 | 20 | 29 | 142 | 4E | 21 |
| Octal | 226 | 23 | 146 | 0 | 127 | 40 | 51 | 502 | 116 | 41 |
| Binary | 10010110 | 10011 | 1100110 | 0 | 1010111 | 100000 | 101001 | 101000010 | 1001110 | 100001 |
Color Harmonies of #961366
Complementary color
Monochromatic Colors of #961366
Black with #961366
Text Example
Text Example
White with #961366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961366; }
p { color: rgb(150,19,102); }
H1.HeaderClassName
{
color: #961366;
}
.AnyTagClassName
{
color: #961366;
}
</style>
background-color css
<style>
a { background-color: #961366; }
a { background-color: rgb(150,19,102); }
div.DivClassName
{
background-color: #961366;
}
.BgClassName
{
background-color: #961366;
}
</style>
border-color css
<style>
span { border-color: #961366; }
span { border-color: rgb(150,19,102); }
td.TdClassName
{
border-color: #961366;
}
.TagClassName
{
border-color: #961366;
}
</style>