Shades of Eggplant #940B65
Tints of Eggplant #940B65
RGB
CMYK
RGB Variations
Color information
#940B65 (or 0x940B65) is known color: Eggplant. HEX triplet: 94, 0B and 65. RGB value is (148,11,101). Sum of RGB (Red+Green+Blue) = 148+11+101=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #940B65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940B65 is #6BF49A. Grayscale: #3E3E3E. Windows color (decimal): -7074971 or 6622100. OLE color: 6622100.
HSL color Cylindrical-coordinate representation of color #940B65: hue angle of 320.58º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B65 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 101 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.42 |
| HSL | 320.58º | 0.86% | 0.31% | - |
| HSV(B) | 320.58º | 0.93% | 0.58% | - |
| XYZ | 14.68 | 7.47 | 12.98 | - |
| YUV | 62.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 101 | 0 | 0.93 | 0.32 | 0.42 | 320.58 | 0.86 | 0.31 |
| Hex | 94 | B | 65 | 0 | 5D | 20 | 2A | 141 | 56 | 1F |
| Octal | 224 | 13 | 145 | 0 | 135 | 40 | 52 | 501 | 126 | 37 |
| Binary | 10010100 | 1011 | 1100101 | 0 | 1011101 | 100000 | 101010 | 101000001 | 1010110 | 11111 |
Color Harmonies of #940B65
Complementary color
Monochromatic Colors of #940B65
Black with #940B65
Text Example
Text Example
White with #940B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B65; }
p { color: rgb(148,11,101); }
H1.HeaderClassName
{
color: #940B65;
}
.AnyTagClassName
{
color: #940B65;
}
</style>
background-color css
<style>
a { background-color: #940B65; }
a { background-color: rgb(148,11,101); }
div.DivClassName
{
background-color: #940B65;
}
.BgClassName
{
background-color: #940B65;
}
</style>
border-color css
<style>
span { border-color: #940B65; }
span { border-color: rgb(148,11,101); }
td.TdClassName
{
border-color: #940B65;
}
.TagClassName
{
border-color: #940B65;
}
</style>