Color: #9115AC

#9115AC Color Information

#9115AC is a dark color. The closest websafe version is #9115AC. A complement of this color would be #31AC15, perceived brightness is 0.30, and the grayscale version is #616161.

In the HSL color space, this color has a hue angle of 289°,a saturation of 78%, and a lightness of 38%.The HSV representation shows a hue of 289°, a saturation of 88%, and a value of 67%.

In a RGB color space, #9115AC is composed of 57% red, 8% green and 67% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 88% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 9.34, x: 0.3207, and y: 0.1616.

Color Code #9115AC

#9115ACrgb(145, 21, 172)
HEX
#9115AC
RGB
rgb(145, 21, 172)
HSL
hsl(289, 78%, 38%)
HSV
hsv(289, 88%, 67%)
CMYK
16%, 88%, 0%, 33%
XYZ
X: 18.54, Y: 9.34, Z: 29.93
Lab
L: 36.63, a: 61.74, b: -51.89
Name

Shades of Color #9115AC

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

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

#9115ACrgb(145, 21, 172)

About #9115AC Color Code

In the HSL color space, this color has a hue angle of 289°, a saturation of 78%, and a lightness of 38%. The HSV representation shows a hue of 289°, a saturation of 88%, and a value of 67%.

  • HEX: #9115AC
  • RGB: rgb(145, 21, 172)
  • HSL: hsl(289, 78%, 38%)
  • HSV: hsv(289, 88%, 67%)
  • CMYK: 16.00% cyan, 88.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 18.54, 9.34, 29.93
  • Yxy: 9.34, 0.3207, 0.1616
  • Hunter Lab: 36.63, 61.74, -51.89
  • CIE-Lab: 36.63, 61.74, -51.89

In the XYZ color space, this color is represented as X: 18.54, Y: 9.34, Z: 29.93. The Yxy representation further refines this as Y: 9.34, x: 0.3207, and y: 0.1616.

In the Hunter Lab color space, this color is represented as L: 36.63, a: 61.74, and b: -51.89. Similarly, in the CIE-Lab color space, it is represented as L: 36.63, a: 61.74, and b: -51.89.

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 #9115AC

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

Analogous Colors of #9115AC

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

Split Complementary Colors of #9115AC

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

Tetradic Colors of #9115AC

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

Monochromatic Colors of #9115AC

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

Complementary Color of #9115AC

The complementary color of #9115AC 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 #9115AC

/* Using HEX */
body {
  background-color: #9115ac;
}
/* Using RGB */
body {
  background-color: rgb(145, 21, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(145, 21, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(289, 78%, 38%);
}
/* Text color */
p {
  color: #9115ac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #9115ac;
}
/* Border color */
.box {
  border: 4px solid #9115ac;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #9115ac;
}
Text Shadow Preview
/* Background with text */
div {
  background: #9115ac;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#9115AC
On Black Background
#9115AC
On White Background
#9115AC

HTML Examples of #9115AC

<!-- Using HEX -->
<div style="background-color: #9115ac; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(145, 21, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(145, 21, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(289, 78%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #9115ac;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #9115ac; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #9115ac; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #9115ac;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #9115ac; color: #fff; padding: 16px; border-radius: 8px;">
  #9115AC
</div>
#9115AC
On Black Background
#9115AC
On White Background
#9115AC

Related Colors of #9115AC

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