Shades of Eggplant #940260
Tints of Eggplant #940260
RGB
CMYK
RGB Variations
Color information
#940260 (or 0x940260) is known color: Eggplant. HEX triplet: 94, 02 and 60. RGB value is (148,2,96). Sum of RGB (Red+Green+Blue) = 148+2+96=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #940260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940260 is #6BFD9F. Grayscale: #383838. Windows color (decimal): -7077280 or 6292116. OLE color: 6292116.
HSL color Cylindrical-coordinate representation of color #940260: hue angle of 321.37º 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 #940260 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.42 |
| HSL | 321.37º | 0.97% | 0.29% | - |
| HSV(B) | 321.37º | 0.99% | 0.58% | - |
| XYZ | 14.35 | 7.18 | 11.7 | - |
| YUV | 56.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 96 | 0 | 0.99 | 0.35 | 0.42 | 321.37 | 0.97 | 0.29 |
| Hex | 94 | 2 | 60 | 0 | 63 | 23 | 2A | 141 | 61 | 1D |
| Octal | 224 | 2 | 140 | 0 | 143 | 43 | 52 | 501 | 141 | 35 |
| Binary | 10010100 | 10 | 1100000 | 0 | 1100011 | 100011 | 101010 | 101000001 | 1100001 | 11101 |
Color Harmonies of #940260
Complementary color
Monochromatic Colors of #940260
Black with #940260
Text Example
Text Example
White with #940260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940260; }
p { color: rgb(148,2,96); }
H1.HeaderClassName
{
color: #940260;
}
.AnyTagClassName
{
color: #940260;
}
</style>
background-color css
<style>
a { background-color: #940260; }
a { background-color: rgb(148,2,96); }
div.DivClassName
{
background-color: #940260;
}
.BgClassName
{
background-color: #940260;
}
</style>
border-color css
<style>
span { border-color: #940260; }
span { border-color: rgb(148,2,96); }
td.TdClassName
{
border-color: #940260;
}
.TagClassName
{
border-color: #940260;
}
</style>