Shades of Eggplant #940D69
Tints of Eggplant #940D69
RGB
CMYK
RGB Variations
Color information
#940D69 (or 0x940D69) is known color: Eggplant. HEX triplet: 94, 0D and 69. RGB value is (148,13,105). Sum of RGB (Red+Green+Blue) = 148+13+105=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #940D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D69 is #6BF296. Grayscale: #3F3F3F. Windows color (decimal): -7074455 or 6884756. OLE color: 6884756.
HSL color Cylindrical-coordinate representation of color #940D69: hue angle of 319.11º 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 #940D69 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 105 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.42 |
| HSL | 319.11º | 0.84% | 0.32% | - |
| HSV(B) | 319.11º | 0.91% | 0.58% | - |
| XYZ | 14.91 | 7.6 | 14.05 | - |
| YUV | 63.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 105 | 0 | 0.91 | 0.29 | 0.42 | 319.11 | 0.84 | 0.32 |
| Hex | 94 | D | 69 | 0 | 5B | 1D | 2A | 13F | 54 | 20 |
| Octal | 224 | 15 | 151 | 0 | 133 | 35 | 52 | 477 | 124 | 40 |
| Binary | 10010100 | 1101 | 1101001 | 0 | 1011011 | 11101 | 101010 | 100111111 | 1010100 | 100000 |
Color Harmonies of #940D69
Complementary color
Monochromatic Colors of #940D69
Black with #940D69
Text Example
Text Example
White with #940D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D69; }
p { color: rgb(148,13,105); }
H1.HeaderClassName
{
color: #940D69;
}
.AnyTagClassName
{
color: #940D69;
}
</style>
background-color css
<style>
a { background-color: #940D69; }
a { background-color: rgb(148,13,105); }
div.DivClassName
{
background-color: #940D69;
}
.BgClassName
{
background-color: #940D69;
}
</style>
border-color css
<style>
span { border-color: #940D69; }
span { border-color: rgb(148,13,105); }
td.TdClassName
{
border-color: #940D69;
}
.TagClassName
{
border-color: #940D69;
}
</style>