Shades of Eggplant #82045C
Tints of Eggplant #82045C
RGB
CMYK
RGB Variations
Color information
#82045C (or 0x82045C) is known color: Eggplant. HEX triplet: 82, 04 and 5C. RGB value is (130,4,92). Sum of RGB (Red+Green+Blue) = 130+4+92=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82045C is #7DFBA3. Grayscale: #333333. Windows color (decimal): -8256420 or 6030466. OLE color: 6030466.
HSL color Cylindrical-coordinate representation of color #82045C: hue angle of 318.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82045C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.49 |
| HSL | 318.1º | 0.94% | 0.26% | - |
| HSV(B) | 318.1º | 0.97% | 0.51% | - |
| XYZ | 11.18 | 5.61 | 10.62 | - |
| YUV | 51.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 92 | 0 | 0.97 | 0.29 | 0.49 | 318.1 | 0.94 | 0.26 |
| Hex | 82 | 4 | 5C | 0 | 61 | 1D | 31 | 13E | 5E | 1A |
| Octal | 202 | 4 | 134 | 0 | 141 | 35 | 61 | 476 | 136 | 32 |
| Binary | 10000010 | 100 | 1011100 | 0 | 1100001 | 11101 | 110001 | 100111110 | 1011110 | 11010 |
Color Harmonies of #82045C
Complementary color
Monochromatic Colors of #82045C
Black with #82045C
Text Example
Text Example
White with #82045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82045C; }
p { color: rgb(130,4,92); }
H1.HeaderClassName
{
color: #82045C;
}
.AnyTagClassName
{
color: #82045C;
}
</style>
background-color css
<style>
a { background-color: #82045C; }
a { background-color: rgb(130,4,92); }
div.DivClassName
{
background-color: #82045C;
}
.BgClassName
{
background-color: #82045C;
}
</style>
border-color css
<style>
span { border-color: #82045C; }
span { border-color: rgb(130,4,92); }
td.TdClassName
{
border-color: #82045C;
}
.TagClassName
{
border-color: #82045C;
}
</style>