Shades of Eggplant #860C69
Tints of Eggplant #860C69
RGB
CMYK
RGB Variations
Color information
#860C69 (or 0x860C69) is known color: Eggplant. HEX triplet: 86, 0C and 69. RGB value is (134,12,105). Sum of RGB (Red+Green+Blue) = 134+12+105=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #860C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C69 is #79F396. Grayscale: #3A3A3A. Windows color (decimal): -7992215 or 6884486. OLE color: 6884486.
HSL color Cylindrical-coordinate representation of color #860C69: hue angle of 314.26º 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 #860C69 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 105 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.47 |
| HSL | 314.26º | 0.84% | 0.29% | - |
| HSV(B) | 314.26º | 0.91% | 0.53% | - |
| XYZ | 12.51 | 6.35 | 13.93 | - |
| YUV | 59.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 105 | 0 | 0.91 | 0.22 | 0.47 | 314.26 | 0.84 | 0.29 |
| Hex | 86 | C | 69 | 0 | 5B | 16 | 2F | 13A | 54 | 1D |
| Octal | 206 | 14 | 151 | 0 | 133 | 26 | 57 | 472 | 124 | 35 |
| Binary | 10000110 | 1100 | 1101001 | 0 | 1011011 | 10110 | 101111 | 100111010 | 1010100 | 11101 |
Color Harmonies of #860C69
Complementary color
Monochromatic Colors of #860C69
Black with #860C69
Text Example
Text Example
White with #860C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C69; }
p { color: rgb(134,12,105); }
H1.HeaderClassName
{
color: #860C69;
}
.AnyTagClassName
{
color: #860C69;
}
</style>
background-color css
<style>
a { background-color: #860C69; }
a { background-color: rgb(134,12,105); }
div.DivClassName
{
background-color: #860C69;
}
.BgClassName
{
background-color: #860C69;
}
</style>
border-color css
<style>
span { border-color: #860C69; }
span { border-color: rgb(134,12,105); }
td.TdClassName
{
border-color: #860C69;
}
.TagClassName
{
border-color: #860C69;
}
</style>