Color: #8967EF

#8967EF Color Information

#8967EF is a light color. The closest websafe version is #8967EF. A complement of this color would be #CDEF67, perceived brightness is 0.50, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 255°,a saturation of 81%, and a lightness of 67%.The HSV representation shows a hue of 255°, a saturation of 57%, and a value of 94%.

In a RGB color space, #8967EF is composed of 54% red, 40% green and 94% blue. Whereas in a CMYK color space, it is composed of 43% cyan, 57% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 20.52, x: 0.2536, and y: 0.1827.

Color Code #8967EF

#8967EFrgb(137, 103, 239)
HEX
#8967EF
RGB
rgb(137, 103, 239)
HSL
hsl(255, 81%, 67%)
HSV
hsv(255, 57%, 94%)
CMYK
43%, 57%, 0%, 6%
XYZ
X: 28.48, Y: 20.52, Z: 63.31
Lab
L: 52.42, a: 38.07, b: -65.12
Name

Shades of Color #8967EF

Shades are created by darkening the original color #8967EF 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 #8967EF

Tints are created by lightening the original color #8967EF 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.

#8967EFrgb(137, 103, 239)

About #8967EF Color Code

In the HSL color space, this color has a hue angle of 255°, a saturation of 81%, and a lightness of 67%. The HSV representation shows a hue of 255°, a saturation of 57%, and a value of 94%.

  • HEX: #8967EF
  • RGB: rgb(137, 103, 239)
  • HSL: hsl(255, 81%, 67%)
  • HSV: hsv(255, 57%, 94%)
  • CMYK: 43.00% cyan, 57.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 28.48, 20.52, 63.31
  • Yxy: 20.52, 0.2536, 0.1827
  • Hunter Lab: 52.42, 38.07, -65.12
  • CIE-Lab: 52.42, 38.07, -65.12

In the XYZ color space, this color is represented as X: 28.48, Y: 20.52, Z: 63.31. The Yxy representation further refines this as Y: 20.52, x: 0.2536, and y: 0.1827.

In the Hunter Lab color space, this color is represented as L: 52.42, a: 38.07, and b: -65.12. Similarly, in the CIE-Lab color space, it is represented as L: 52.42, a: 38.07, and b: -65.12.

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 #8967EF

Triadic colors are three colors evenly spaced around the color wheel, including #8967EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #8967EF

Analogous colors are adjacent to #8967EF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #8967EF

Split complementary colors are two colors adjacent to the complementary color of #8967EF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #8967EF

Tetradic colors form a rectangle on the color wheel, including #8967EF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #8967EF

Monochromatic colors are variations of #8967EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #8967EF

The complementary color of #8967EF 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 #8967EF

/* Using HEX */
body {
  background-color: #8967ef;
}
/* Using RGB */
body {
  background-color: rgb(137, 103, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(137, 103, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(255, 81%, 67%);
}
/* Text color */
p {
  color: #8967ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #8967ef;
}
/* Border color */
.box {
  border: 4px solid #8967ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #8967ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #8967ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#8967EF
On Black Background
#8967EF
On White Background
#8967EF

HTML Examples of #8967EF

<!-- Using HEX -->
<div style="background-color: #8967ef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(137, 103, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(137, 103, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(255, 81%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #8967ef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #8967ef; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #8967ef; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #8967ef;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #8967ef; color: #fff; padding: 16px; border-radius: 8px;">
  #8967EF
</div>
#8967EF
On Black Background
#8967EF
On White Background
#8967EF

Related Colors of #8967EF

These colors are similar to #8967EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.