Color: #922F69

#922F69 Color Information

#922F69 is a dark color. The closest websafe version is #922F69. A complement of this color would be #2F9259, perceived brightness is 0.33, and the grayscale version is #616161.

In the HSL color space, this color has a hue angle of 325°,a saturation of 51%, and a lightness of 38%.The HSV representation shows a hue of 325°, a saturation of 68%, and a value of 57%.

In a RGB color space, #922F69 is composed of 57% red, 18% green and 41% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 68% magenta, 28% yellow and 43% black.

In the Yxy color space, this color is represented as Y: 9.29, x: 0.4383, and y: 0.2602.

Color Code #922F69

#922F69rgb(146, 47, 105)
HEX
#922F69
RGB
rgb(146, 47, 105)
HSL
hsl(325, 51%, 38%)
HSV
hsv(325, 68%, 57%)
CMYK
0%, 68%, 28%, 43%
XYZ
X: 15.65, Y: 9.29, Z: 10.77
Lab
L: 36.54, a: 46.29, b: -10.85
Name

Shades of Color #922F69

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

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

#922F69rgb(146, 47, 105)

About #922F69 Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 51%, and a lightness of 38%. The HSV representation shows a hue of 325°, a saturation of 68%, and a value of 57%.

  • HEX: #922F69
  • RGB: rgb(146, 47, 105)
  • HSL: hsl(325, 51%, 38%)
  • HSV: hsv(325, 68%, 57%)
  • CMYK: 0.00% cyan, 68.00% magenta, 28.00% yellow, 43.00% black
  • XYZ: 15.65, 9.29, 10.77
  • Yxy: 9.29, 0.4383, 0.2602
  • Hunter Lab: 36.54, 46.29, -10.85
  • CIE-Lab: 36.54, 46.29, -10.85

In the XYZ color space, this color is represented as X: 15.65, Y: 9.29, Z: 10.77. The Yxy representation further refines this as Y: 9.29, x: 0.4383, and y: 0.2602.

In the Hunter Lab color space, this color is represented as L: 36.54, a: 46.29, and b: -10.85. Similarly, in the CIE-Lab color space, it is represented as L: 36.54, a: 46.29, and b: -10.85.

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 #922F69

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

Analogous Colors of #922F69

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

Split Complementary Colors of #922F69

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

Tetradic Colors of #922F69

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

Monochromatic Colors of #922F69

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

Complementary Color of #922F69

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

/* Using HEX */
body {
  background-color: #922f69;
}
/* Using RGB */
body {
  background-color: rgb(146, 47, 105);
}
/* Using RGB with opacity */
body {
  background-color: rgba(146, 47, 105, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 51%, 38%);
}
/* Text color */
p {
  color: #922f69;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #922f69;
}
/* Border color */
.box {
  border: 4px solid #922f69;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #922f69;
}
Text Shadow Preview
/* Background with text */
div {
  background: #922f69;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#922F69
On Black Background
#922F69
On White Background
#922F69

HTML Examples of #922F69

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

Related Colors of #922F69

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