Shades of Eggplant #940A67
Tints of Eggplant #940A67
RGB
CMYK
RGB Variations
Color information
#940A67 (or 0x940A67) is known color: Eggplant. HEX triplet: 94, 0A and 67. RGB value is (148,10,103). Sum of RGB (Red+Green+Blue) = 148+10+103=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #940A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A67 is #6BF598. Grayscale: #3D3D3D. Windows color (decimal): -7075225 or 6752916. OLE color: 6752916.
HSL color Cylindrical-coordinate representation of color #940A67: hue angle of 319.57º degrees, saturation: 0.87, 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 #940A67 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 10 | 103 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.42 |
| HSL | 319.57º | 0.87% | 0.31% | - |
| HSV(B) | 319.57º | 0.93% | 0.58% | - |
| XYZ | 14.77 | 7.49 | 13.5 | - |
| YUV | 61.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 103 | 0 | 0.93 | 0.30 | 0.42 | 319.57 | 0.87 | 0.31 |
| Hex | 94 | A | 67 | 0 | 5D | 1E | 2A | 140 | 57 | 1F |
| Octal | 224 | 12 | 147 | 0 | 135 | 36 | 52 | 500 | 127 | 37 |
| Binary | 10010100 | 1010 | 1100111 | 0 | 1011101 | 11110 | 101010 | 101000000 | 1010111 | 11111 |
Color Harmonies of #940A67
Complementary color
Monochromatic Colors of #940A67
Black with #940A67
Text Example
Text Example
White with #940A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940A67; }
p { color: rgb(148,10,103); }
H1.HeaderClassName
{
color: #940A67;
}
.AnyTagClassName
{
color: #940A67;
}
</style>
background-color css
<style>
a { background-color: #940A67; }
a { background-color: rgb(148,10,103); }
div.DivClassName
{
background-color: #940A67;
}
.BgClassName
{
background-color: #940A67;
}
</style>
border-color css
<style>
span { border-color: #940A67; }
span { border-color: rgb(148,10,103); }
td.TdClassName
{
border-color: #940A67;
}
.TagClassName
{
border-color: #940A67;
}
</style>