Shades of Eggplant #86024B
Tints of Eggplant #86024B
RGB
CMYK
RGB Variations
Color information
#86024B (or 0x86024B) is known color: Eggplant. HEX triplet: 86, 02 and 4B. RGB value is (134,2,75). Sum of RGB (Red+Green+Blue) = 134+2+75=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86024B is #79FDB4. Grayscale: #313131. Windows color (decimal): -7994805 or 4915846. OLE color: 4915846.
HSL color Cylindrical-coordinate representation of color #86024B: hue angle of 326.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86024B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.47 |
| HSL | 326.82º | 0.97% | 0.27% | - |
| HSV(B) | 326.82º | 0.99% | 0.53% | - |
| XYZ | 11.12 | 5.62 | 7.16 | - |
| YUV | 49.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 75 | 0 | 0.99 | 0.44 | 0.47 | 326.82 | 0.97 | 0.27 |
| Hex | 86 | 2 | 4B | 0 | 63 | 2C | 2F | 147 | 61 | 1B |
| Octal | 206 | 2 | 113 | 0 | 143 | 54 | 57 | 507 | 141 | 33 |
| Binary | 10000110 | 10 | 1001011 | 0 | 1100011 | 101100 | 101111 | 101000111 | 1100001 | 11011 |
Color Harmonies of #86024B
Complementary color
Monochromatic Colors of #86024B
Black with #86024B
Text Example
Text Example
White with #86024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86024B; }
p { color: rgb(134,2,75); }
H1.HeaderClassName
{
color: #86024B;
}
.AnyTagClassName
{
color: #86024B;
}
</style>
background-color css
<style>
a { background-color: #86024B; }
a { background-color: rgb(134,2,75); }
div.DivClassName
{
background-color: #86024B;
}
.BgClassName
{
background-color: #86024B;
}
</style>
border-color css
<style>
span { border-color: #86024B; }
span { border-color: rgb(134,2,75); }
td.TdClassName
{
border-color: #86024B;
}
.TagClassName
{
border-color: #86024B;
}
</style>