rgb(130, 86, 170)
- In a RGB color space, hex #8256aa color is composed of 51% red, 34% green, and 67% blue.
- In a CMYK color space, it is consist of 24% cyan, 49% magenta, 0% yellow and 33% black.
- In web design, the web safe color for #8256aa is #9966CC. The complementary color of #8256aa is #7da956.
#8256aa Color Conversion
Hex Color #8256aa RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #8256aa
-
#8256aa
#8256aa
-
#7da956
#7da956
-
#c1abd5
#c1abd5
-
#bfd4ab
#bfd4ab
-
#61407f
#61407f
-
#5d7e40
#5d7e40
-
#90809f
#90809f
-
#8f9f80
#8f9f80
Two colors (#8256aa,#7da956) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#8256aa
#8256aa
-
#c1abd5
#c1abd5
-
#412b55
#412b55
-
#dfd5e9
#dfd5e9
-
#61407f
#61407f
-
#90809f
#90809f
-
#30203f
#30203f
-
#a79fae
#a79fae
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #8256aa
-
#8256aa
#8256aa
-
#754D99
#754D99
-
#684588
#684588
-
#5B3C77
#5B3C77
-
#4E3466
#4E3466
-
#412B55
#412B55
-
#342244
#342244
-
#271A33
#271A33
-
#1A1122
#1A1122
-
#0D0911
#0D0911
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#8256aa
#8256aa
-
#8F67B3
#8F67B3
-
#9B78BB
#9B78BB
-
#A889C4
#A889C4
-
#B49ACC
#B49ACC
-
#C1ABD5
#C1ABD5
-
#CDBBDD
#CDBBDD
-
#DACCE6
#DACCE6
-
#E6DDEE
#E6DDEE
-
#F3EEF7
#F3EEF7
-
#FBFAFC
#FBFAFC
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#8256aa Color Preview on Black Background
#8256aa Color Preview on White Background
<span style="color:#8256aa;">Text here</span>
#8256aa Background Color
#8256aa Background Color
<p style="background-color:#8256aa;">Text here</p>
#8256aa Border Color
<div style="border:1px solid #8256aa;">Text here</div>
<style>.text {color:#8256aa;}
.background {background-color:#8256aa;}
.border {border:1px solid #8256aa;}</style>