Shades of Eggplant #820969
Tints of Eggplant #820969
RGB
CMYK
RGB Variations
Color information
#820969 (or 0x820969) is known color: Eggplant. HEX triplet: 82, 09 and 69. RGB value is (130,9,105). Sum of RGB (Red+Green+Blue) = 130+9+105=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #820969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820969 is #7DF696. Grayscale: #373737. Windows color (decimal): -8255127 or 6883714. OLE color: 6883714.
HSL color Cylindrical-coordinate representation of color #820969: hue angle of 312.4º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820969 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 105 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.49 |
| HSL | 312.4º | 0.87% | 0.27% | - |
| HSV(B) | 312.4º | 0.93% | 0.51% | - |
| XYZ | 11.85 | 5.96 | 13.89 | - |
| YUV | 56.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 105 | 0 | 0.93 | 0.19 | 0.49 | 312.4 | 0.87 | 0.27 |
| Hex | 82 | 9 | 69 | 0 | 5D | 13 | 31 | 138 | 57 | 1B |
| Octal | 202 | 11 | 151 | 0 | 135 | 23 | 61 | 470 | 127 | 33 |
| Binary | 10000010 | 1001 | 1101001 | 0 | 1011101 | 10011 | 110001 | 100111000 | 1010111 | 11011 |
Color Harmonies of #820969
Complementary color
Monochromatic Colors of #820969
Black with #820969
Text Example
Text Example
White with #820969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820969; }
p { color: rgb(130,9,105); }
H1.HeaderClassName
{
color: #820969;
}
.AnyTagClassName
{
color: #820969;
}
</style>
background-color css
<style>
a { background-color: #820969; }
a { background-color: rgb(130,9,105); }
div.DivClassName
{
background-color: #820969;
}
.BgClassName
{
background-color: #820969;
}
</style>
border-color css
<style>
span { border-color: #820969; }
span { border-color: rgb(130,9,105); }
td.TdClassName
{
border-color: #820969;
}
.TagClassName
{
border-color: #820969;
}
</style>