Color #88149F

HEX

#88149F

RGB

(136, 20, 159)

Quick Actions

Color Values

Color Space Values
RGB
R: 136, G: 20, B: 159 (53%, 8%, 62%)
CMYK C: 14%, M: 87%, Y: 0%, K: 38%
HSL H: 290°, S: 78%, L: 35%
HSV H: 290°, S: 87%, V: 62%
CIE-LAB L: 34.48, a: 62.25, b: -48
CIE-LCH L: 34.48, C: 78.61, H: 322.36
Hunter-Lab L: 28.71, a: 51.33, b: -61.62
Web Safe
#990099
Complementary
#2a9f13

#88149F is a color with RGB values of 136 red, 20 green, and 159 blue (53%, 8%, 62% respectively). In the CMYK color space, it consists of 14% cyan, 87% magenta, 0% yellow, and 38% black. The color has a hue angle of 290°, 78% saturation, and 35% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #990099. The complementary color is #2a9f13, 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 #88149F

Explore different variations of #88149F 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 #88149F. 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 #88149F

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #88149F

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 #88149F

Text with #88149F

This text has a font color of #88149F.

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

#88149F background color

This paragraph has a background color of #88149F.

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

#88149F border color

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

#88149F box shadow

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