Shades of Eggplant #940862
Tints of Eggplant #940862
RGB
CMYK
RGB Variations
Color information
#940862 (or 0x940862) is known color: Eggplant. HEX triplet: 94, 08 and 62. RGB value is (148,8,98). Sum of RGB (Red+Green+Blue) = 148+8+98=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #940862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940862 is #6BF79D. Grayscale: #3B3B3B. Windows color (decimal): -7075742 or 6424724. OLE color: 6424724.
HSL color Cylindrical-coordinate representation of color #940862: hue angle of 321.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940862 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 98 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.42 |
| HSL | 321.43º | 0.9% | 0.31% | - |
| HSV(B) | 321.43º | 0.95% | 0.58% | - |
| XYZ | 14.5 | 7.35 | 12.21 | - |
| YUV | 60.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 98 | 0 | 0.95 | 0.34 | 0.42 | 321.43 | 0.9 | 0.31 |
| Hex | 94 | 8 | 62 | 0 | 5F | 22 | 2A | 141 | 5A | 1F |
| Octal | 224 | 10 | 142 | 0 | 137 | 42 | 52 | 501 | 132 | 37 |
| Binary | 10010100 | 1000 | 1100010 | 0 | 1011111 | 100010 | 101010 | 101000001 | 1011010 | 11111 |
Color Harmonies of #940862
Complementary color
Monochromatic Colors of #940862
Black with #940862
Text Example
Text Example
White with #940862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940862; }
p { color: rgb(148,8,98); }
H1.HeaderClassName
{
color: #940862;
}
.AnyTagClassName
{
color: #940862;
}
</style>
background-color css
<style>
a { background-color: #940862; }
a { background-color: rgb(148,8,98); }
div.DivClassName
{
background-color: #940862;
}
.BgClassName
{
background-color: #940862;
}
</style>
border-color css
<style>
span { border-color: #940862; }
span { border-color: rgb(148,8,98); }
td.TdClassName
{
border-color: #940862;
}
.TagClassName
{
border-color: #940862;
}
</style>