Color: #864ECC
#864ECC Color Information
#864ECC is a dark color. The closest websafe version is #864ECC. A complement of this color would be #93CB4D, perceived brightness is 0.43, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 267°,a saturation of 55%, and a lightness of 55%.The HSV representation shows a hue of 267°, a saturation of 62%, and a value of 80%.
In a RGB color space, #864ECC is composed of 53% red, 31% green and 80% blue. Whereas in a CMYK color space, it is composed of 34% cyan, 62% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 14.43, x: 0.2726, and y: 0.1790.
Color Code #864ECC
Shades of Color #864ECC
Shades are created by darkening the original color #864ECC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #864ECC
Tints are created by lightening the original color #864ECC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #864ECC Color Code
In the HSL color space, this color has a hue angle of 267°, a saturation of 55%, and a lightness of 55%. The HSV representation shows a hue of 267°, a saturation of 62%, and a value of 80%.
- HEX: #864ECC
- RGB: rgb(134, 78, 204)
- HSL: hsl(267, 55%, 55%)
- HSV: hsv(267, 62%, 80%)
- CMYK: 34.00% cyan, 62.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 21.97, 14.43, 44.20
- Yxy: 14.43, 0.2726, 0.1790
- Hunter Lab: 44.84, 43.15, -57.53
- CIE-Lab: 44.84, 43.15, -57.53
In the XYZ color space, this color is represented as X: 21.97, Y: 14.43, Z: 44.20. The Yxy representation further refines this as Y: 14.43, x: 0.2726, and y: 0.1790.
In the Hunter Lab color space, this color is represented as L: 44.84, a: 43.15, and b: -57.53. Similarly, in the CIE-Lab color space, it is represented as L: 44.84, a: 43.15, and b: -57.53.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #864ECC
Triadic colors are three colors evenly spaced around the color wheel, including #864ECC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #864ECC
Split complementary colors are two colors adjacent to the complementary color of #864ECC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #864ECC
Monochromatic colors are variations of #864ECC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #864ECC
The complementary color of #864ECC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #864ECC
/* Using HEX */ body { background-color: #864ecc; }
/* Using RGB */ body { background-color: rgb(134, 78, 204); }
/* Using RGB with opacity */ body { background-color: rgba(134, 78, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(267, 55%, 55%); }
/* Text color */ p { color: #864ecc; }
/* Box shadow */ div { box-shadow: 4px 4px #864ecc; }
/* Border color */ .box { border: 4px solid #864ecc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #864ecc; }
/* Background with text */ div { background: #864ecc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #864ECC
<!-- Using HEX --> <div style="background-color: #864ecc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(134, 78, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(134, 78, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(267, 55%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #864ecc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #864ecc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #864ecc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #864ecc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #864ecc; color: #fff; padding: 16px; border-radius: 8px;"> #864ECC </div>
Related Colors of #864ECC
These colors are similar to #864ECC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.