Shades of Eggplant #83015D
Tints of Eggplant #83015D
RGB
CMYK
RGB Variations
Color information
#83015D (or 0x83015D) is known color: Eggplant. HEX triplet: 83, 01 and 5D. RGB value is (131,1,93). Sum of RGB (Red+Green+Blue) = 131+1+93=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83015D is #7CFEA2. Grayscale: #323232. Windows color (decimal): -8191651 or 6095235. OLE color: 6095235.
HSL color Cylindrical-coordinate representation of color #83015D: hue angle of 317.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83015D is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.49 |
| HSL | 317.54º | 0.98% | 0.26% | - |
| HSV(B) | 317.54º | 0.99% | 0.51% | - |
| XYZ | 11.35 | 5.64 | 10.85 | - |
| YUV | 50.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 93 | 0 | 0.99 | 0.29 | 0.49 | 317.54 | 0.98 | 0.26 |
| Hex | 83 | 1 | 5D | 0 | 63 | 1D | 31 | 13E | 62 | 1A |
| Octal | 203 | 1 | 135 | 0 | 143 | 35 | 61 | 476 | 142 | 32 |
| Binary | 10000011 | 1 | 1011101 | 0 | 1100011 | 11101 | 110001 | 100111110 | 1100010 | 11010 |
Color Harmonies of #83015D
Complementary color
Monochromatic Colors of #83015D
Black with #83015D
Text Example
Text Example
White with #83015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83015D; }
p { color: rgb(131,1,93); }
H1.HeaderClassName
{
color: #83015D;
}
.AnyTagClassName
{
color: #83015D;
}
</style>
background-color css
<style>
a { background-color: #83015D; }
a { background-color: rgb(131,1,93); }
div.DivClassName
{
background-color: #83015D;
}
.BgClassName
{
background-color: #83015D;
}
</style>
border-color css
<style>
span { border-color: #83015D; }
span { border-color: rgb(131,1,93); }
td.TdClassName
{
border-color: #83015D;
}
.TagClassName
{
border-color: #83015D;
}
</style>