Color: #901B95

#901B95 Color Information

#901B95 is a dark color. The closest websafe version is #901B95. A complement of this color would be #20971C, perceived brightness is 0.30, and the grayscale version is #585858.

In the HSL color space, this color has a hue angle of 298°,a saturation of 69%, and a lightness of 35%.The HSV representation shows a hue of 298°, a saturation of 82%, and a value of 58%.

In a RGB color space, #901B95 is composed of 56% red, 11% green and 58% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 82% magenta, 0% yellow and 42% black.

In the Yxy color space, this color is represented as Y: 8.81, x: 0.3542, and y: 0.1849.

Color Code #901B95

#901B95rgb(144, 27, 149)
HEX
#901B95
RGB
rgb(144, 27, 149)
HSL
hsl(298, 69%, 35%)
HSV
hsv(298, 82%, 58%)
CMYK
3%, 82%, 0%, 42%
XYZ
X: 16.88, Y: 8.81, Z: 21.96
Lab
L: 35.62, a: 57.22, b: -39.64
Name

Shades of Color #901B95

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

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

#901B95rgb(144, 27, 149)

About #901B95 Color Code

In the HSL color space, this color has a hue angle of 298°, a saturation of 69%, and a lightness of 35%. The HSV representation shows a hue of 298°, a saturation of 82%, and a value of 58%.

  • HEX: #901B95
  • RGB: rgb(144, 27, 149)
  • HSL: hsl(298, 69%, 35%)
  • HSV: hsv(298, 82%, 58%)
  • CMYK: 3.00% cyan, 82.00% magenta, 0.00% yellow, 42.00% black
  • XYZ: 16.88, 8.81, 21.96
  • Yxy: 8.81, 0.3542, 0.1849
  • Hunter Lab: 35.62, 57.22, -39.64
  • CIE-Lab: 35.62, 57.22, -39.64

In the XYZ color space, this color is represented as X: 16.88, Y: 8.81, Z: 21.96. The Yxy representation further refines this as Y: 8.81, x: 0.3542, and y: 0.1849.

In the Hunter Lab color space, this color is represented as L: 35.62, a: 57.22, and b: -39.64. Similarly, in the CIE-Lab color space, it is represented as L: 35.62, a: 57.22, and b: -39.64.

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 #901B95

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

Analogous Colors of #901B95

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

Monochromatic Colors of #901B95

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

Complementary Color of #901B95

The complementary color of #901B95 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 #901B95

/* Using HEX */
body {
  background-color: #901b95;
}
/* Using RGB */
body {
  background-color: rgb(144, 27, 149);
}
/* Using RGB with opacity */
body {
  background-color: rgba(144, 27, 149, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(298, 69%, 35%);
}
/* Text color */
p {
  color: #901b95;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #901b95;
}
/* Border color */
.box {
  border: 4px solid #901b95;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #901b95;
}
Text Shadow Preview
/* Background with text */
div {
  background: #901b95;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#901B95
On Black Background
#901B95
On White Background
#901B95

HTML Examples of #901B95

<!-- Using HEX -->
<div style="background-color: #901b95; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(144, 27, 149); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(144, 27, 149, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(298, 69%, 35%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #901b95;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #901b95; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #901b95; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #901b95;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #901b95; color: #fff; padding: 16px; border-radius: 8px;">
  #901B95
</div>
#901B95
On Black Background
#901B95
On White Background
#901B95

Related Colors of #901B95

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