Shades of Eggplant #82015D
Tints of Eggplant #82015D
RGB
CMYK
RGB Variations
Color information
#82015D (or 0x82015D) is known color: Eggplant. HEX triplet: 82, 01 and 5D. RGB value is (130,1,93). Sum of RGB (Red+Green+Blue) = 130+1+93=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82015D is #7DFEA2. Grayscale: #313131. Windows color (decimal): -8257187 or 6095234. OLE color: 6095234.
HSL color Cylindrical-coordinate representation of color #82015D: hue angle of 317.21º 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 #82015D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.49 |
| HSL | 317.21º | 0.98% | 0.26% | - |
| HSV(B) | 317.21º | 0.99% | 0.51% | - |
| XYZ | 11.19 | 5.56 | 10.84 | - |
| YUV | 50.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 93 | 0 | 0.99 | 0.28 | 0.49 | 317.21 | 0.98 | 0.26 |
| Hex | 82 | 1 | 5D | 0 | 63 | 1C | 31 | 13D | 62 | 1A |
| Octal | 202 | 1 | 135 | 0 | 143 | 34 | 61 | 475 | 142 | 32 |
| Binary | 10000010 | 1 | 1011101 | 0 | 1100011 | 11100 | 110001 | 100111101 | 1100010 | 11010 |
Color Harmonies of #82015D
Complementary color
Monochromatic Colors of #82015D
Black with #82015D
Text Example
Text Example
White with #82015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82015D; }
p { color: rgb(130,1,93); }
H1.HeaderClassName
{
color: #82015D;
}
.AnyTagClassName
{
color: #82015D;
}
</style>
background-color css
<style>
a { background-color: #82015D; }
a { background-color: rgb(130,1,93); }
div.DivClassName
{
background-color: #82015D;
}
.BgClassName
{
background-color: #82015D;
}
</style>
border-color css
<style>
span { border-color: #82015D; }
span { border-color: rgb(130,1,93); }
td.TdClassName
{
border-color: #82015D;
}
.TagClassName
{
border-color: #82015D;
}
</style>