Shades of Eggplant #940462
Tints of Eggplant #940462
RGB
CMYK
RGB Variations
Color information
#940462 (or 0x940462) is known color: Eggplant. HEX triplet: 94, 04 and 62. RGB value is (148,4,98). Sum of RGB (Red+Green+Blue) = 148+4+98=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #940462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940462 is #6BFB9D. Grayscale: #393939. Windows color (decimal): -7076766 or 6423700. OLE color: 6423700.
HSL color Cylindrical-coordinate representation of color #940462: hue angle of 320.83º degrees, saturation: 0.95, 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 #940462 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 4 | 98 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.42 |
| HSL | 320.83º | 0.95% | 0.3% | - |
| HSV(B) | 320.83º | 0.97% | 0.58% | - |
| XYZ | 14.46 | 7.26 | 12.2 | - |
| YUV | 57.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 98 | 0 | 0.97 | 0.34 | 0.42 | 320.83 | 0.95 | 0.3 |
| Hex | 94 | 4 | 62 | 0 | 61 | 22 | 2A | 141 | 5F | 1E |
| Octal | 224 | 4 | 142 | 0 | 141 | 42 | 52 | 501 | 137 | 36 |
| Binary | 10010100 | 100 | 1100010 | 0 | 1100001 | 100010 | 101010 | 101000001 | 1011111 | 11110 |
Color Harmonies of #940462
Complementary color
Monochromatic Colors of #940462
Black with #940462
Text Example
Text Example
White with #940462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940462; }
p { color: rgb(148,4,98); }
H1.HeaderClassName
{
color: #940462;
}
.AnyTagClassName
{
color: #940462;
}
</style>
background-color css
<style>
a { background-color: #940462; }
a { background-color: rgb(148,4,98); }
div.DivClassName
{
background-color: #940462;
}
.BgClassName
{
background-color: #940462;
}
</style>
border-color css
<style>
span { border-color: #940462; }
span { border-color: rgb(148,4,98); }
td.TdClassName
{
border-color: #940462;
}
.TagClassName
{
border-color: #940462;
}
</style>