Shades of Eggplant #860365
Tints of Eggplant #860365
RGB
CMYK
RGB Variations
Color information
#860365 (or 0x860365) is known color: Eggplant. HEX triplet: 86, 03 and 65. RGB value is (134,3,101). Sum of RGB (Red+Green+Blue) = 134+3+101=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #860365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860365 is #79FC9A. Grayscale: #353535. Windows color (decimal): -7994523 or 6620038. OLE color: 6620038.
HSL color Cylindrical-coordinate representation of color #860365: hue angle of 315.11º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860365 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.47 |
| HSL | 315.11º | 0.96% | 0.27% | - |
| HSV(B) | 315.11º | 0.98% | 0.53% | - |
| XYZ | 12.21 | 6.07 | 12.84 | - |
| YUV | 53.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 101 | 0 | 0.98 | 0.25 | 0.47 | 315.11 | 0.96 | 0.27 |
| Hex | 86 | 3 | 65 | 0 | 62 | 19 | 2F | 13B | 60 | 1B |
| Octal | 206 | 3 | 145 | 0 | 142 | 31 | 57 | 473 | 140 | 33 |
| Binary | 10000110 | 11 | 1100101 | 0 | 1100010 | 11001 | 101111 | 100111011 | 1100000 | 11011 |
Color Harmonies of #860365
Complementary color
Monochromatic Colors of #860365
Black with #860365
Text Example
Text Example
White with #860365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860365; }
p { color: rgb(134,3,101); }
H1.HeaderClassName
{
color: #860365;
}
.AnyTagClassName
{
color: #860365;
}
</style>
background-color css
<style>
a { background-color: #860365; }
a { background-color: rgb(134,3,101); }
div.DivClassName
{
background-color: #860365;
}
.BgClassName
{
background-color: #860365;
}
</style>
border-color css
<style>
span { border-color: #860365; }
span { border-color: rgb(134,3,101); }
td.TdClassName
{
border-color: #860365;
}
.TagClassName
{
border-color: #860365;
}
</style>