Shades of Eggplant #83094E
Tints of Eggplant #83094E
RGB
CMYK
RGB Variations
Color information
#83094E (or 0x83094E) is known color: Eggplant. HEX triplet: 83, 09 and 4E. RGB value is (131,9,78). Sum of RGB (Red+Green+Blue) = 131+9+78=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #83094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83094E is #7CF6B1. Grayscale: #353535. Windows color (decimal): -8189618 or 5114243. OLE color: 5114243.
HSL color Cylindrical-coordinate representation of color #83094E: hue angle of 326.07º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83094E is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 78 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.49 |
| HSL | 326.07º | 0.87% | 0.27% | - |
| HSV(B) | 326.07º | 0.93% | 0.51% | - |
| XYZ | 10.83 | 5.57 | 7.71 | - |
| YUV | 53.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 78 | 0 | 0.93 | 0.40 | 0.49 | 326.07 | 0.87 | 0.27 |
| Hex | 83 | 9 | 4E | 0 | 5D | 28 | 31 | 146 | 57 | 1B |
| Octal | 203 | 11 | 116 | 0 | 135 | 50 | 61 | 506 | 127 | 33 |
| Binary | 10000011 | 1001 | 1001110 | 0 | 1011101 | 101000 | 110001 | 101000110 | 1010111 | 11011 |
Color Harmonies of #83094E
Complementary color
Monochromatic Colors of #83094E
Black with #83094E
Text Example
Text Example
White with #83094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83094E; }
p { color: rgb(131,9,78); }
H1.HeaderClassName
{
color: #83094E;
}
.AnyTagClassName
{
color: #83094E;
}
</style>
background-color css
<style>
a { background-color: #83094E; }
a { background-color: rgb(131,9,78); }
div.DivClassName
{
background-color: #83094E;
}
.BgClassName
{
background-color: #83094E;
}
</style>
border-color css
<style>
span { border-color: #83094E; }
span { border-color: rgb(131,9,78); }
td.TdClassName
{
border-color: #83094E;
}
.TagClassName
{
border-color: #83094E;
}
</style>