Shades of Eggplant #82085B
Tints of Eggplant #82085B
RGB
CMYK
RGB Variations
Color information
#82085B (or 0x82085B) is known color: Eggplant. HEX triplet: 82, 08 and 5B. RGB value is (130,8,91). Sum of RGB (Red+Green+Blue) = 130+8+91=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82085B is #7DF7A4. Grayscale: #353535. Windows color (decimal): -8255397 or 5965954. OLE color: 5965954.
HSL color Cylindrical-coordinate representation of color #82085B: hue angle of 319.18º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82085B is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 91 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.49 |
| HSL | 319.18º | 0.88% | 0.27% | - |
| HSV(B) | 319.18º | 0.94% | 0.51% | - |
| XYZ | 11.18 | 5.67 | 10.4 | - |
| YUV | 53.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 91 | 0 | 0.94 | 0.30 | 0.49 | 319.18 | 0.88 | 0.27 |
| Hex | 82 | 8 | 5B | 0 | 5E | 1E | 31 | 13F | 58 | 1B |
| Octal | 202 | 10 | 133 | 0 | 136 | 36 | 61 | 477 | 130 | 33 |
| Binary | 10000010 | 1000 | 1011011 | 0 | 1011110 | 11110 | 110001 | 100111111 | 1011000 | 11011 |
Color Harmonies of #82085B
Complementary color
Monochromatic Colors of #82085B
Black with #82085B
Text Example
Text Example
White with #82085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82085B; }
p { color: rgb(130,8,91); }
H1.HeaderClassName
{
color: #82085B;
}
.AnyTagClassName
{
color: #82085B;
}
</style>
background-color css
<style>
a { background-color: #82085B; }
a { background-color: rgb(130,8,91); }
div.DivClassName
{
background-color: #82085B;
}
.BgClassName
{
background-color: #82085B;
}
</style>
border-color css
<style>
span { border-color: #82085B; }
span { border-color: rgb(130,8,91); }
td.TdClassName
{
border-color: #82085B;
}
.TagClassName
{
border-color: #82085B;
}
</style>