Color: #854585

#854585 Color Information

#854585 is a dark color. The closest websafe version is #854585. A complement of this color would be #458745, perceived brightness is 0.37, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 300°,a saturation of 32%, and a lightness of 40%.The HSV representation shows a hue of 300°, a saturation of 48%, and a value of 52%.

In a RGB color space, #854585 is composed of 52% red, 27% green and 52% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 0% yellow and 48% black.

In the Yxy color space, this color is represented as Y: 10.91, x: 0.3573, and y: 0.2454.

Color Code #854585

#854585rgb(133, 69, 133)
HEX
#854585
RGB
rgb(133, 69, 133)
HSL
hsl(300, 32%, 40%)
HSV
hsv(300, 48%, 52%)
CMYK
0%, 48%, 0%, 48%
XYZ
X: 15.88, Y: 10.91, Z: 17.66
Lab
L: 39.42, a: 35.15, b: -24.06
Name

Shades of Color #854585

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

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

#854585rgb(133, 69, 133)

About #854585 Color Code

In the HSL color space, this color has a hue angle of 300°, a saturation of 32%, and a lightness of 40%. The HSV representation shows a hue of 300°, a saturation of 48%, and a value of 52%.

  • HEX: #854585
  • RGB: rgb(133, 69, 133)
  • HSL: hsl(300, 32%, 40%)
  • HSV: hsv(300, 48%, 52%)
  • CMYK: 0.00% cyan, 48.00% magenta, 0.00% yellow, 48.00% black
  • XYZ: 15.88, 10.91, 17.66
  • Yxy: 10.91, 0.3573, 0.2454
  • Hunter Lab: 39.42, 35.15, -24.06
  • CIE-Lab: 39.42, 35.15, -24.06

In the XYZ color space, this color is represented as X: 15.88, Y: 10.91, Z: 17.66. The Yxy representation further refines this as Y: 10.91, x: 0.3573, and y: 0.2454.

In the Hunter Lab color space, this color is represented as L: 39.42, a: 35.15, and b: -24.06. Similarly, in the CIE-Lab color space, it is represented as L: 39.42, a: 35.15, and b: -24.06.

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 #854585

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

Analogous Colors of #854585

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

Split Complementary Colors of #854585

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

Tetradic Colors of #854585

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

Monochromatic Colors of #854585

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

Complementary Color of #854585

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

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

HTML Examples of #854585

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

Related Colors of #854585

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