Shades of Eggplant #82105D
Tints of Eggplant #82105D
RGB
CMYK
RGB Variations
Color information
#82105D (or 0x82105D) is known color: Eggplant. HEX triplet: 82, 10 and 5D. RGB value is (130,16,93). Sum of RGB (Red+Green+Blue) = 130+16+93=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82105D is #7DEFA2. Grayscale: #3A3A3A. Windows color (decimal): -8253347 or 6099074. OLE color: 6099074.
HSL color Cylindrical-coordinate representation of color #82105D: hue angle of 319.47º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82105D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 93 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.49 |
| HSL | 319.47º | 0.78% | 0.29% | - |
| HSV(B) | 319.47º | 0.88% | 0.51% | - |
| XYZ | 11.37 | 5.91 | 10.9 | - |
| YUV | 58.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 93 | 0 | 0.88 | 0.28 | 0.49 | 319.47 | 0.78 | 0.29 |
| Hex | 82 | 10 | 5D | 0 | 58 | 1C | 31 | 13F | 4E | 1D |
| Octal | 202 | 20 | 135 | 0 | 130 | 34 | 61 | 477 | 116 | 35 |
| Binary | 10000010 | 10000 | 1011101 | 0 | 1011000 | 11100 | 110001 | 100111111 | 1001110 | 11101 |
Color Harmonies of #82105D
Complementary color
Monochromatic Colors of #82105D
Black with #82105D
Text Example
Text Example
White with #82105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82105D; }
p { color: rgb(130,16,93); }
H1.HeaderClassName
{
color: #82105D;
}
.AnyTagClassName
{
color: #82105D;
}
</style>
background-color css
<style>
a { background-color: #82105D; }
a { background-color: rgb(130,16,93); }
div.DivClassName
{
background-color: #82105D;
}
.BgClassName
{
background-color: #82105D;
}
</style>
border-color css
<style>
span { border-color: #82105D; }
span { border-color: rgb(130,16,93); }
td.TdClassName
{
border-color: #82105D;
}
.TagClassName
{
border-color: #82105D;
}
</style>