#860E54

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

Shades of Eggplant #860E54

Tints of Eggplant #860E54

Color information

#860E54 (or 0x860E54) is unknown color: approx Eggplant. HEX triplet: 86, 0E and 54. RGB value is (134,14,84). Sum of RGB (Red+Green+Blue) = 134+14+84=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #860E54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E54 is #79F1AB. Grayscale: #393939. Windows color (decimal): -7991724 or 5508742. OLE color: 5508742.

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

Color convert

RGB1341484-
CMYK00.900.370.47
HSL325º81.08%29.02%-
HSV(B)325º89.55%52.55%-
XYZ11.596.028.94-
YUV57.86142.76182.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=57.76%
G=6.03%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134148400.900.370.4732581.0829.02
Hex86E5405A252F145511d
Octal206161240132455750512135
Binary100001101110101010001011010100101101111101000101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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