Shades of Eggplant #940C5D
Tints of Eggplant #940C5D
RGB
CMYK
RGB Variations
Color information
#940C5D (or 0x940C5D) is known color: Eggplant. HEX triplet: 94, 0C and 5D. RGB value is (148,12,93). Sum of RGB (Red+Green+Blue) = 148+12+93=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #940C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C5D is #6BF3A2. Grayscale: #3D3D3D. Windows color (decimal): -7074723 or 6098068. OLE color: 6098068.
HSL color Cylindrical-coordinate representation of color #940C5D: hue angle of 324.26º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C5D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 93 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.42 |
| HSL | 324.26º | 0.85% | 0.31% | - |
| HSV(B) | 324.26º | 0.92% | 0.58% | - |
| XYZ | 14.32 | 7.35 | 11.02 | - |
| YUV | 61.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 93 | 0 | 0.92 | 0.37 | 0.42 | 324.26 | 0.85 | 0.31 |
| Hex | 94 | C | 5D | 0 | 5C | 25 | 2A | 144 | 55 | 1F |
| Octal | 224 | 14 | 135 | 0 | 134 | 45 | 52 | 504 | 125 | 37 |
| Binary | 10010100 | 1100 | 1011101 | 0 | 1011100 | 100101 | 101010 | 101000100 | 1010101 | 11111 |
Color Harmonies of #940C5D
Complementary color
Monochromatic Colors of #940C5D
Black with #940C5D
Text Example
Text Example
White with #940C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C5D; }
p { color: rgb(148,12,93); }
H1.HeaderClassName
{
color: #940C5D;
}
.AnyTagClassName
{
color: #940C5D;
}
</style>
background-color css
<style>
a { background-color: #940C5D; }
a { background-color: rgb(148,12,93); }
div.DivClassName
{
background-color: #940C5D;
}
.BgClassName
{
background-color: #940C5D;
}
</style>
border-color css
<style>
span { border-color: #940C5D; }
span { border-color: rgb(148,12,93); }
td.TdClassName
{
border-color: #940C5D;
}
.TagClassName
{
border-color: #940C5D;
}
</style>