Shades of Eggplant #940253
Tints of Eggplant #940253
RGB
CMYK
RGB Variations
Color information
#940253 (or 0x940253) is known color: Eggplant. HEX triplet: 94, 02 and 53. RGB value is (148,2,83). Sum of RGB (Red+Green+Blue) = 148+2+83=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #940253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940253 is #6BFDAC. Grayscale: #363636. Windows color (decimal): -7077293 or 5440148. OLE color: 5440148.
HSL color Cylindrical-coordinate representation of color #940253: hue angle of 326.71º 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 #940253 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.42 |
| HSL | 326.71º | 0.97% | 0.29% | - |
| HSV(B) | 326.71º | 0.99% | 0.58% | - |
| XYZ | 13.8 | 6.96 | 8.8 | - |
| YUV | 54.89 | 143.87 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 83 | 0 | 0.99 | 0.44 | 0.42 | 326.71 | 0.97 | 0.29 |
| Hex | 94 | 2 | 53 | 0 | 63 | 2C | 2A | 147 | 61 | 1D |
| Octal | 224 | 2 | 123 | 0 | 143 | 54 | 52 | 507 | 141 | 35 |
| Binary | 10010100 | 10 | 1010011 | 0 | 1100011 | 101100 | 101010 | 101000111 | 1100001 | 11101 |
Color Harmonies of #940253
Complementary color
Monochromatic Colors of #940253
Black with #940253
Text Example
Text Example
White with #940253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940253; }
p { color: rgb(148,2,83); }
H1.HeaderClassName
{
color: #940253;
}
.AnyTagClassName
{
color: #940253;
}
</style>
background-color css
<style>
a { background-color: #940253; }
a { background-color: rgb(148,2,83); }
div.DivClassName
{
background-color: #940253;
}
.BgClassName
{
background-color: #940253;
}
</style>
border-color css
<style>
span { border-color: #940253; }
span { border-color: rgb(148,2,83); }
td.TdClassName
{
border-color: #940253;
}
.TagClassName
{
border-color: #940253;
}
</style>