Color #936486

HEX

#936486

RGB

(147, 100, 134)

Quick Actions

Color Values

Color Space Values
RGB
R: 147, G: 100, B: 134 (58%, 39%, 53%)
CMYK C: 0%, M: 32%, Y: 9%, K: 42%
HSL H: 317°, S: 19%, L: 48%
HSV H: 317°, S: 32%, V: 58%
CIE-LAB L: 48.31, a: 24.54, b: -11.16
CIE-LCH L: 48.31, C: 26.96, H: 335.55
Hunter-Lab L: 41.28, a: 16.32, b: -13.06
Web Safe
#996699
Complementary
#649371

#936486 is a color with RGB values of 147 red, 100 green, and 134 blue (58%, 39%, 53% respectively). In the CMYK color space, it consists of 0% cyan, 32% magenta, 9% yellow, and 42% black. The color has a hue angle of 317°, 19% saturation, and 48% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #996699. The complementary color is #649371, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #936486

Explore different variations of #936486 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #936486. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #936486

Explore different color combinations and harmonies that work well with #936486.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #936486

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #936486

Text with #936486

This text has a font color of #936486.

<span style="color:#936486;">Text here</span>
.text { color: #936486; }

#936486 background color

This paragraph has a background color of #936486.

<p style="background-color:#936486;">Content here</p>
.background { background-color: #936486; }

#936486 border color

This element has a border color of #936486.
<div style="border:1px solid #936486;">Content here</div>
.border { border: 1px solid #936486; }

#936486 box shadow

This element has a box shadow using #936486.
<div style="box-shadow: 0 4px 6px -1px #93648680">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #93648680; }
Copied to clipboard!