Shades of Eggplant #961266
Tints of Eggplant #961266
RGB
CMYK
RGB Variations
Color information
#961266 (or 0x961266) is known color: Eggplant. HEX triplet: 96, 12 and 66. RGB value is (150,18,102). Sum of RGB (Red+Green+Blue) = 150+18+102=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #961266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961266 is #69ED99. Grayscale: #424242. Windows color (decimal): -6942106 or 6689430. OLE color: 6689430.
HSL color Cylindrical-coordinate representation of color #961266: hue angle of 321.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961266 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 102 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.41 |
| HSL | 321.82º | 0.79% | 0.33% | - |
| HSV(B) | 321.82º | 0.88% | 0.59% | - |
| XYZ | 15.19 | 7.88 | 13.29 | - |
| YUV | 67.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 102 | 0 | 0.88 | 0.32 | 0.41 | 321.82 | 0.79 | 0.33 |
| Hex | 96 | 12 | 66 | 0 | 58 | 20 | 29 | 142 | 4F | 21 |
| Octal | 226 | 22 | 146 | 0 | 130 | 40 | 51 | 502 | 117 | 41 |
| Binary | 10010110 | 10010 | 1100110 | 0 | 1011000 | 100000 | 101001 | 101000010 | 1001111 | 100001 |
Color Harmonies of #961266
Complementary color
Monochromatic Colors of #961266
Black with #961266
Text Example
Text Example
White with #961266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961266; }
p { color: rgb(150,18,102); }
H1.HeaderClassName
{
color: #961266;
}
.AnyTagClassName
{
color: #961266;
}
</style>
background-color css
<style>
a { background-color: #961266; }
a { background-color: rgb(150,18,102); }
div.DivClassName
{
background-color: #961266;
}
.BgClassName
{
background-color: #961266;
}
</style>
border-color css
<style>
span { border-color: #961266; }
span { border-color: rgb(150,18,102); }
td.TdClassName
{
border-color: #961266;
}
.TagClassName
{
border-color: #961266;
}
</style>