Shades of Eggplant #860252
Tints of Eggplant #860252
RGB
CMYK
RGB Variations
Color information
#860252 (or 0x860252) is known color: Eggplant. HEX triplet: 86, 02 and 52. RGB value is (134,2,82). Sum of RGB (Red+Green+Blue) = 134+2+82=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #860252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860252 is #79FDAD. Grayscale: #323232. Windows color (decimal): -7994798 or 5374598. OLE color: 5374598.
HSL color Cylindrical-coordinate representation of color #860252: hue angle of 323.64º 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 #860252 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.47 |
| HSL | 323.64º | 0.97% | 0.27% | - |
| HSV(B) | 323.64º | 0.99% | 0.53% | - |
| XYZ | 11.38 | 5.72 | 8.49 | - |
| YUV | 50.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 82 | 0 | 0.99 | 0.39 | 0.47 | 323.64 | 0.97 | 0.27 |
| Hex | 86 | 2 | 52 | 0 | 63 | 27 | 2F | 144 | 61 | 1B |
| Octal | 206 | 2 | 122 | 0 | 143 | 47 | 57 | 504 | 141 | 33 |
| Binary | 10000110 | 10 | 1010010 | 0 | 1100011 | 100111 | 101111 | 101000100 | 1100001 | 11011 |
Color Harmonies of #860252
Complementary color
Monochromatic Colors of #860252
Black with #860252
Text Example
Text Example
White with #860252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860252; }
p { color: rgb(134,2,82); }
H1.HeaderClassName
{
color: #860252;
}
.AnyTagClassName
{
color: #860252;
}
</style>
background-color css
<style>
a { background-color: #860252; }
a { background-color: rgb(134,2,82); }
div.DivClassName
{
background-color: #860252;
}
.BgClassName
{
background-color: #860252;
}
</style>
border-color css
<style>
span { border-color: #860252; }
span { border-color: rgb(134,2,82); }
td.TdClassName
{
border-color: #860252;
}
.TagClassName
{
border-color: #860252;
}
</style>