Shades of Eggplant #820358
Tints of Eggplant #820358
RGB
CMYK
RGB Variations
Color information
#820358 (or 0x820358) is known color: Eggplant. HEX triplet: 82, 03 and 58. RGB value is (130,3,88). Sum of RGB (Red+Green+Blue) = 130+3+88=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #820358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820358 is #7DFCA7. Grayscale: #323232. Windows color (decimal): -8256680 or 5768066. OLE color: 5768066.
HSL color Cylindrical-coordinate representation of color #820358: hue angle of 319.84º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820358 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.49 |
| HSL | 319.84º | 0.95% | 0.26% | - |
| HSV(B) | 319.84º | 0.98% | 0.51% | - |
| XYZ | 11 | 5.52 | 9.72 | - |
| YUV | 50.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 88 | 0 | 0.98 | 0.32 | 0.49 | 319.84 | 0.95 | 0.26 |
| Hex | 82 | 3 | 58 | 0 | 62 | 20 | 31 | 140 | 5F | 1A |
| Octal | 202 | 3 | 130 | 0 | 142 | 40 | 61 | 500 | 137 | 32 |
| Binary | 10000010 | 11 | 1011000 | 0 | 1100010 | 100000 | 110001 | 101000000 | 1011111 | 11010 |
Color Harmonies of #820358
Complementary color
Monochromatic Colors of #820358
Black with #820358
Text Example
Text Example
White with #820358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820358; }
p { color: rgb(130,3,88); }
H1.HeaderClassName
{
color: #820358;
}
.AnyTagClassName
{
color: #820358;
}
</style>
background-color css
<style>
a { background-color: #820358; }
a { background-color: rgb(130,3,88); }
div.DivClassName
{
background-color: #820358;
}
.BgClassName
{
background-color: #820358;
}
</style>
border-color css
<style>
span { border-color: #820358; }
span { border-color: rgb(130,3,88); }
td.TdClassName
{
border-color: #820358;
}
.TagClassName
{
border-color: #820358;
}
</style>