Shades of Eggplant #82005C
Tints of Eggplant #82005C
RGB
CMYK
RGB Variations
Color information
#82005C (or 0x82005C) is known color: Eggplant. HEX triplet: 82, 00 and 5C. RGB value is (130,0,92). Sum of RGB (Red+Green+Blue) = 130+0+92=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82005C is #7DFFA3. Grayscale: #313131. Windows color (decimal): -8257444 or 6029442. OLE color: 6029442.
HSL color Cylindrical-coordinate representation of color #82005C: hue angle of 317.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82005C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.29 | 0.49 |
| HSL | 317.54º | 1% | 0.25% | - |
| HSV(B) | 317.54º | 1% | 0.51% | - |
| XYZ | 11.14 | 5.52 | 10.6 | - |
| YUV | 49.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 92 | 0 | 1 | 0.29 | 0.49 | 317.54 | 1 | 0.25 |
| Hex | 82 | 0 | 5C | 0 | 64 | 1D | 31 | 13E | 64 | 19 |
| Octal | 202 | 0 | 134 | 0 | 144 | 35 | 61 | 476 | 144 | 31 |
| Binary | 10000010 | 0 | 1011100 | 0 | 1100100 | 11101 | 110001 | 100111110 | 1100100 | 11001 |
Color Harmonies of #82005C
Complementary color
Monochromatic Colors of #82005C
Black with #82005C
Text Example
Text Example
White with #82005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82005C; }
p { color: rgb(130,0,92); }
H1.HeaderClassName
{
color: #82005C;
}
.AnyTagClassName
{
color: #82005C;
}
</style>
background-color css
<style>
a { background-color: #82005C; }
a { background-color: rgb(130,0,92); }
div.DivClassName
{
background-color: #82005C;
}
.BgClassName
{
background-color: #82005C;
}
</style>
border-color css
<style>
span { border-color: #82005C; }
span { border-color: rgb(130,0,92); }
td.TdClassName
{
border-color: #82005C;
}
.TagClassName
{
border-color: #82005C;
}
</style>