Shades of Eggplant #860F52
Tints of Eggplant #860F52
RGB
CMYK
RGB Variations
Color information
#860F52 (or 0x860F52) is known color: Eggplant. HEX triplet: 86, 0F and 52. RGB value is (134,15,82). Sum of RGB (Red+Green+Blue) = 134+15+82=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #860F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F52 is #79F0AD. Grayscale: #3A3A3A. Windows color (decimal): -7991470 or 5377926. OLE color: 5377926.
HSL color Cylindrical-coordinate representation of color #860F52: hue angle of 326.22º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F52 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 82 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.47 |
| HSL | 326.22º | 0.8% | 0.29% | - |
| HSV(B) | 326.22º | 0.89% | 0.53% | - |
| XYZ | 11.53 | 6.02 | 8.54 | - |
| YUV | 58.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 82 | 0 | 0.89 | 0.39 | 0.47 | 326.22 | 0.8 | 0.29 |
| Hex | 86 | F | 52 | 0 | 59 | 27 | 2F | 146 | 50 | 1D |
| Octal | 206 | 17 | 122 | 0 | 131 | 47 | 57 | 506 | 120 | 35 |
| Binary | 10000110 | 1111 | 1010010 | 0 | 1011001 | 100111 | 101111 | 101000110 | 1010000 | 11101 |
Color Harmonies of #860F52
Complementary color
Monochromatic Colors of #860F52
Black with #860F52
Text Example
Text Example
White with #860F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F52; }
p { color: rgb(134,15,82); }
H1.HeaderClassName
{
color: #860F52;
}
.AnyTagClassName
{
color: #860F52;
}
</style>
background-color css
<style>
a { background-color: #860F52; }
a { background-color: rgb(134,15,82); }
div.DivClassName
{
background-color: #860F52;
}
.BgClassName
{
background-color: #860F52;
}
</style>
border-color css
<style>
span { border-color: #860F52; }
span { border-color: rgb(134,15,82); }
td.TdClassName
{
border-color: #860F52;
}
.TagClassName
{
border-color: #860F52;
}
</style>