Color: #82236E

#82236E Color Information

#82236E is a dark color. The closest websafe version is #82236E. A complement of this color would be #228137, perceived brightness is 0.28, and the grayscale version is #525252.

In the HSL color space, this color has a hue angle of 313°,a saturation of 58%, and a lightness of 32%.The HSV representation shows a hue of 313°, a saturation of 73%, and a value of 51%.

In a RGB color space, #82236E is composed of 51% red, 14% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 73% magenta, 15% yellow and 49% black.

In the Yxy color space, this color is represented as Y: 7.12, x: 0.4024, and y: 0.2272.

Color Code #82236E

#82236Ergb(130, 35, 110)
HEX
#82236E
RGB
rgb(130, 35, 110)
HSL
hsl(313, 58%, 32%)
HSV
hsv(313, 73%, 51%)
CMYK
0%, 73%, 15%, 49%
XYZ
X: 12.61, Y: 7.12, Z: 11.61
Lab
L: 32.07, a: 46.61, b: -21.14
Name

Shades of Color #82236E

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

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

#82236Ergb(130, 35, 110)

About #82236E Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 58%, and a lightness of 32%. The HSV representation shows a hue of 313°, a saturation of 73%, and a value of 51%.

  • HEX: #82236E
  • RGB: rgb(130, 35, 110)
  • HSL: hsl(313, 58%, 32%)
  • HSV: hsv(313, 73%, 51%)
  • CMYK: 0.00% cyan, 73.00% magenta, 15.00% yellow, 49.00% black
  • XYZ: 12.61, 7.12, 11.61
  • Yxy: 7.12, 0.4024, 0.2272
  • Hunter Lab: 32.07, 46.61, -21.14
  • CIE-Lab: 32.07, 46.61, -21.14

In the XYZ color space, this color is represented as X: 12.61, Y: 7.12, Z: 11.61. The Yxy representation further refines this as Y: 7.12, x: 0.4024, and y: 0.2272.

In the Hunter Lab color space, this color is represented as L: 32.07, a: 46.61, and b: -21.14. Similarly, in the CIE-Lab color space, it is represented as L: 32.07, a: 46.61, and b: -21.14.

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 #82236E

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

Analogous Colors of #82236E

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

Split Complementary Colors of #82236E

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

Tetradic Colors of #82236E

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

Monochromatic Colors of #82236E

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

Complementary Color of #82236E

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

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

HTML Examples of #82236E

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

Related Colors of #82236E

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