diff --git a/src/components/Graph.tsx b/src/components/Graph.tsx
index 6db474faaa3d245573e92e641db687a0b560cbcf..c9ff49df91d20b20b2dcda0c6d3b67cc0be13480 100644
--- a/src/components/Graph.tsx
+++ b/src/components/Graph.tsx
@@ -10,6 +10,7 @@ const backgroundcolorscale = [
           'rgba(244, 204, 30, 0.2)',
           'rgba(130, 149, 164, 0.2)',
           'rgba(0, 101, 48, 0.2)',
+          'rbga(184, 91, 209, 0.2)'
 ]
 
 
@@ -21,6 +22,7 @@ const bordercolorscale = [
               'rgba(244, 204, 30, 1)',
               'rgba(130, 149, 164, 1)',
               'rgba(0, 101, 48, 1)',
+              'rbga(184, 91, 209, 1)'
 ]
  
 ChartJS.register(ArcElement, Tooltip, Legend, CategoryScale,