Color: #927ECC

#927ECC Color Information

#927ECC is a light color. The closest websafe version is #927ECC. A complement of this color would be #B9CC7F, perceived brightness is 0.55, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 255°,a saturation of 43%, and a lightness of 65%.The HSV representation shows a hue of 255°, a saturation of 38%, and a value of 80%.

In a RGB color space, #927ECC is composed of 57% red, 49% green and 80% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 38% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 25.01, x: 0.2928, and y: 0.2507.

Color Code #927ECC

#927ECCrgb(146, 126, 204)
HEX
#927ECC
RGB
rgb(146, 126, 204)
HSL
hsl(255, 43%, 65%)
HSV
hsv(255, 38%, 80%)
CMYK
28%, 38%, 0%, 20%
XYZ
X: 29.21, Y: 25.01, Z: 45.55
Lab
L: 57.09, a: 20.77, b: -38.05
Name

Shades of Color #927ECC

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

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

#927ECCrgb(146, 126, 204)

About #927ECC Color Code

In the HSL color space, this color has a hue angle of 255°, a saturation of 43%, and a lightness of 65%. The HSV representation shows a hue of 255°, a saturation of 38%, and a value of 80%.

  • HEX: #927ECC
  • RGB: rgb(146, 126, 204)
  • HSL: hsl(255, 43%, 65%)
  • HSV: hsv(255, 38%, 80%)
  • CMYK: 28.00% cyan, 38.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 29.21, 25.01, 45.55
  • Yxy: 25.01, 0.2928, 0.2507
  • Hunter Lab: 57.09, 20.77, -38.05
  • CIE-Lab: 57.09, 20.77, -38.05

In the XYZ color space, this color is represented as X: 29.21, Y: 25.01, Z: 45.55. The Yxy representation further refines this as Y: 25.01, x: 0.2928, and y: 0.2507.

In the Hunter Lab color space, this color is represented as L: 57.09, a: 20.77, and b: -38.05. Similarly, in the CIE-Lab color space, it is represented as L: 57.09, a: 20.77, and b: -38.05.

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 #927ECC

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

Analogous Colors of #927ECC

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

Split Complementary Colors of #927ECC

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

Tetradic Colors of #927ECC

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

Monochromatic Colors of #927ECC

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

Complementary Color of #927ECC

The complementary color of #927ECC 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 #927ECC

/* Using HEX */
body {
  background-color: #927ecc;
}
/* Using RGB */
body {
  background-color: rgb(146, 126, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(146, 126, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(255, 43%, 65%);
}
/* Text color */
p {
  color: #927ecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #927ecc;
}
/* Border color */
.box {
  border: 4px solid #927ecc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #927ecc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #927ecc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#927ECC
On Black Background
#927ECC
On White Background
#927ECC

HTML Examples of #927ECC

<!-- Using HEX -->
<div style="background-color: #927ecc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(146, 126, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(146, 126, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(255, 43%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #927ecc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #927ecc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #927ecc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #927ecc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #927ecc; color: #fff; padding: 16px; border-radius: 8px;">
  #927ECC
</div>
#927ECC
On Black Background
#927ECC
On White Background
#927ECC

Related Colors of #927ECC

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