Shades of Eggplant #82015B
Tints of Eggplant #82015B
RGB
CMYK
RGB Variations
Color information
#82015B (or 0x82015B) is known color: Eggplant. HEX triplet: 82, 01 and 5B. RGB value is (130,1,91). Sum of RGB (Red+Green+Blue) = 130+1+91=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82015B is #7DFEA4. Grayscale: #313131. Windows color (decimal): -8257189 or 5964162. OLE color: 5964162.
HSL color Cylindrical-coordinate representation of color #82015B: hue angle of 318.14º 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 #82015B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.49 |
| HSL | 318.14º | 0.98% | 0.26% | - |
| HSV(B) | 318.14º | 0.99% | 0.51% | - |
| XYZ | 11.11 | 5.52 | 10.38 | - |
| YUV | 49.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 91 | 0 | 0.99 | 0.30 | 0.49 | 318.14 | 0.98 | 0.26 |
| Hex | 82 | 1 | 5B | 0 | 63 | 1E | 31 | 13E | 62 | 1A |
| Octal | 202 | 1 | 133 | 0 | 143 | 36 | 61 | 476 | 142 | 32 |
| Binary | 10000010 | 1 | 1011011 | 0 | 1100011 | 11110 | 110001 | 100111110 | 1100010 | 11010 |
Color Harmonies of #82015B
Complementary color
Monochromatic Colors of #82015B
Black with #82015B
Text Example
Text Example
White with #82015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82015B; }
p { color: rgb(130,1,91); }
H1.HeaderClassName
{
color: #82015B;
}
.AnyTagClassName
{
color: #82015B;
}
</style>
background-color css
<style>
a { background-color: #82015B; }
a { background-color: rgb(130,1,91); }
div.DivClassName
{
background-color: #82015B;
}
.BgClassName
{
background-color: #82015B;
}
</style>
border-color css
<style>
span { border-color: #82015B; }
span { border-color: rgb(130,1,91); }
td.TdClassName
{
border-color: #82015B;
}
.TagClassName
{
border-color: #82015B;
}
</style>