Shades of Eggplant #94005C
Tints of Eggplant #94005C
RGB
CMYK
RGB Variations
Color information
#94005C (or 0x94005C) is known color: Eggplant. HEX triplet: 94, 00 and 5C. RGB value is (148,0,92). Sum of RGB (Red+Green+Blue) = 148+0+92=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #94005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94005C is #6BFFA3. Grayscale: #363636. Windows color (decimal): -7077796 or 6029460. OLE color: 6029460.
HSL color Cylindrical-coordinate representation of color #94005C: hue angle of 322.7º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94005C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.38 | 0.42 |
| HSL | 322.7º | 1% | 0.29% | - |
| HSV(B) | 322.7º | 1% | 0.58% | - |
| XYZ | 14.14 | 7.07 | 10.74 | - |
| YUV | 54.74 | 149.03 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 92 | 0 | 1 | 0.38 | 0.42 | 322.7 | 1 | 0.29 |
| Hex | 94 | 0 | 5C | 0 | 64 | 26 | 2A | 143 | 64 | 1D |
| Octal | 224 | 0 | 134 | 0 | 144 | 46 | 52 | 503 | 144 | 35 |
| Binary | 10010100 | 0 | 1011100 | 0 | 1100100 | 100110 | 101010 | 101000011 | 1100100 | 11101 |
Color Harmonies of #94005C
Complementary color
Monochromatic Colors of #94005C
Black with #94005C
Text Example
Text Example
White with #94005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94005C; }
p { color: rgb(148,0,92); }
H1.HeaderClassName
{
color: #94005C;
}
.AnyTagClassName
{
color: #94005C;
}
</style>
background-color css
<style>
a { background-color: #94005C; }
a { background-color: rgb(148,0,92); }
div.DivClassName
{
background-color: #94005C;
}
.BgClassName
{
background-color: #94005C;
}
</style>
border-color css
<style>
span { border-color: #94005C; }
span { border-color: rgb(148,0,92); }
td.TdClassName
{
border-color: #94005C;
}
.TagClassName
{
border-color: #94005C;
}
</style>