Color: #937C9F
#937C9F Color Information
#937C9F is a light color. The closest websafe version is #937C9F. A complement of this color would be #879D7B, perceived brightness is 0.53, and the grayscale version is #8E8E8E.
In the HSL color space, this color has a hue angle of 279°,a saturation of 15%, and a lightness of 55%.The HSV representation shows a hue of 279°, a saturation of 100%, and a value of 100%.
In a RGB color space, #937C9F is composed of 58% red, 49% green and 62% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 22% magenta, 0% yellow and 38% black.
In the Yxy color space, this color is represented as Y: 23.04, x: 0.3366, and y: 0.3047.
Color Code #937C9F
Shades of Color #937C9F
Shades are created by darkening the original color #937C9F 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 #937C9F
Tints are created by lightening the original color #937C9F 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.
About #937C9F Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 15%, and a lightness of 55%. The HSV representation shows a hue of 279°, a saturation of 22%, and a value of 62%.
- HEX: #937C9F
- RGB: rgb(147, 124, 159)
- HSL: hsl(279, 15%, 55%)
- HSV: hsv(279, 22%, 62%)
- CMYK: 8.00% cyan, 22.00% magenta, 0.00% yellow, 38.00% black
- XYZ: 25.45, 23.04, 27.12
- Yxy: 23.04, 0.3366, 0.3047
- Hunter Lab: 55.12, 14.17, -15.41
- CIE-Lab: 55.12, 14.17, -15.41
In the XYZ color space, this color is represented as X: 25.45, Y: 23.04, Z: 27.12. The Yxy representation further refines this as Y: 23.04, x: 0.3366, and y: 0.3047.
In the Hunter Lab color space, this color is represented as L: 55.12, a: 14.17, and b: -15.41. Similarly, in the CIE-Lab color space, it is represented as L: 55.12, a: 14.17, and b: -15.41.
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 #937C9F
Triadic colors are three colors evenly spaced around the color wheel, including #937C9F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #937C9F
Monochromatic colors are variations of #937C9F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #937C9F
The complementary color of #937C9F 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 #937C9F
/* Using HEX */ body { background-color: #937c9f; }
/* Using RGB */ body { background-color: rgb(147, 124, 159); }
/* Using RGB with opacity */ body { background-color: rgba(147, 124, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 15%, 55%); }
/* Text color */ p { color: #937c9f; }
/* Box shadow */ div { box-shadow: 4px 4px #937c9f; }
HTML Examples of #937C9F
<!-- Using HEX --> <div style="background-color: #937c9f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(147, 124, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(147, 124, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 15%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #937c9f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #937c9f; width: 100px; height: 100px;"></div>
Related Colors of #937C9F
These colors are similar to #937C9F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.