Shades of Eggplant #82015A
Tints of Eggplant #82015A
RGB
CMYK
RGB Variations
Color information
#82015A (or 0x82015A) is known color: Eggplant. HEX triplet: 82, 01 and 5A. RGB value is (130,1,90). Sum of RGB (Red+Green+Blue) = 130+1+90=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #82015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82015A is #7DFEA5. Grayscale: #313131. Windows color (decimal): -8257190 or 5898626. OLE color: 5898626.
HSL color Cylindrical-coordinate representation of color #82015A: hue angle of 318.6º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82015A is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.49 |
| HSL | 318.6º | 0.98% | 0.26% | - |
| HSV(B) | 318.6º | 0.99% | 0.51% | - |
| XYZ | 11.06 | 5.51 | 10.15 | - |
| YUV | 49.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 90 | 0 | 0.99 | 0.31 | 0.49 | 318.6 | 0.98 | 0.26 |
| Hex | 82 | 1 | 5A | 0 | 63 | 1F | 31 | 13F | 62 | 1A |
| Octal | 202 | 1 | 132 | 0 | 143 | 37 | 61 | 477 | 142 | 32 |
| Binary | 10000010 | 1 | 1011010 | 0 | 1100011 | 11111 | 110001 | 100111111 | 1100010 | 11010 |
Color Harmonies of #82015A
Complementary color
Monochromatic Colors of #82015A
Black with #82015A
Text Example
Text Example
White with #82015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82015A; }
p { color: rgb(130,1,90); }
H1.HeaderClassName
{
color: #82015A;
}
.AnyTagClassName
{
color: #82015A;
}
</style>
background-color css
<style>
a { background-color: #82015A; }
a { background-color: rgb(130,1,90); }
div.DivClassName
{
background-color: #82015A;
}
.BgClassName
{
background-color: #82015A;
}
</style>
border-color css
<style>
span { border-color: #82015A; }
span { border-color: rgb(130,1,90); }
td.TdClassName
{
border-color: #82015A;
}
.TagClassName
{
border-color: #82015A;
}
</style>