Shades of Eggplant #940065
Tints of Eggplant #940065
RGB
CMYK
RGB Variations
Color information
#940065 (or 0x940065) is known color: Eggplant. HEX triplet: 94, 00 and 65. RGB value is (148,0,101). Sum of RGB (Red+Green+Blue) = 148+0+101=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #940065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940065 is #6BFF9A. Grayscale: #373737. Windows color (decimal): -7077787 or 6619284. OLE color: 6619284.
HSL color Cylindrical-coordinate representation of color #940065: hue angle of 319.05º 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 #940065 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.32 | 0.42 |
| HSL | 319.05º | 1% | 0.29% | - |
| HSV(B) | 319.05º | 1% | 0.58% | - |
| XYZ | 14.56 | 7.24 | 12.94 | - |
| YUV | 55.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 101 | 0 | 1 | 0.32 | 0.42 | 319.05 | 1 | 0.29 |
| Hex | 94 | 0 | 65 | 0 | 64 | 20 | 2A | 13F | 64 | 1D |
| Octal | 224 | 0 | 145 | 0 | 144 | 40 | 52 | 477 | 144 | 35 |
| Binary | 10010100 | 0 | 1100101 | 0 | 1100100 | 100000 | 101010 | 100111111 | 1100100 | 11101 |
Color Harmonies of #940065
Complementary color
Monochromatic Colors of #940065
Black with #940065
Text Example
Text Example
White with #940065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940065; }
p { color: rgb(148,0,101); }
H1.HeaderClassName
{
color: #940065;
}
.AnyTagClassName
{
color: #940065;
}
</style>
background-color css
<style>
a { background-color: #940065; }
a { background-color: rgb(148,0,101); }
div.DivClassName
{
background-color: #940065;
}
.BgClassName
{
background-color: #940065;
}
</style>
border-color css
<style>
span { border-color: #940065; }
span { border-color: rgb(148,0,101); }
td.TdClassName
{
border-color: #940065;
}
.TagClassName
{
border-color: #940065;
}
</style>