Shades of Eggplant #820257
Tints of Eggplant #820257
RGB
CMYK
RGB Variations
Color information
#820257 (or 0x820257) is known color: Eggplant. HEX triplet: 82, 02 and 57. RGB value is (130,2,87). Sum of RGB (Red+Green+Blue) = 130+2+87=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820257 is #7DFDA8. Grayscale: #313131. Windows color (decimal): -8256937 or 5702274. OLE color: 5702274.
HSL color Cylindrical-coordinate representation of color #820257: hue angle of 320.16º 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 #820257 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 87 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.49 |
| HSL | 320.16º | 0.97% | 0.26% | - |
| HSV(B) | 320.16º | 0.98% | 0.51% | - |
| XYZ | 10.95 | 5.48 | 9.5 | - |
| YUV | 49.96 | 148.91 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 87 | 0 | 0.98 | 0.33 | 0.49 | 320.16 | 0.97 | 0.26 |
| Hex | 82 | 2 | 57 | 0 | 62 | 21 | 31 | 140 | 61 | 1A |
| Octal | 202 | 2 | 127 | 0 | 142 | 41 | 61 | 500 | 141 | 32 |
| Binary | 10000010 | 10 | 1010111 | 0 | 1100010 | 100001 | 110001 | 101000000 | 1100001 | 11010 |
Color Harmonies of #820257
Complementary color
Monochromatic Colors of #820257
Black with #820257
Text Example
Text Example
White with #820257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820257; }
p { color: rgb(130,2,87); }
H1.HeaderClassName
{
color: #820257;
}
.AnyTagClassName
{
color: #820257;
}
</style>
background-color css
<style>
a { background-color: #820257; }
a { background-color: rgb(130,2,87); }
div.DivClassName
{
background-color: #820257;
}
.BgClassName
{
background-color: #820257;
}
</style>
border-color css
<style>
span { border-color: #820257; }
span { border-color: rgb(130,2,87); }
td.TdClassName
{
border-color: #820257;
}
.TagClassName
{
border-color: #820257;
}
</style>