Shades of Eggplant #940567
Tints of Eggplant #940567
RGB
CMYK
RGB Variations
Color information
#940567 (or 0x940567) is known color: Eggplant. HEX triplet: 94, 05 and 67. RGB value is (148,5,103). Sum of RGB (Red+Green+Blue) = 148+5+103=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #940567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940567 is #6BFA98. Grayscale: #3A3A3A. Windows color (decimal): -7076505 or 6751636. OLE color: 6751636.
HSL color Cylindrical-coordinate representation of color #940567: hue angle of 318.88º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940567 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 5 | 103 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.42 |
| HSL | 318.88º | 0.93% | 0.3% | - |
| HSV(B) | 318.88º | 0.97% | 0.58% | - |
| XYZ | 14.72 | 7.38 | 13.48 | - |
| YUV | 58.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 103 | 0 | 0.97 | 0.30 | 0.42 | 318.88 | 0.93 | 0.3 |
| Hex | 94 | 5 | 67 | 0 | 61 | 1E | 2A | 13F | 5D | 1E |
| Octal | 224 | 5 | 147 | 0 | 141 | 36 | 52 | 477 | 135 | 36 |
| Binary | 10010100 | 101 | 1100111 | 0 | 1100001 | 11110 | 101010 | 100111111 | 1011101 | 11110 |
Color Harmonies of #940567
Complementary color
Monochromatic Colors of #940567
Black with #940567
Text Example
Text Example
White with #940567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940567; }
p { color: rgb(148,5,103); }
H1.HeaderClassName
{
color: #940567;
}
.AnyTagClassName
{
color: #940567;
}
</style>
background-color css
<style>
a { background-color: #940567; }
a { background-color: rgb(148,5,103); }
div.DivClassName
{
background-color: #940567;
}
.BgClassName
{
background-color: #940567;
}
</style>
border-color css
<style>
span { border-color: #940567; }
span { border-color: rgb(148,5,103); }
td.TdClassName
{
border-color: #940567;
}
.TagClassName
{
border-color: #940567;
}
</style>