Shades of Eggplant #940D73
Tints of Eggplant #940D73
RGB
CMYK
RGB Variations
Color information
#940D73 (or 0x940D73) is known color: Eggplant. HEX triplet: 94, 0D and 73. RGB value is (148,13,115). Sum of RGB (Red+Green+Blue) = 148+13+115=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #940D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D73 is #6BF28C. Grayscale: #404040. Windows color (decimal): -7074445 or 7540116. OLE color: 7540116.
HSL color Cylindrical-coordinate representation of color #940D73: hue angle of 314.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D73 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 115 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.42 |
| HSL | 314.67º | 0.84% | 0.32% | - |
| HSV(B) | 314.67º | 0.91% | 0.58% | - |
| XYZ | 15.45 | 7.82 | 16.92 | - |
| YUV | 64.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 115 | 0 | 0.91 | 0.22 | 0.42 | 314.67 | 0.84 | 0.32 |
| Hex | 94 | D | 73 | 0 | 5B | 16 | 2A | 13B | 54 | 20 |
| Octal | 224 | 15 | 163 | 0 | 133 | 26 | 52 | 473 | 124 | 40 |
| Binary | 10010100 | 1101 | 1110011 | 0 | 1011011 | 10110 | 101010 | 100111011 | 1010100 | 100000 |
Color Harmonies of #940D73
Complementary color
Monochromatic Colors of #940D73
Black with #940D73
Text Example
Text Example
White with #940D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D73; }
p { color: rgb(148,13,115); }
H1.HeaderClassName
{
color: #940D73;
}
.AnyTagClassName
{
color: #940D73;
}
</style>
background-color css
<style>
a { background-color: #940D73; }
a { background-color: rgb(148,13,115); }
div.DivClassName
{
background-color: #940D73;
}
.BgClassName
{
background-color: #940D73;
}
</style>
border-color css
<style>
span { border-color: #940D73; }
span { border-color: rgb(148,13,115); }
td.TdClassName
{
border-color: #940D73;
}
.TagClassName
{
border-color: #940D73;
}
</style>