Shades of Eggplant #83085E
Tints of Eggplant #83085E
RGB
CMYK
RGB Variations
Color information
#83085E (or 0x83085E) is known color: Eggplant. HEX triplet: 83, 08 and 5E. RGB value is (131,8,94). Sum of RGB (Red+Green+Blue) = 131+8+94=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #83085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83085E is #7CF7A1. Grayscale: #363636. Windows color (decimal): -8189858 or 6162563. OLE color: 6162563.
HSL color Cylindrical-coordinate representation of color #83085E: hue angle of 318.05º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83085E is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 94 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.49 |
| HSL | 318.05º | 0.88% | 0.27% | - |
| HSV(B) | 318.05º | 0.94% | 0.51% | - |
| XYZ | 11.47 | 5.81 | 11.11 | - |
| YUV | 54.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 94 | 0 | 0.94 | 0.28 | 0.49 | 318.05 | 0.88 | 0.27 |
| Hex | 83 | 8 | 5E | 0 | 5E | 1C | 31 | 13E | 58 | 1B |
| Octal | 203 | 10 | 136 | 0 | 136 | 34 | 61 | 476 | 130 | 33 |
| Binary | 10000011 | 1000 | 1011110 | 0 | 1011110 | 11100 | 110001 | 100111110 | 1011000 | 11011 |
Color Harmonies of #83085E
Complementary color
Monochromatic Colors of #83085E
Black with #83085E
Text Example
Text Example
White with #83085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83085E; }
p { color: rgb(131,8,94); }
H1.HeaderClassName
{
color: #83085E;
}
.AnyTagClassName
{
color: #83085E;
}
</style>
background-color css
<style>
a { background-color: #83085E; }
a { background-color: rgb(131,8,94); }
div.DivClassName
{
background-color: #83085E;
}
.BgClassName
{
background-color: #83085E;
}
</style>
border-color css
<style>
span { border-color: #83085E; }
span { border-color: rgb(131,8,94); }
td.TdClassName
{
border-color: #83085E;
}
.TagClassName
{
border-color: #83085E;
}
</style>