Shades of Eggplant #961270
Tints of Eggplant #961270
RGB
CMYK
RGB Variations
Color information
#961270 (or 0x961270) is known color: Eggplant. HEX triplet: 96, 12 and 70. RGB value is (150,18,112). Sum of RGB (Red+Green+Blue) = 150+18+112=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #961270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961270 is #69ED8F. Grayscale: #434343. Windows color (decimal): -6942096 or 7344790. OLE color: 7344790.
HSL color Cylindrical-coordinate representation of color #961270: hue angle of 317.27º 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 #961270 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 112 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.41 |
| HSL | 317.27º | 0.79% | 0.33% | - |
| HSV(B) | 317.27º | 0.88% | 0.59% | - |
| XYZ | 15.72 | 8.09 | 16.06 | - |
| YUV | 68.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 112 | 0 | 0.88 | 0.25 | 0.41 | 317.27 | 0.79 | 0.33 |
| Hex | 96 | 12 | 70 | 0 | 58 | 19 | 29 | 13D | 4F | 21 |
| Octal | 226 | 22 | 160 | 0 | 130 | 31 | 51 | 475 | 117 | 41 |
| Binary | 10010110 | 10010 | 1110000 | 0 | 1011000 | 11001 | 101001 | 100111101 | 1001111 | 100001 |
Color Harmonies of #961270
Complementary color
Monochromatic Colors of #961270
Black with #961270
Text Example
Text Example
White with #961270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961270; }
p { color: rgb(150,18,112); }
H1.HeaderClassName
{
color: #961270;
}
.AnyTagClassName
{
color: #961270;
}
</style>
background-color css
<style>
a { background-color: #961270; }
a { background-color: rgb(150,18,112); }
div.DivClassName
{
background-color: #961270;
}
.BgClassName
{
background-color: #961270;
}
</style>
border-color css
<style>
span { border-color: #961270; }
span { border-color: rgb(150,18,112); }
td.TdClassName
{
border-color: #961270;
}
.TagClassName
{
border-color: #961270;
}
</style>