Shades of Eggplant #820455
Tints of Eggplant #820455
RGB
CMYK
RGB Variations
Color information
#820455 (or 0x820455) is known color: Eggplant. HEX triplet: 82, 04 and 55. RGB value is (130,4,85). Sum of RGB (Red+Green+Blue) = 130+4+85=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820455 is #7DFBAA. Grayscale: #323232. Windows color (decimal): -8256427 or 5571714. OLE color: 5571714.
HSL color Cylindrical-coordinate representation of color #820455: hue angle of 321.43º 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 #820455 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 85 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.49 |
| HSL | 321.43º | 0.94% | 0.26% | - |
| HSV(B) | 321.43º | 0.97% | 0.51% | - |
| XYZ | 10.89 | 5.49 | 9.08 | - |
| YUV | 50.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 85 | 0 | 0.97 | 0.35 | 0.49 | 321.43 | 0.94 | 0.26 |
| Hex | 82 | 4 | 55 | 0 | 61 | 23 | 31 | 141 | 5E | 1A |
| Octal | 202 | 4 | 125 | 0 | 141 | 43 | 61 | 501 | 136 | 32 |
| Binary | 10000010 | 100 | 1010101 | 0 | 1100001 | 100011 | 110001 | 101000001 | 1011110 | 11010 |
Color Harmonies of #820455
Complementary color
Monochromatic Colors of #820455
Black with #820455
Text Example
Text Example
White with #820455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820455; }
p { color: rgb(130,4,85); }
H1.HeaderClassName
{
color: #820455;
}
.AnyTagClassName
{
color: #820455;
}
</style>
background-color css
<style>
a { background-color: #820455; }
a { background-color: rgb(130,4,85); }
div.DivClassName
{
background-color: #820455;
}
.BgClassName
{
background-color: #820455;
}
</style>
border-color css
<style>
span { border-color: #820455; }
span { border-color: rgb(130,4,85); }
td.TdClassName
{
border-color: #820455;
}
.TagClassName
{
border-color: #820455;
}
</style>