Shades of Eggplant #961470
Tints of Eggplant #961470
RGB
CMYK
RGB Variations
Color information
#961470 (or 0x961470) is known color: Eggplant. HEX triplet: 96, 14 and 70. RGB value is (150,20,112). Sum of RGB (Red+Green+Blue) = 150+20+112=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #961470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961470 is #69EB8F. Grayscale: #454545. Windows color (decimal): -6941584 or 7345302. OLE color: 7345302.
HSL color Cylindrical-coordinate representation of color #961470: hue angle of 317.54º degrees, saturation: 0.76, 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 #961470 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 112 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.41 |
| HSL | 317.54º | 0.76% | 0.33% | - |
| HSV(B) | 317.54º | 0.87% | 0.59% | - |
| XYZ | 15.75 | 8.15 | 16.07 | - |
| YUV | 69.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 112 | 0 | 0.87 | 0.25 | 0.41 | 317.54 | 0.76 | 0.33 |
| Hex | 96 | 14 | 70 | 0 | 57 | 19 | 29 | 13E | 4C | 21 |
| Octal | 226 | 24 | 160 | 0 | 127 | 31 | 51 | 476 | 114 | 41 |
| Binary | 10010110 | 10100 | 1110000 | 0 | 1010111 | 11001 | 101001 | 100111110 | 1001100 | 100001 |
Color Harmonies of #961470
Complementary color
Monochromatic Colors of #961470
Black with #961470
Text Example
Text Example
White with #961470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961470; }
p { color: rgb(150,20,112); }
H1.HeaderClassName
{
color: #961470;
}
.AnyTagClassName
{
color: #961470;
}
</style>
background-color css
<style>
a { background-color: #961470; }
a { background-color: rgb(150,20,112); }
div.DivClassName
{
background-color: #961470;
}
.BgClassName
{
background-color: #961470;
}
</style>
border-color css
<style>
span { border-color: #961470; }
span { border-color: rgb(150,20,112); }
td.TdClassName
{
border-color: #961470;
}
.TagClassName
{
border-color: #961470;
}
</style>