Shades of Eggplant #940667
Tints of Eggplant #940667
RGB
CMYK
RGB Variations
Color information
#940667 (or 0x940667) is known color: Eggplant. HEX triplet: 94, 06 and 67. RGB value is (148,6,103). Sum of RGB (Red+Green+Blue) = 148+6+103=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #940667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940667 is #6BF998. Grayscale: #3B3B3B. Windows color (decimal): -7076249 or 6751892. OLE color: 6751892.
HSL color Cylindrical-coordinate representation of color #940667: hue angle of 319.01º 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 #940667 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 103 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.42 |
| HSL | 319.01º | 0.92% | 0.3% | - |
| HSV(B) | 319.01º | 0.96% | 0.58% | - |
| XYZ | 14.73 | 7.41 | 13.49 | - |
| YUV | 59.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 103 | 0 | 0.96 | 0.30 | 0.42 | 319.01 | 0.92 | 0.3 |
| Hex | 94 | 6 | 67 | 0 | 60 | 1E | 2A | 13F | 5C | 1E |
| Octal | 224 | 6 | 147 | 0 | 140 | 36 | 52 | 477 | 134 | 36 |
| Binary | 10010100 | 110 | 1100111 | 0 | 1100000 | 11110 | 101010 | 100111111 | 1011100 | 11110 |
Color Harmonies of #940667
Complementary color
Monochromatic Colors of #940667
Black with #940667
Text Example
Text Example
White with #940667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940667; }
p { color: rgb(148,6,103); }
H1.HeaderClassName
{
color: #940667;
}
.AnyTagClassName
{
color: #940667;
}
</style>
background-color css
<style>
a { background-color: #940667; }
a { background-color: rgb(148,6,103); }
div.DivClassName
{
background-color: #940667;
}
.BgClassName
{
background-color: #940667;
}
</style>
border-color css
<style>
span { border-color: #940667; }
span { border-color: rgb(148,6,103); }
td.TdClassName
{
border-color: #940667;
}
.TagClassName
{
border-color: #940667;
}
</style>