#860E59

Color #860E59 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #860E59

Tints of Eggplant #860E59

Color information

#860E59 (or 0x860E59) is unknown color: approx Eggplant. HEX triplet: 86, 0E and 59. RGB value is (134,14,89). Sum of RGB (Red+Green+Blue) = 134+14+89=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #860E59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E59 is #79F1A6. Grayscale: #3A3A3A. Windows color (decimal): -7991719 or 5836422. OLE color: 5836422.

HSL color Cylindrical-coordinate representation of color #860E59: hue angle of 322.5º degrees, saturation: 0.81, 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 #860E59 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1341489-
CMYK00.900.340.47
HSL322.5º81.08%29.02%-
HSV(B)322.5º89.55%52.55%-
XYZ11.796.110.01-
YUV58.43145.26181.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=56.54%
G=5.91%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134148900.900.340.47322.581.0829.02
Hex86E5905A222F142511d
Octal206161310132425750212135
Binary100001101110101100101011010100010101111101000010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860E59; }

 p { color: rgb(134,14,89); }

 H1.HeaderClassName
 {
   color: #860E59;
 }
 .AnyTagClassName
 {
   color: #860E59;
 }
</style>
background-color css

<style>
 a { background-color: #860E59; }

 a { background-color: rgb(134,14,89); }

 div.DivClassName
 {
   background-color: #860E59;
 }
 .BgClassName
 {
   background-color: #860E59;
 }
</style>
border-color css

<style>
 span { border-color: #860E59; }

 span { border-color: rgb(134,14,89); }

 td.TdClassName
 {
   border-color: #860E59;
 }
 .TagClassName
 {
   border-color: #860E59;
 }
</style>