Color: #952DCD

#952DCD Color Information

#952DCD is a dark color. The closest websafe version is #952DCD. A complement of this color would be #65CD2D, perceived brightness is 0.37, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 279°,a saturation of 64%, and a lightness of 49%.The HSV representation shows a hue of 279°, a saturation of 78%, and a value of 80%.

In a RGB color space, #952DCD is composed of 58% red, 18% green and 80% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 78% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 12.27, x: 0.2878, and y: 0.1546.

Color Code #952DCD

#952DCDrgb(149, 45, 205)
HEX
#952DCD
RGB
rgb(149, 45, 205)
HSL
hsl(279, 64%, 49%)
HSV
hsv(279, 78%, 80%)
CMYK
27%, 78%, 0%, 20%
XYZ
X: 22.85, Y: 12.27, Z: 44.27
Lab
L: 41.64, a: 60.97, b: -63.13
Name

Shades of Color #952DCD

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

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

#952DCDrgb(149, 45, 205)

About #952DCD Color Code

In the HSL color space, this color has a hue angle of 279°, a saturation of 64%, and a lightness of 49%. The HSV representation shows a hue of 279°, a saturation of 78%, and a value of 80%.

  • HEX: #952DCD
  • RGB: rgb(149, 45, 205)
  • HSL: hsl(279, 64%, 49%)
  • HSV: hsv(279, 78%, 80%)
  • CMYK: 27.00% cyan, 78.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 22.85, 12.27, 44.27
  • Yxy: 12.27, 0.2878, 0.1546
  • Hunter Lab: 41.64, 60.97, -63.13
  • CIE-Lab: 41.64, 60.97, -63.13

In the XYZ color space, this color is represented as X: 22.85, Y: 12.27, Z: 44.27. The Yxy representation further refines this as Y: 12.27, x: 0.2878, and y: 0.1546.

In the Hunter Lab color space, this color is represented as L: 41.64, a: 60.97, and b: -63.13. Similarly, in the CIE-Lab color space, it is represented as L: 41.64, a: 60.97, and b: -63.13.

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 #952DCD

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

Analogous Colors of #952DCD

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

Split Complementary Colors of #952DCD

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

Tetradic Colors of #952DCD

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

Monochromatic Colors of #952DCD

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

Complementary Color of #952DCD

The complementary color of #952DCD 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 #952DCD

/* Using HEX */
body {
  background-color: #952dcd;
}
/* Using RGB */
body {
  background-color: rgb(149, 45, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(149, 45, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(279, 64%, 49%);
}
/* Text color */
p {
  color: #952dcd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #952dcd;
}
/* Border color */
.box {
  border: 4px solid #952dcd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #952dcd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #952dcd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#952DCD
On Black Background
#952DCD
On White Background
#952DCD

HTML Examples of #952DCD

<!-- Using HEX -->
<div style="background-color: #952dcd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(149, 45, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(149, 45, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(279, 64%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #952dcd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #952dcd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #952dcd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #952dcd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #952dcd; color: #fff; padding: 16px; border-radius: 8px;">
  #952DCD
</div>
#952DCD
On Black Background
#952DCD
On White Background
#952DCD

Related Colors of #952DCD

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