Shades of Eggplant #940270
Tints of Eggplant #940270
RGB
CMYK
RGB Variations
Color information
#940270 (or 0x940270) is known color: Eggplant. HEX triplet: 94, 02 and 70. RGB value is (148,2,112). Sum of RGB (Red+Green+Blue) = 148+2+112=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #940270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940270 is #6BFD8F. Grayscale: #393939. Windows color (decimal): -7077264 or 7340692. OLE color: 7340692.
HSL color Cylindrical-coordinate representation of color #940270: hue angle of 314.79º degrees, saturation: 0.97, 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 #940270 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.42 |
| HSL | 314.79º | 0.97% | 0.29% | - |
| HSV(B) | 314.79º | 0.99% | 0.58% | - |
| XYZ | 15.16 | 7.51 | 15.98 | - |
| YUV | 58.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 112 | 0 | 0.99 | 0.24 | 0.42 | 314.79 | 0.97 | 0.29 |
| Hex | 94 | 2 | 70 | 0 | 63 | 18 | 2A | 13B | 61 | 1D |
| Octal | 224 | 2 | 160 | 0 | 143 | 30 | 52 | 473 | 141 | 35 |
| Binary | 10010100 | 10 | 1110000 | 0 | 1100011 | 11000 | 101010 | 100111011 | 1100001 | 11101 |
Color Harmonies of #940270
Complementary color
Monochromatic Colors of #940270
Black with #940270
Text Example
Text Example
White with #940270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940270; }
p { color: rgb(148,2,112); }
H1.HeaderClassName
{
color: #940270;
}
.AnyTagClassName
{
color: #940270;
}
</style>
background-color css
<style>
a { background-color: #940270; }
a { background-color: rgb(148,2,112); }
div.DivClassName
{
background-color: #940270;
}
.BgClassName
{
background-color: #940270;
}
</style>
border-color css
<style>
span { border-color: #940270; }
span { border-color: rgb(148,2,112); }
td.TdClassName
{
border-color: #940270;
}
.TagClassName
{
border-color: #940270;
}
</style>