Color: #915FCA

#915FCA Color Information

#915FCA is a dark color. The closest websafe version is #915FCA. A complement of this color would be #97C95E, perceived brightness is 0.48, and the grayscale version is #949494.

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

In a RGB color space, #915FCA is composed of 57% red, 37% green and 79% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 53% magenta, 0% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 18.08, x: 0.2898, and y: 0.2079.

Color Code #915FCA

HEX
#915FCA
RGB
rgb(145, 95, 202)
HSL
hsl(268, 50%, 58%)
HSV
hsv(268, 53%, 79%)
CMYK
28%, 53%, 0%, 21%
XYZ
X: 25.20, Y: 18.08, Z: 43.69
Lab
L: 49.60, a: 36.95, b: -48.69
Name

Shades of Color #915FCA

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

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

In the HSL color space, this color has a hue angle of 268°, a saturation of 50%, and a lightness of 58%. The HSV representation shows a hue of 268°, a saturation of 53%, and a value of 79%.

  • HEX: #915FCA
  • RGB: rgb(145, 95, 202)
  • HSL: hsl(268, 50%, 58%)
  • HSV: hsv(268, 53%, 79%)
  • CMYK: 28.00% cyan, 53.00% magenta, 0.00% yellow, 21.00% black
  • XYZ: 25.20, 18.08, 43.69
  • Yxy: 18.08, 0.2898, 0.2079
  • Hunter Lab: 49.60, 36.95, -48.69
  • CIE-Lab: 49.60, 36.95, -48.69

In the XYZ color space, this color is represented as X: 25.20, Y: 18.08, Z: 43.69. The Yxy representation further refines this as Y: 18.08, x: 0.2898, and y: 0.2079.

In the Hunter Lab color space, this color is represented as L: 49.60, a: 36.95, and b: -48.69. Similarly, in the CIE-Lab color space, it is represented as L: 49.60, a: 36.95, and b: -48.69.

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 #915FCA

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

Analogous Colors of #915FCA

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

Monochromatic Colors of #915FCA

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

Complementary Color of #915FCA

The complementary color of #915FCA 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 #915FCA

/* Using HEX */
body {
  background-color: #915fca;
}
/* Using RGB */
body {
  background-color: rgb(145, 95, 202);
}
/* Using RGB with opacity */
body {
  background-color: rgba(145, 95, 202, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(268, 50%, 58%);
}
/* Text color */
p {
  color: #915fca;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #915fca;
}

HTML Examples of #915FCA

<!-- Using HEX -->
<div style="background-color: #915fca; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(145, 95, 202); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(145, 95, 202, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(268, 50%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #915fca;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #915fca; width: 100px; height: 100px;"></div>

Related Colors of #915FCA

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