Shades of Eggplant #860C67
Tints of Eggplant #860C67
RGB
CMYK
RGB Variations
Color information
#860C67 (or 0x860C67) is known color: Eggplant. HEX triplet: 86, 0C and 67. RGB value is (134,12,103). Sum of RGB (Red+Green+Blue) = 134+12+103=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #860C67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C67 is #79F398. Grayscale: #3A3A3A. Windows color (decimal): -7992217 or 6753414. OLE color: 6753414.
HSL color Cylindrical-coordinate representation of color #860C67: hue angle of 315.25º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C67 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 103 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.47 |
| HSL | 315.25º | 0.84% | 0.29% | - |
| HSV(B) | 315.25º | 0.91% | 0.53% | - |
| XYZ | 12.41 | 6.31 | 13.4 | - |
| YUV | 58.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 103 | 0 | 0.91 | 0.23 | 0.47 | 315.25 | 0.84 | 0.29 |
| Hex | 86 | C | 67 | 0 | 5B | 17 | 2F | 13B | 54 | 1D |
| Octal | 206 | 14 | 147 | 0 | 133 | 27 | 57 | 473 | 124 | 35 |
| Binary | 10000110 | 1100 | 1100111 | 0 | 1011011 | 10111 | 101111 | 100111011 | 1010100 | 11101 |
Color Harmonies of #860C67
Complementary color
Monochromatic Colors of #860C67
Black with #860C67
Text Example
Text Example
White with #860C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C67; }
p { color: rgb(134,12,103); }
H1.HeaderClassName
{
color: #860C67;
}
.AnyTagClassName
{
color: #860C67;
}
</style>
background-color css
<style>
a { background-color: #860C67; }
a { background-color: rgb(134,12,103); }
div.DivClassName
{
background-color: #860C67;
}
.BgClassName
{
background-color: #860C67;
}
</style>
border-color css
<style>
span { border-color: #860C67; }
span { border-color: rgb(134,12,103); }
td.TdClassName
{
border-color: #860C67;
}
.TagClassName
{
border-color: #860C67;
}
</style>