Shades of Eggplant #820268
Tints of Eggplant #820268
RGB
CMYK
RGB Variations
Color information
#820268 (or 0x820268) is known color: Eggplant. HEX triplet: 82, 02 and 68. RGB value is (130,2,104). Sum of RGB (Red+Green+Blue) = 130+2+104=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820268 is #7DFD97. Grayscale: #333333. Windows color (decimal): -8256920 or 6816386. OLE color: 6816386.
HSL color Cylindrical-coordinate representation of color #820268: hue angle of 312.19º degrees, saturation: 0.97, 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 #820268 is Cyan = 0, Magento = 0.98, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0.2 | 0.49 |
| HSL | 312.19º | 0.97% | 0.26% | - |
| HSV(B) | 312.19º | 0.98% | 0.51% | - |
| XYZ | 11.73 | 5.79 | 13.6 | - |
| YUV | 51.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 104 | 0 | 0.98 | 0.2 | 0.49 | 312.19 | 0.97 | 0.26 |
| Hex | 82 | 2 | 68 | 0 | 62 | 14 | 31 | 138 | 61 | 1A |
| Octal | 202 | 2 | 150 | 0 | 142 | 24 | 61 | 470 | 141 | 32 |
| Binary | 10000010 | 10 | 1101000 | 0 | 1100010 | 10100 | 110001 | 100111000 | 1100001 | 11010 |
Color Harmonies of #820268
Complementary color
Monochromatic Colors of #820268
Black with #820268
Text Example
Text Example
White with #820268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820268; }
p { color: rgb(130,2,104); }
H1.HeaderClassName
{
color: #820268;
}
.AnyTagClassName
{
color: #820268;
}
</style>
background-color css
<style>
a { background-color: #820268; }
a { background-color: rgb(130,2,104); }
div.DivClassName
{
background-color: #820268;
}
.BgClassName
{
background-color: #820268;
}
</style>
border-color css
<style>
span { border-color: #820268; }
span { border-color: rgb(130,2,104); }
td.TdClassName
{
border-color: #820268;
}
.TagClassName
{
border-color: #820268;
}
</style>