Shades of Eggplant #83065E
Tints of Eggplant #83065E
RGB
CMYK
RGB Variations
Color information
#83065E (or 0x83065E) is known color: Eggplant. HEX triplet: 83, 06 and 5E. RGB value is (131,6,94). Sum of RGB (Red+Green+Blue) = 131+6+94=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83065E is #7CF9A1. Grayscale: #353535. Windows color (decimal): -8190370 or 6162051. OLE color: 6162051.
HSL color Cylindrical-coordinate representation of color #83065E: hue angle of 317.76º degrees, saturation: 0.91, 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 #83065E is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 94 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.49 |
| HSL | 317.76º | 0.91% | 0.27% | - |
| HSV(B) | 317.76º | 0.95% | 0.51% | - |
| XYZ | 11.45 | 5.76 | 11.1 | - |
| YUV | 53.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 94 | 0 | 0.95 | 0.28 | 0.49 | 317.76 | 0.91 | 0.27 |
| Hex | 83 | 6 | 5E | 0 | 5F | 1C | 31 | 13E | 5B | 1B |
| Octal | 203 | 6 | 136 | 0 | 137 | 34 | 61 | 476 | 133 | 33 |
| Binary | 10000011 | 110 | 1011110 | 0 | 1011111 | 11100 | 110001 | 100111110 | 1011011 | 11011 |
Color Harmonies of #83065E
Complementary color
Monochromatic Colors of #83065E
Black with #83065E
Text Example
Text Example
White with #83065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83065E; }
p { color: rgb(131,6,94); }
H1.HeaderClassName
{
color: #83065E;
}
.AnyTagClassName
{
color: #83065E;
}
</style>
background-color css
<style>
a { background-color: #83065E; }
a { background-color: rgb(131,6,94); }
div.DivClassName
{
background-color: #83065E;
}
.BgClassName
{
background-color: #83065E;
}
</style>
border-color css
<style>
span { border-color: #83065E; }
span { border-color: rgb(131,6,94); }
td.TdClassName
{
border-color: #83065E;
}
.TagClassName
{
border-color: #83065E;
}
</style>