Shades of Eggplant #940762
Tints of Eggplant #940762
RGB
CMYK
RGB Variations
Color information
#940762 (or 0x940762) is known color: Eggplant. HEX triplet: 94, 07 and 62. RGB value is (148,7,98). Sum of RGB (Red+Green+Blue) = 148+7+98=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #940762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940762 is #6BF89D. Grayscale: #3B3B3B. Windows color (decimal): -7075998 or 6424468. OLE color: 6424468.
HSL color Cylindrical-coordinate representation of color #940762: hue angle of 321.28º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940762 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 98 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.42 |
| HSL | 321.28º | 0.91% | 0.3% | - |
| HSV(B) | 321.28º | 0.95% | 0.58% | - |
| XYZ | 14.49 | 7.33 | 12.21 | - |
| YUV | 59.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 98 | 0 | 0.95 | 0.34 | 0.42 | 321.28 | 0.91 | 0.3 |
| Hex | 94 | 7 | 62 | 0 | 5F | 22 | 2A | 141 | 5B | 1E |
| Octal | 224 | 7 | 142 | 0 | 137 | 42 | 52 | 501 | 133 | 36 |
| Binary | 10010100 | 111 | 1100010 | 0 | 1011111 | 100010 | 101010 | 101000001 | 1011011 | 11110 |
Color Harmonies of #940762
Complementary color
Monochromatic Colors of #940762
Black with #940762
Text Example
Text Example
White with #940762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940762; }
p { color: rgb(148,7,98); }
H1.HeaderClassName
{
color: #940762;
}
.AnyTagClassName
{
color: #940762;
}
</style>
background-color css
<style>
a { background-color: #940762; }
a { background-color: rgb(148,7,98); }
div.DivClassName
{
background-color: #940762;
}
.BgClassName
{
background-color: #940762;
}
</style>
border-color css
<style>
span { border-color: #940762; }
span { border-color: rgb(148,7,98); }
td.TdClassName
{
border-color: #940762;
}
.TagClassName
{
border-color: #940762;
}
</style>