Shades of Eggplant #82065A
Tints of Eggplant #82065A
RGB
CMYK
RGB Variations
Color information
#82065A (or 0x82065A) is known color: Eggplant. HEX triplet: 82, 06 and 5A. RGB value is (130,6,90). Sum of RGB (Red+Green+Blue) = 130+6+90=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82065A is #7DF9A5. Grayscale: #343434. Windows color (decimal): -8255910 or 5899906. OLE color: 5899906.
HSL color Cylindrical-coordinate representation of color #82065A: hue angle of 319.35º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82065A is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 90 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.49 |
| HSL | 319.35º | 0.91% | 0.27% | - |
| HSV(B) | 319.35º | 0.95% | 0.51% | - |
| XYZ | 11.12 | 5.61 | 10.17 | - |
| YUV | 52.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 90 | 0 | 0.95 | 0.31 | 0.49 | 319.35 | 0.91 | 0.27 |
| Hex | 82 | 6 | 5A | 0 | 5F | 1F | 31 | 13F | 5B | 1B |
| Octal | 202 | 6 | 132 | 0 | 137 | 37 | 61 | 477 | 133 | 33 |
| Binary | 10000010 | 110 | 1011010 | 0 | 1011111 | 11111 | 110001 | 100111111 | 1011011 | 11011 |
Color Harmonies of #82065A
Complementary color
Monochromatic Colors of #82065A
Black with #82065A
Text Example
Text Example
White with #82065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82065A; }
p { color: rgb(130,6,90); }
H1.HeaderClassName
{
color: #82065A;
}
.AnyTagClassName
{
color: #82065A;
}
</style>
background-color css
<style>
a { background-color: #82065A; }
a { background-color: rgb(130,6,90); }
div.DivClassName
{
background-color: #82065A;
}
.BgClassName
{
background-color: #82065A;
}
</style>
border-color css
<style>
span { border-color: #82065A; }
span { border-color: rgb(130,6,90); }
td.TdClassName
{
border-color: #82065A;
}
.TagClassName
{
border-color: #82065A;
}
</style>