COLOR #8D59BD

HEX: #8D59BD RGB: (141,89,189)

Color info

#8D59BD contains mainly red and blue colors. Web safe color of #8D59BD is #9966CC (or #96C).

RGB color model

#8D59BD color RGB value is (141,89,189).

RGB: (141,89,189) (55%, 35%, 74%)

RGB channels and saturation

R 141 of 255 = 55%
G 89 of 255 = 35%
B 189 of 255 = 74%

141
89
189

R + G + B ~ 55%. #8D59BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 89 + 189 = 419 (100%)
R 141 of 419 ~ 33.65%
G 89 of 419 ~ 21.24%
B 189 of 419 ~ 45.11'%

%33.65
%21.24
%45.11

CMYK color model

#8D59BD color CMYK value is (25,53,0,26).

  • cyan value is 25.40%
  • magenta value is 52.91%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (25,53,0,26)
C25M53Y0K26 (25%, 53%, 0%, 26%)
(0.25 / 0.53 / 0.00 / 0.26)

CMYK percentages

%25.4
%52.91
%0
%25.88

Codes

Color #8D59BD in popluar color models

8D 59 BD
RGB 141 89 189
HSL 271° 43.10% 54.51%
HSB/HSV 271° 52.91% 74.12%
CMYK 25.40% 52.91% 0.00%
25.88%

Color #8D59BD in popluar number systems.

HEX 8D 59 BD
Decimal 141 89 189
Binary 10001101 1011001 10111101
Octal 215 131 275

Shades and tints

Shades of #8D59BD

#8D59BD
(141,89,189)
#8151AC
(129,81,172)
#75499B
(117,73,155)
#69418A
(105,65,138)
#5D3979
(93,57,121)
#513168
(81,49,104)
#452957
(69,41,87)
#392146
(57,33,70)
#2D1935
(45,25,53)
#211124
(33,17,36)
#150913
(21,9,19)
#000000
(0,0,0)

Tints of #8D59BD

#8D59BD
(141,89,189)
#9768C3
(151,104,195)
#A177C9
(161,119,201)
#AB86CF
(171,134,207)
#B595D5
(181,149,213)
#BFA4DB
(191,164,219)
#C9B3E1
(201,179,225)
#D3C2E7
(211,194,231)
#DDD1ED
(221,209,237)
#E7E0F3
(231,224,243)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D59BD color. Also use rgb(141,89,189) instead hex code.

Text Font Color

.myTextColor { color: #8D59BD; }

<p style="color:#8D59BD">This sample text font color is #8D59BD.</p>

This text font color is #8D59BD.

Background Color

.myBgColor { background-color: #8D59BD; }

<div style="background-color:#8D59BD">Inner text</div>

This div background color is #8D59BD.

Border color

.myBorderColor { border: 1px solid #8D59BD; }

<div style="border:3px solid #8D59BD">Div</div>

This div border color is #8D59BD.

Opacity

.myOpacity80 { color: #8D59BD; opacity: 0.8; }

<p style="color:#8D59BD;opacity:0.8;">80%</p>

Text with #8D59BD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8D59BD;}

<p style="text-shadow: 3px 3px 1px #8D59BD">Text here.</p>

This text has shadow with #8D59BD color.


.textShadow {text-shadow: 3px 3px 1px #8D59BD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8D59BD, 5px 5px 20px red">Text here.</p>

This text has shadow with #8D59BD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8D59BD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8D59BD, Direction=45, Strength=4)">Text</p>

This text has shadow with #8D59BD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8D59BD;
-webkit-box-shadow: 1px 1px 3px 2px #8D59BD;
box-shadow: 1px 1px 3px 2px #8D59BD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8D59BD; -webkit-box-shadow: 1px 1px 3px 2px #8D59BD; box-shadow:1px 1px 3px 2px #8D59BD;">
Div content here
</div>

This div box has shadow with color #8D59BD.

Preview

Color preview on black background

This text has color #8D59BD on black background.


Color preview on white background

This text has color #8D59BD on white background.


Black color preview on #8D59BD background

This text has black color on #8D59BD background.


White color preview on #8D59BD background

This text has white color on #8D59BD background.


Related colors

Complementary color

Complementary color for #hex is #72A642.


I love getcolorcode.com

Triadic colors

1 #BD8D59 and #59BD8D with #8D59BD are triadic colors.

2 #BD598D and #598DBD with #8D59BD are triadic colors.