Shades of Eggplant #82065D
Tints of Eggplant #82065D
RGB
CMYK
RGB Variations
Color information
#82065D (or 0x82065D) is known color: Eggplant. HEX triplet: 82, 06 and 5D. RGB value is (130,6,93). Sum of RGB (Red+Green+Blue) = 130+6+93=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82065D is #7DF9A2. Grayscale: #343434. Windows color (decimal): -8255907 or 6096514. OLE color: 6096514.
HSL color Cylindrical-coordinate representation of color #82065D: hue angle of 317.9º 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 #82065D is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 93 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.49 |
| HSL | 317.9º | 0.91% | 0.27% | - |
| HSV(B) | 317.9º | 0.95% | 0.51% | - |
| XYZ | 11.25 | 5.67 | 10.86 | - |
| YUV | 52.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 93 | 0 | 0.95 | 0.28 | 0.49 | 317.9 | 0.91 | 0.27 |
| Hex | 82 | 6 | 5D | 0 | 5F | 1C | 31 | 13E | 5B | 1B |
| Octal | 202 | 6 | 135 | 0 | 137 | 34 | 61 | 476 | 133 | 33 |
| Binary | 10000010 | 110 | 1011101 | 0 | 1011111 | 11100 | 110001 | 100111110 | 1011011 | 11011 |
Color Harmonies of #82065D
Complementary color
Monochromatic Colors of #82065D
Black with #82065D
Text Example
Text Example
White with #82065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82065D; }
p { color: rgb(130,6,93); }
H1.HeaderClassName
{
color: #82065D;
}
.AnyTagClassName
{
color: #82065D;
}
</style>
background-color css
<style>
a { background-color: #82065D; }
a { background-color: rgb(130,6,93); }
div.DivClassName
{
background-color: #82065D;
}
.BgClassName
{
background-color: #82065D;
}
</style>
border-color css
<style>
span { border-color: #82065D; }
span { border-color: rgb(130,6,93); }
td.TdClassName
{
border-color: #82065D;
}
.TagClassName
{
border-color: #82065D;
}
</style>