Shades of Eggplant #820168
Tints of Eggplant #820168
RGB
CMYK
RGB Variations
Color information
#820168 (or 0x820168) is known color: Eggplant. HEX triplet: 82, 01 and 68. RGB value is (130,1,104). Sum of RGB (Red+Green+Blue) = 130+1+104=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #820168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820168 is #7DFE97. Grayscale: #333333. Windows color (decimal): -8257176 or 6816130. OLE color: 6816130.
HSL color Cylindrical-coordinate representation of color #820168: hue angle of 312.09º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820168 is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.2 | 0.49 |
| HSL | 312.09º | 0.98% | 0.26% | - |
| HSV(B) | 312.09º | 0.99% | 0.51% | - |
| XYZ | 11.72 | 5.77 | 13.59 | - |
| YUV | 51.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 104 | 0 | 0.99 | 0.2 | 0.49 | 312.09 | 0.98 | 0.26 |
| Hex | 82 | 1 | 68 | 0 | 63 | 14 | 31 | 138 | 62 | 1A |
| Octal | 202 | 1 | 150 | 0 | 143 | 24 | 61 | 470 | 142 | 32 |
| Binary | 10000010 | 1 | 1101000 | 0 | 1100011 | 10100 | 110001 | 100111000 | 1100010 | 11010 |
Color Harmonies of #820168
Complementary color
Monochromatic Colors of #820168
Black with #820168
Text Example
Text Example
White with #820168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820168; }
p { color: rgb(130,1,104); }
H1.HeaderClassName
{
color: #820168;
}
.AnyTagClassName
{
color: #820168;
}
</style>
background-color css
<style>
a { background-color: #820168; }
a { background-color: rgb(130,1,104); }
div.DivClassName
{
background-color: #820168;
}
.BgClassName
{
background-color: #820168;
}
</style>
border-color css
<style>
span { border-color: #820168; }
span { border-color: rgb(130,1,104); }
td.TdClassName
{
border-color: #820168;
}
.TagClassName
{
border-color: #820168;
}
</style>