Shades of Eggplant #820567
Tints of Eggplant #820567
RGB
CMYK
RGB Variations
Color information
#820567 (or 0x820567) is known color: Eggplant. HEX triplet: 82, 05 and 67. RGB value is (130,5,103). Sum of RGB (Red+Green+Blue) = 130+5+103=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820567 is #7DFA98. Grayscale: #353535. Windows color (decimal): -8256153 or 6751618. OLE color: 6751618.
HSL color Cylindrical-coordinate representation of color #820567: hue angle of 312.96º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820567 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 103 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.49 |
| HSL | 312.96º | 0.93% | 0.26% | - |
| HSV(B) | 312.96º | 0.96% | 0.51% | - |
| XYZ | 11.71 | 5.83 | 13.34 | - |
| YUV | 53.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 103 | 0 | 0.96 | 0.21 | 0.49 | 312.96 | 0.93 | 0.26 |
| Hex | 82 | 5 | 67 | 0 | 60 | 15 | 31 | 139 | 5D | 1A |
| Octal | 202 | 5 | 147 | 0 | 140 | 25 | 61 | 471 | 135 | 32 |
| Binary | 10000010 | 101 | 1100111 | 0 | 1100000 | 10101 | 110001 | 100111001 | 1011101 | 11010 |
Color Harmonies of #820567
Complementary color
Monochromatic Colors of #820567
Black with #820567
Text Example
Text Example
White with #820567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820567; }
p { color: rgb(130,5,103); }
H1.HeaderClassName
{
color: #820567;
}
.AnyTagClassName
{
color: #820567;
}
</style>
background-color css
<style>
a { background-color: #820567; }
a { background-color: rgb(130,5,103); }
div.DivClassName
{
background-color: #820567;
}
.BgClassName
{
background-color: #820567;
}
</style>
border-color css
<style>
span { border-color: #820567; }
span { border-color: rgb(130,5,103); }
td.TdClassName
{
border-color: #820567;
}
.TagClassName
{
border-color: #820567;
}
</style>