Shades of Eggplant #82095D
Tints of Eggplant #82095D
RGB
CMYK
RGB Variations
Color information
#82095D (or 0x82095D) is known color: Eggplant. HEX triplet: 82, 09 and 5D. RGB value is (130,9,93). Sum of RGB (Red+Green+Blue) = 130+9+93=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82095D is #7DF6A2. Grayscale: #363636. Windows color (decimal): -8255139 or 6097282. OLE color: 6097282.
HSL color Cylindrical-coordinate representation of color #82095D: hue angle of 318.35º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82095D is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 93 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.49 |
| HSL | 318.35º | 0.87% | 0.27% | - |
| HSV(B) | 318.35º | 0.93% | 0.51% | - |
| XYZ | 11.28 | 5.73 | 10.87 | - |
| YUV | 54.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 93 | 0 | 0.93 | 0.28 | 0.49 | 318.35 | 0.87 | 0.27 |
| Hex | 82 | 9 | 5D | 0 | 5D | 1C | 31 | 13E | 57 | 1B |
| Octal | 202 | 11 | 135 | 0 | 135 | 34 | 61 | 476 | 127 | 33 |
| Binary | 10000010 | 1001 | 1011101 | 0 | 1011101 | 11100 | 110001 | 100111110 | 1010111 | 11011 |
Color Harmonies of #82095D
Complementary color
Monochromatic Colors of #82095D
Black with #82095D
Text Example
Text Example
White with #82095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82095D; }
p { color: rgb(130,9,93); }
H1.HeaderClassName
{
color: #82095D;
}
.AnyTagClassName
{
color: #82095D;
}
</style>
background-color css
<style>
a { background-color: #82095D; }
a { background-color: rgb(130,9,93); }
div.DivClassName
{
background-color: #82095D;
}
.BgClassName
{
background-color: #82095D;
}
</style>
border-color css
<style>
span { border-color: #82095D; }
span { border-color: rgb(130,9,93); }
td.TdClassName
{
border-color: #82095D;
}
.TagClassName
{
border-color: #82095D;
}
</style>