Shades of Eggplant #820B58
Tints of Eggplant #820B58
RGB
CMYK
RGB Variations
Color information
#820B58 (or 0x820B58) is known color: Eggplant. HEX triplet: 82, 0B and 58. RGB value is (130,11,88). Sum of RGB (Red+Green+Blue) = 130+11+88=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #820B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B58 is #7DF4A7. Grayscale: #373737. Windows color (decimal): -8254632 or 5770114. OLE color: 5770114.
HSL color Cylindrical-coordinate representation of color #820B58: hue angle of 321.18º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B58 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 88 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.49 |
| HSL | 321.18º | 0.84% | 0.28% | - |
| HSV(B) | 321.18º | 0.92% | 0.51% | - |
| XYZ | 11.09 | 5.69 | 9.75 | - |
| YUV | 55.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 88 | 0 | 0.92 | 0.32 | 0.49 | 321.18 | 0.84 | 0.28 |
| Hex | 82 | B | 58 | 0 | 5C | 20 | 31 | 141 | 54 | 1C |
| Octal | 202 | 13 | 130 | 0 | 134 | 40 | 61 | 501 | 124 | 34 |
| Binary | 10000010 | 1011 | 1011000 | 0 | 1011100 | 100000 | 110001 | 101000001 | 1010100 | 11100 |
Color Harmonies of #820B58
Complementary color
Monochromatic Colors of #820B58
Black with #820B58
Text Example
Text Example
White with #820B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B58; }
p { color: rgb(130,11,88); }
H1.HeaderClassName
{
color: #820B58;
}
.AnyTagClassName
{
color: #820B58;
}
</style>
background-color css
<style>
a { background-color: #820B58; }
a { background-color: rgb(130,11,88); }
div.DivClassName
{
background-color: #820B58;
}
.BgClassName
{
background-color: #820B58;
}
</style>
border-color css
<style>
span { border-color: #820B58; }
span { border-color: rgb(130,11,88); }
td.TdClassName
{
border-color: #820B58;
}
.TagClassName
{
border-color: #820B58;
}
</style>