Shades of Eggplant #820360
Tints of Eggplant #820360
RGB
CMYK
RGB Variations
Color information
#820360 (or 0x820360) is known color: Eggplant. HEX triplet: 82, 03 and 60. RGB value is (130,3,96). Sum of RGB (Red+Green+Blue) = 130+3+96=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #820360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820360 is #7DFC9F. Grayscale: #333333. Windows color (decimal): -8256672 or 6292354. OLE color: 6292354.
HSL color Cylindrical-coordinate representation of color #820360: hue angle of 316.06º 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 #820360 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.49 |
| HSL | 316.06º | 0.95% | 0.26% | - |
| HSV(B) | 316.06º | 0.98% | 0.51% | - |
| XYZ | 11.35 | 5.66 | 11.56 | - |
| YUV | 51.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 96 | 0 | 0.98 | 0.26 | 0.49 | 316.06 | 0.95 | 0.26 |
| Hex | 82 | 3 | 60 | 0 | 62 | 1A | 31 | 13C | 5F | 1A |
| Octal | 202 | 3 | 140 | 0 | 142 | 32 | 61 | 474 | 137 | 32 |
| Binary | 10000010 | 11 | 1100000 | 0 | 1100010 | 11010 | 110001 | 100111100 | 1011111 | 11010 |
Color Harmonies of #820360
Complementary color
Monochromatic Colors of #820360
Black with #820360
Text Example
Text Example
White with #820360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820360; }
p { color: rgb(130,3,96); }
H1.HeaderClassName
{
color: #820360;
}
.AnyTagClassName
{
color: #820360;
}
</style>
background-color css
<style>
a { background-color: #820360; }
a { background-color: rgb(130,3,96); }
div.DivClassName
{
background-color: #820360;
}
.BgClassName
{
background-color: #820360;
}
</style>
border-color css
<style>
span { border-color: #820360; }
span { border-color: rgb(130,3,96); }
td.TdClassName
{
border-color: #820360;
}
.TagClassName
{
border-color: #820360;
}
</style>