Shades of Eggplant #94025D
Tints of Eggplant #94025D
RGB
CMYK
RGB Variations
Color information
#94025D (or 0x94025D) is known color: Eggplant. HEX triplet: 94, 02 and 5D. RGB value is (148,2,93). Sum of RGB (Red+Green+Blue) = 148+2+93=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94025D is #6BFDA2. Grayscale: #373737. Windows color (decimal): -7077283 or 6095508. OLE color: 6095508.
HSL color Cylindrical-coordinate representation of color #94025D: hue angle of 322.6º 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 #94025D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.42 |
| HSL | 322.6º | 0.97% | 0.29% | - |
| HSV(B) | 322.6º | 0.99% | 0.58% | - |
| XYZ | 14.21 | 7.13 | 10.98 | - |
| YUV | 56.03 | 148.87 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 93 | 0 | 0.99 | 0.37 | 0.42 | 322.6 | 0.97 | 0.29 |
| Hex | 94 | 2 | 5D | 0 | 63 | 25 | 2A | 143 | 61 | 1D |
| Octal | 224 | 2 | 135 | 0 | 143 | 45 | 52 | 503 | 141 | 35 |
| Binary | 10010100 | 10 | 1011101 | 0 | 1100011 | 100101 | 101010 | 101000011 | 1100001 | 11101 |
Color Harmonies of #94025D
Complementary color
Monochromatic Colors of #94025D
Black with #94025D
Text Example
Text Example
White with #94025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94025D; }
p { color: rgb(148,2,93); }
H1.HeaderClassName
{
color: #94025D;
}
.AnyTagClassName
{
color: #94025D;
}
</style>
background-color css
<style>
a { background-color: #94025D; }
a { background-color: rgb(148,2,93); }
div.DivClassName
{
background-color: #94025D;
}
.BgClassName
{
background-color: #94025D;
}
</style>
border-color css
<style>
span { border-color: #94025D; }
span { border-color: rgb(148,2,93); }
td.TdClassName
{
border-color: #94025D;
}
.TagClassName
{
border-color: #94025D;
}
</style>