Color: #923E8B

#923E8B Color Information

#923E8B is a dark color. The closest websafe version is #923E8B. A complement of this color would be #3F9246, perceived brightness is 0.38, and the grayscale version is #686868.

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

In a RGB color space, #923E8B is composed of 57% red, 24% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 5% yellow and 43% black.

In the Yxy color space, this color is represented as Y: 11.41, x: 0.3705, and y: 0.2338.

Color Code #923E8B

HEX
#923E8B
RGB
rgb(146, 62, 139)
HSL
hsl(305, 40%, 41%)
HSV
hsv(305, 58%, 57%)
CMYK
0%, 58%, 5%, 43%
XYZ
X: 18.08, Y: 11.41, Z: 19.31
Lab
L: 40.27, a: 43.66, b: -26.22
Name

Shades of Color #923E8B

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

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

In the HSL color space, this color has a hue angle of 305°, a saturation of 40%, and a lightness of 41%. The HSV representation shows a hue of 305°, a saturation of 58%, and a value of 57%.

  • HEX: #923E8B
  • RGB: rgb(146, 62, 139)
  • HSL: hsl(305, 40%, 41%)
  • HSV: hsv(305, 58%, 57%)
  • CMYK: 0.00% cyan, 58.00% magenta, 5.00% yellow, 43.00% black
  • XYZ: 18.08, 11.41, 19.31
  • Yxy: 11.41, 0.3705, 0.2338
  • Hunter Lab: 40.27, 43.66, -26.22
  • CIE-Lab: 40.27, 43.66, -26.22

In the XYZ color space, this color is represented as X: 18.08, Y: 11.41, Z: 19.31. The Yxy representation further refines this as Y: 11.41, x: 0.3705, and y: 0.2338.

In the Hunter Lab color space, this color is represented as L: 40.27, a: 43.66, and b: -26.22. Similarly, in the CIE-Lab color space, it is represented as L: 40.27, a: 43.66, and b: -26.22.

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

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

Analogous Colors of #923E8B

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

Monochromatic Colors of #923E8B

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

Complementary Color of #923E8B

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

/* Using HEX */
body {
  background-color: #923e8b;
}
/* Using RGB */
body {
  background-color: rgb(146, 62, 139);
}
/* Using RGB with opacity */
body {
  background-color: rgba(146, 62, 139, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(305, 40%, 41%);
}
/* Text color */
p {
  color: #923e8b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #923e8b;
}

HTML Examples of #923E8B

<!-- Using HEX -->
<div style="background-color: #923e8b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(146, 62, 139); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(146, 62, 139, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(305, 40%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #923e8b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #923e8b; width: 100px; height: 100px;"></div>

Related Colors of #923E8B

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