Color: #923DDB

#923DDB Color Information

#923DDB is a dark color. The closest websafe version is #923DDB. A complement of this color would be #87DB3D, perceived brightness is 0.41, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 272°,a saturation of 69%, and a lightness of 55%.The HSV representation shows a hue of 272°, a saturation of 100%, and a value of 100%.

In a RGB color space, #923DDB is composed of 57% red, 24% green and 86% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 72% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 14.03, x: 0.2721, and y: 0.1560.

Color Code #923DDB

HEX
#923DDB
RGB
rgb(146, 61, 219)
HSL
hsl(272, 69%, 55%)
HSV
hsv(272, 72%, 86%)
CMYK
33%, 72%, 0%, 14%
XYZ
X: 24.47, Y: 14.03, Z: 51.44
Lab
L: 44.28, a: 56.71, b: -66.92
Name

Shades of Color #923DDB

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

Tints are created by lightening the original color #923DDB 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 #923DDB Color Code

In the HSL color space, this color has a hue angle of 272°, a saturation of 69%, and a lightness of 55%. The HSV representation shows a hue of 272°, a saturation of 72%, and a value of 86%.

  • HEX: #923DDB
  • RGB: rgb(146, 61, 219)
  • HSL: hsl(272, 69%, 55%)
  • HSV: hsv(272, 72%, 86%)
  • CMYK: 33.00% cyan, 72.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 24.47, 14.03, 51.44
  • Yxy: 14.03, 0.2721, 0.1560
  • Hunter Lab: 44.28, 56.71, -66.92
  • CIE-Lab: 44.28, 56.71, -66.92

In the XYZ color space, this color is represented as X: 24.47, Y: 14.03, Z: 51.44. The Yxy representation further refines this as Y: 14.03, x: 0.2721, and y: 0.1560.

In the Hunter Lab color space, this color is represented as L: 44.28, a: 56.71, and b: -66.92. Similarly, in the CIE-Lab color space, it is represented as L: 44.28, a: 56.71, and b: -66.92.

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 #923DDB

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

Analogous Colors of #923DDB

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

Monochromatic Colors of #923DDB

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

Complementary Color of #923DDB

The complementary color of #923DDB 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 #923DDB

/* Using HEX */
body {
  background-color: #923ddb;
}
/* Using RGB */
body {
  background-color: rgb(146, 61, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(146, 61, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(272, 69%, 55%);
}
/* Text color */
p {
  color: #923ddb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #923ddb;
}

HTML Examples of #923DDB

<!-- Using HEX -->
<div style="background-color: #923ddb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(146, 61, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(146, 61, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(272, 69%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #923ddb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #923ddb; width: 100px; height: 100px;"></div>

Related Colors of #923DDB

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