Shades of Eggplant #82135D
Tints of Eggplant #82135D
RGB
CMYK
RGB Variations
Color information
#82135D (or 0x82135D) is known color: Eggplant. HEX triplet: 82, 13 and 5D. RGB value is (130,19,93). Sum of RGB (Red+Green+Blue) = 130+19+93=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82135D is #7DECA2. Grayscale: #3C3C3C. Windows color (decimal): -8252579 or 6099842. OLE color: 6099842.
HSL color Cylindrical-coordinate representation of color #82135D: hue angle of 320º degrees, saturation: 0.74, 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 #82135D is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 93 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.49 |
| HSL | 320º | 0.74% | 0.29% | - |
| HSV(B) | 320º | 0.85% | 0.51% | - |
| XYZ | 11.41 | 6 | 10.91 | - |
| YUV | 60.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 93 | 0 | 0.85 | 0.28 | 0.49 | 320 | 0.74 | 0.29 |
| Hex | 82 | 13 | 5D | 0 | 55 | 1C | 31 | 140 | 4A | 1D |
| Octal | 202 | 23 | 135 | 0 | 125 | 34 | 61 | 500 | 112 | 35 |
| Binary | 10000010 | 10011 | 1011101 | 0 | 1010101 | 11100 | 110001 | 101000000 | 1001010 | 11101 |
Color Harmonies of #82135D
Complementary color
Monochromatic Colors of #82135D
Black with #82135D
Text Example
Text Example
White with #82135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82135D; }
p { color: rgb(130,19,93); }
H1.HeaderClassName
{
color: #82135D;
}
.AnyTagClassName
{
color: #82135D;
}
</style>
background-color css
<style>
a { background-color: #82135D; }
a { background-color: rgb(130,19,93); }
div.DivClassName
{
background-color: #82135D;
}
.BgClassName
{
background-color: #82135D;
}
</style>
border-color css
<style>
span { border-color: #82135D; }
span { border-color: rgb(130,19,93); }
td.TdClassName
{
border-color: #82135D;
}
.TagClassName
{
border-color: #82135D;
}
</style>