Shades of Eggplant #83075E
Tints of Eggplant #83075E
RGB
CMYK
RGB Variations
Color information
#83075E (or 0x83075E) is known color: Eggplant. HEX triplet: 83, 07 and 5E. RGB value is (131,7,94). Sum of RGB (Red+Green+Blue) = 131+7+94=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83075E is #7CF8A1. Grayscale: #353535. Windows color (decimal): -8190114 or 6162307. OLE color: 6162307.
HSL color Cylindrical-coordinate representation of color #83075E: hue angle of 317.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83075E is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.49 |
| HSL | 317.9º | 0.9% | 0.27% | - |
| HSV(B) | 317.9º | 0.95% | 0.51% | - |
| XYZ | 11.46 | 5.79 | 11.1 | - |
| YUV | 53.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 94 | 0 | 0.95 | 0.28 | 0.49 | 317.9 | 0.9 | 0.27 |
| Hex | 83 | 7 | 5E | 0 | 5F | 1C | 31 | 13E | 5A | 1B |
| Octal | 203 | 7 | 136 | 0 | 137 | 34 | 61 | 476 | 132 | 33 |
| Binary | 10000011 | 111 | 1011110 | 0 | 1011111 | 11100 | 110001 | 100111110 | 1011010 | 11011 |
Color Harmonies of #83075E
Complementary color
Monochromatic Colors of #83075E
Black with #83075E
Text Example
Text Example
White with #83075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83075E; }
p { color: rgb(131,7,94); }
H1.HeaderClassName
{
color: #83075E;
}
.AnyTagClassName
{
color: #83075E;
}
</style>
background-color css
<style>
a { background-color: #83075E; }
a { background-color: rgb(131,7,94); }
div.DivClassName
{
background-color: #83075E;
}
.BgClassName
{
background-color: #83075E;
}
</style>
border-color css
<style>
span { border-color: #83075E; }
span { border-color: rgb(131,7,94); }
td.TdClassName
{
border-color: #83075E;
}
.TagClassName
{
border-color: #83075E;
}
</style>