Shades of Eggplant #940663
Tints of Eggplant #940663
RGB
CMYK
RGB Variations
Color information
#940663 (or 0x940663) is known color: Eggplant. HEX triplet: 94, 06 and 63. RGB value is (148,6,99). Sum of RGB (Red+Green+Blue) = 148+6+99=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #940663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940663 is #6BF99C. Grayscale: #3A3A3A. Windows color (decimal): -7076253 or 6489748. OLE color: 6489748.
HSL color Cylindrical-coordinate representation of color #940663: hue angle of 320.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940663 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 99 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.42 |
| HSL | 320.7º | 0.92% | 0.3% | - |
| HSV(B) | 320.7º | 0.96% | 0.58% | - |
| XYZ | 14.53 | 7.33 | 12.45 | - |
| YUV | 59.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 99 | 0 | 0.96 | 0.33 | 0.42 | 320.7 | 0.92 | 0.3 |
| Hex | 94 | 6 | 63 | 0 | 60 | 21 | 2A | 141 | 5C | 1E |
| Octal | 224 | 6 | 143 | 0 | 140 | 41 | 52 | 501 | 134 | 36 |
| Binary | 10010100 | 110 | 1100011 | 0 | 1100000 | 100001 | 101010 | 101000001 | 1011100 | 11110 |
Color Harmonies of #940663
Complementary color
Monochromatic Colors of #940663
Black with #940663
Text Example
Text Example
White with #940663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940663; }
p { color: rgb(148,6,99); }
H1.HeaderClassName
{
color: #940663;
}
.AnyTagClassName
{
color: #940663;
}
</style>
background-color css
<style>
a { background-color: #940663; }
a { background-color: rgb(148,6,99); }
div.DivClassName
{
background-color: #940663;
}
.BgClassName
{
background-color: #940663;
}
</style>
border-color css
<style>
span { border-color: #940663; }
span { border-color: rgb(148,6,99); }
td.TdClassName
{
border-color: #940663;
}
.TagClassName
{
border-color: #940663;
}
</style>