Shades of Eggplant #82145B
Tints of Eggplant #82145B
RGB
CMYK
RGB Variations
Color information
#82145B (or 0x82145B) is known color: Eggplant. HEX triplet: 82, 14 and 5B. RGB value is (130,20,91). Sum of RGB (Red+Green+Blue) = 130+20+91=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82145B is #7DEBA4. Grayscale: #3C3C3C. Windows color (decimal): -8252325 or 5969026. OLE color: 5969026.
HSL color Cylindrical-coordinate representation of color #82145B: hue angle of 321.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82145B is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 91 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.49 |
| HSL | 321.27º | 0.73% | 0.29% | - |
| HSV(B) | 321.27º | 0.85% | 0.51% | - |
| XYZ | 11.34 | 6 | 10.46 | - |
| YUV | 60.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 91 | 0 | 0.85 | 0.30 | 0.49 | 321.27 | 0.73 | 0.29 |
| Hex | 82 | 14 | 5B | 0 | 55 | 1E | 31 | 141 | 49 | 1D |
| Octal | 202 | 24 | 133 | 0 | 125 | 36 | 61 | 501 | 111 | 35 |
| Binary | 10000010 | 10100 | 1011011 | 0 | 1010101 | 11110 | 110001 | 101000001 | 1001001 | 11101 |
Color Harmonies of #82145B
Complementary color
Monochromatic Colors of #82145B
Black with #82145B
Text Example
Text Example
White with #82145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82145B; }
p { color: rgb(130,20,91); }
H1.HeaderClassName
{
color: #82145B;
}
.AnyTagClassName
{
color: #82145B;
}
</style>
background-color css
<style>
a { background-color: #82145B; }
a { background-color: rgb(130,20,91); }
div.DivClassName
{
background-color: #82145B;
}
.BgClassName
{
background-color: #82145B;
}
</style>
border-color css
<style>
span { border-color: #82145B; }
span { border-color: rgb(130,20,91); }
td.TdClassName
{
border-color: #82145B;
}
.TagClassName
{
border-color: #82145B;
}
</style>