What is hex #8B008B color?

 
The hex code #8B008B is also know by an other name that is Dark Magenta.
This color is composed of 139% red, 0% green and 139% blue. So we can say that the RGB value is (139,0,139)
You need to use it for a printer? The CMYK colors code equivalent of hex #8B008B is C:0 M:100 Y:0, K:45) .
In the HSV/HSB scale, #8B008B has a hue of 300°, 100% saturation and a brightness value of 55%.
If you want to know all about the hex #8B008B, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #8B008B (complementary, analogous, triadic, tetradic...).

Hex #8B008B Color Codes & Equivalents

Color Name [Dark Magenta]
RGB Values (139,0,139)
CMYK Values (0%, 100%, 0%, 45%)
HSV/HSB Values (300°, 100%, 55%)
Closest Web Safe
#990099
Inverse Color
#74ff74
Closest Pantone®
2415 C
Closest RAL
RAL 4006 [Traffic purple]
Complementary Color
#008b00

#8B008B Converted to Grayscale Codes

Average
#5d5d5d
Lightness (Desaturation)
#464646
Weighted (BT601)
#393939
Luma (BT709)
#282828

Hex #8B008B Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #8B008B is #008b00. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #8B008B you will find #008b00. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#8B008B #008b00

Analogous Palette

The analogous color scheme of #8B008B is composed with colors #45008B and #8B0045. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #8B008B with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#45008B #8B008B #8B0045

Split-Complementary Palette

The split-complementary color scheme of #8B008B is composed with colors #008B45 and #458B00. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#8B008B #008B45 #458B00

Triadic Palette

The triadic color scheme of #8B008B is composed with colors #008B8B and #8B8B00. They are located to the right and left of your main color #8B008B with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#8B008B #008B8B #8B8B00

Tetradic Palette

The tetradic color scheme of #8B008B is composed with colors #8B8B00, #008B00 and #00008B A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#8B008B #8B8B00 #008B00 #00008B

Square Palette

The square color scheme of #8B008B is composed with colors #8B4500, #008B00 and #00458B To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#8B008B #8B4500 #008B00 #00458B

Tints, Tones & Shades of Hex #8B008B

Tints

Tints are created by adding white, resulting in lighter shades of #8B008B.

#8B008B #9F009F #B300B3 #C800C8 #DC00DC #F100F1 #FF06FF #FF1AFF

Tones

Tones are made by mixing with gray, softening the original color.

#8B008B #840684 #7D0D7D #761476 #6F1B6F #682268 #622862 #5B2F5B

Shades

Shades result from adding black, creating darker variations.

#8B008B #760076 #620062 #4D004D #390039 #250025 #100010 #000000

Hex #8B008B in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #8B008B
Java new Color(139,0,139);
Python Color(#8B008B)
.NET Color.FromArgb(255, 139,0,139);
Swift / iOS UIColor(red: 0.55, green: 0, blue: 0.55, alpha: 1)
Kotlin / Android Color.rgb(139, 0, 139)