Shades of Eggplant #82055A
Tints of Eggplant #82055A
RGB
CMYK
RGB Variations
Color information
#82055A (or 0x82055A) is known color: Eggplant. HEX triplet: 82, 05 and 5A. RGB value is (130,5,90). Sum of RGB (Red+Green+Blue) = 130+5+90=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82055A is #7DFAA5. Grayscale: #333333. Windows color (decimal): -8256166 or 5899650. OLE color: 5899650.
HSL color Cylindrical-coordinate representation of color #82055A: hue angle of 319.2º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82055A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 90 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.49 |
| HSL | 319.2º | 0.93% | 0.26% | - |
| HSV(B) | 319.2º | 0.96% | 0.51% | - |
| XYZ | 11.11 | 5.59 | 10.17 | - |
| YUV | 52.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 90 | 0 | 0.96 | 0.31 | 0.49 | 319.2 | 0.93 | 0.26 |
| Hex | 82 | 5 | 5A | 0 | 60 | 1F | 31 | 13F | 5D | 1A |
| Octal | 202 | 5 | 132 | 0 | 140 | 37 | 61 | 477 | 135 | 32 |
| Binary | 10000010 | 101 | 1011010 | 0 | 1100000 | 11111 | 110001 | 100111111 | 1011101 | 11010 |
Color Harmonies of #82055A
Complementary color
Monochromatic Colors of #82055A
Black with #82055A
Text Example
Text Example
White with #82055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82055A; }
p { color: rgb(130,5,90); }
H1.HeaderClassName
{
color: #82055A;
}
.AnyTagClassName
{
color: #82055A;
}
</style>
background-color css
<style>
a { background-color: #82055A; }
a { background-color: rgb(130,5,90); }
div.DivClassName
{
background-color: #82055A;
}
.BgClassName
{
background-color: #82055A;
}
</style>
border-color css
<style>
span { border-color: #82055A; }
span { border-color: rgb(130,5,90); }
td.TdClassName
{
border-color: #82055A;
}
.TagClassName
{
border-color: #82055A;
}
</style>