{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

'Etain' Perennial Violet (Viola)

PERENNIAL

Description

  • Pale yellow and lavender flowers lightly bloom from spring to fall!
  • Flowers have a sweet vanilla fragrance.
  • Grows in clumps, which are perfect for containers.
  • Zones 5-8, part sun/shade, 10″ tall x 10″ wide at maturity. 
Zone 5-8
Light part sun/shade
low

{% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each
Total
{{ variant.price | times: variant.quantity | money | remove: ' ' }}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/viola-etain-1.jpg?v=1608000214', title: 'Etain Perennial Violet (Viola)', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description The fragrant ‘Etain' Perennial Violet brings old-fashioned charm to the garden! Lavender margins decorate the edges of soft yellow flowers, which lightly rebloom from spring to fall. The colors combined with a sweet vanilla fragrance are enticing to butterflies and other pollinators. This clump-forming viola makes the perfect addition to containers or garden beds. Try using it as an underplanting for ferns, hellebore, and a host of other shade plants. Insider tip: These delicate flowers are perfect for pressed flower crafts and DIYs! Details Botanical name: Viola 'Etain'
Common name: Viola
Zone: 5 - 8
Sun exposure: Part-sun (4-6 hours sun) to shade (< 4 hours sun)
Height x width: 6-10" x 6-10"
Flower color: Yellow and lavender
Foliage color: Green
Season of interest: Spring to fall
Bloom time: Spring
Features: Rain gardens, low flammability, fragrant, container plants
Uses: Accent, alpine and rock, container gardening, cottage gardening, edging, ground cover, massing, naturalizing, rock garden, small spaces, underplanting, wildflower, woodland
How To Grow Soil: Easily grown in average, well-draining soil.
Light: Part-sun (4-6 hours sun) to shade (< 4 hours sun)
Water: Water regularly until established. During dry spells, provide your plant with supplemental water, aiming for about 1 inch of water weekly, including rain.
Spacing: 6 - 10 inches
Fertilizing: The application of a slow-release, balanced fertilizer in spring should provide adequate feeding for the growing season.
Winterizing: Violas benefit from extra mulch in the winter, which should be raked back in the spring.
Maintenance & pruning: Remove frost-damaged flowers and old, faded flowers to reduce the chances of fungal blight diseases. Reblooms consistently if sheared back by half when blooming begins to decline.

Ideas & Inspiration

11 Plants For Rock Gardens (That Aren’t Just Succulents)

Tough-to-grow sites just got easier to fill! If you’re looking to design a rock garden, ideas for rock garden plants, and how to care for a rock garden, check out our colorful, fragrant, & textured favorites.

Customer Reviews

Based on 21 reviews
33%
(7)
5%
(1)
10%
(2)
14%
(3)
38%
(8)
D
D.L. (Tennessee)
To be determined, maybe.

This is the first time I have ever received the compostable pots. Wasn’t too thrilled with the fact that the box was smashed in shipping, and the compostable pot didn’t do much to hold the soil or the plant in place after the smashing of the shipping container.

I found these to be very laggy, and seemed that they were barely holding onto the soil. Didn’t know if it was from shipping or if that is how the plant is. I put them in the ground regardless, because 98% of the things I have gotten from GGP have made it through any type of problem and thrived.

I planted them without trimming much back, left them kind of leggy. Probably a good thing I did because the rabbits found them overnight, they have been sufficiently over-trimmed at this point. I set up rabbit cages to prevent them from eating any further, and they seem to be regrowing. Whether or not I will ever see them flower is another question. I guess it’s to be determined, I hope they do, I do love violas.

Hello! We're sorry the rabbits got to enjouy the plant before you could! Young plants are especially susceptible to rabbit damage, so we highly recommend protecting new plants like you said you've done. All orders are covered by our 60-day guarantee, so please send your order number and pictures of your plants to claims@greatgardenplants.com to start the claims process. We look forward to helping!

E
E.K.

Very leggy and i cant use them in my arrangement. Disappointed.

Hello! We’re sorry you're having trouble with your plants. We do believe it will fill out giving more time to establish in your space, but cannot be sure until we take a look. We have a 60-day guarantee on all of our orders. Please email your order number and pictures of your plants to us to start the claims process. We look forward to helping!

S
S. (Pennsylvania)
Did not last

Arrived in good condition. I planted quickly in a part sun area in 7b pa. They did ok for a bit, died off, and did not return the following year.

We’re sorry you’re having trouble with your plants! Our team of horticulture experts would love to take a closer look! Our fall guarantee covers plants received after September 1 until May 2025, so we have you covered. Please send your order number and pictures of your plants to claims@greatgardenplants.com to start the claims process if necessary. We look forward to helping! https://bit.ly/ggp-guarantee

T
T.L. (Kansas)
Wanted these to grow

I ordered 2 of these. I planted them in 2 different areas.
Depite watering in well drained soil and plenty of mulch both of these withered away- of course it was 9 days after my 90 days

We're sorry you're having trouble with your plants. Our team of horticulture experts would love to take a closer look! Please contact us at claims@greatgardenplants.com with your order number and photos of the plants so we can better assist you. All orders are covered by our 60-day guarantee. We look forward to helping! https://bit.ly/ggp-guarantee

N
N.F.

Planted in ground and it died

Please see our previous responses and contact us with your order number and photos of the plants if there is an issue with your order. All orders are covered by our 60-day guarantee. We look forward to helping!