Shades of Eggplant #940170
Tints of Eggplant #940170
RGB
CMYK
RGB Variations
Color information
#940170 (or 0x940170) is known color: Eggplant. HEX triplet: 94, 01 and 70. RGB value is (148,1,112). Sum of RGB (Red+Green+Blue) = 148+1+112=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #940170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940170 is #6BFE8F. Grayscale: #393939. Windows color (decimal): -7077520 or 7340436. OLE color: 7340436.
HSL color Cylindrical-coordinate representation of color #940170: hue angle of 314.69º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940170 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.42 |
| HSL | 314.69º | 0.99% | 0.29% | - |
| HSV(B) | 314.69º | 0.99% | 0.58% | - |
| XYZ | 15.15 | 7.49 | 15.98 | - |
| YUV | 57.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 112 | 0 | 0.99 | 0.24 | 0.42 | 314.69 | 0.99 | 0.29 |
| Hex | 94 | 1 | 70 | 0 | 63 | 18 | 2A | 13B | 63 | 1D |
| Octal | 224 | 1 | 160 | 0 | 143 | 30 | 52 | 473 | 143 | 35 |
| Binary | 10010100 | 1 | 1110000 | 0 | 1100011 | 11000 | 101010 | 100111011 | 1100011 | 11101 |
Color Harmonies of #940170
Complementary color
Monochromatic Colors of #940170
Black with #940170
Text Example
Text Example
White with #940170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940170; }
p { color: rgb(148,1,112); }
H1.HeaderClassName
{
color: #940170;
}
.AnyTagClassName
{
color: #940170;
}
</style>
background-color css
<style>
a { background-color: #940170; }
a { background-color: rgb(148,1,112); }
div.DivClassName
{
background-color: #940170;
}
.BgClassName
{
background-color: #940170;
}
</style>
border-color css
<style>
span { border-color: #940170; }
span { border-color: rgb(148,1,112); }
td.TdClassName
{
border-color: #940170;
}
.TagClassName
{
border-color: #940170;
}
</style>