Shades of Eggplant #860D67
Tints of Eggplant #860D67
RGB
CMYK
RGB Variations
Color information
#860D67 (or 0x860D67) is known color: Eggplant. HEX triplet: 86, 0D and 67. RGB value is (134,13,103). Sum of RGB (Red+Green+Blue) = 134+13+103=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #860D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860D67 is #79F298. Grayscale: #3B3B3B. Windows color (decimal): -7991961 or 6753670. OLE color: 6753670.
HSL color Cylindrical-coordinate representation of color #860D67: hue angle of 315.37º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D67 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 103 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.47 |
| HSL | 315.37º | 0.82% | 0.29% | - |
| HSV(B) | 315.37º | 0.9% | 0.53% | - |
| XYZ | 12.42 | 6.34 | 13.4 | - |
| YUV | 59.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 103 | 0 | 0.90 | 0.23 | 0.47 | 315.37 | 0.82 | 0.29 |
| Hex | 86 | D | 67 | 0 | 5A | 17 | 2F | 13B | 52 | 1D |
| Octal | 206 | 15 | 147 | 0 | 132 | 27 | 57 | 473 | 122 | 35 |
| Binary | 10000110 | 1101 | 1100111 | 0 | 1011010 | 10111 | 101111 | 100111011 | 1010010 | 11101 |
Color Harmonies of #860D67
Complementary color
Monochromatic Colors of #860D67
Black with #860D67
Text Example
Text Example
White with #860D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D67; }
p { color: rgb(134,13,103); }
H1.HeaderClassName
{
color: #860D67;
}
.AnyTagClassName
{
color: #860D67;
}
</style>
background-color css
<style>
a { background-color: #860D67; }
a { background-color: rgb(134,13,103); }
div.DivClassName
{
background-color: #860D67;
}
.BgClassName
{
background-color: #860D67;
}
</style>
border-color css
<style>
span { border-color: #860D67; }
span { border-color: rgb(134,13,103); }
td.TdClassName
{
border-color: #860D67;
}
.TagClassName
{
border-color: #860D67;
}
</style>