COLOR #8D5DA9

HEX: #8D5DA9 RGB: (141,93,169)

Color info

#8D5DA9 contains mainly red and blue colors. Web safe color of #8D5DA9 is #996699 (or #969).

RGB color model

#8D5DA9 color RGB value is (141,93,169).

RGB: (141,93,169) (55%, 36%, 66%)

RGB channels and saturation

R 141 of 255 = 55%
G 93 of 255 = 36%
B 169 of 255 = 66%

141
93
169

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

Portions of RGB colors in percentages

R + G + B = 141 + 93 + 169 = 403 (100%)
R 141 of 403 ~ 34.99%
G 93 of 403 ~ 23.08%
B 169 of 403 ~ 41.94'%

%34.99
%23.08
%41.94

CMYK color model

#8D5DA9 color CMYK value is (17,45,0,34).

  • cyan value is 16.57%
  • magenta value is 44.97%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (17,45,0,34)
C17M45Y0K34 (17%, 45%, 0%, 34%)
(0.17 / 0.45 / 0.00 / 0.34)

CMYK percentages

%16.57
%44.97
%0
%33.73

Codes

Color #8D5DA9 in popluar color models

8D 5D A9
RGB 141 93 169
HSL 278° 30.65% 51.37%
HSB/HSV 278° 44.97% 66.27%
CMYK 16.57% 44.97% 0.00%
33.73%

Color #8D5DA9 in popluar number systems.

HEX 8D 5D A9
Decimal 141 93 169
Binary 10001101 1011101 10101001
Octal 215 135 251

Shades and tints

Shades of #8D5DA9

#8D5DA9
(141,93,169)
#81559A
(129,85,154)
#754D8B
(117,77,139)
#69457C
(105,69,124)
#5D3D6D
(93,61,109)
#51355E
(81,53,94)
#452D4F
(69,45,79)
#392540
(57,37,64)
#2D1D31
(45,29,49)
#211522
(33,21,34)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #8D5DA9

#8D5DA9
(141,93,169)
#976BB0
(151,107,176)
#A179B7
(161,121,183)
#AB87BE
(171,135,190)
#B595C5
(181,149,197)
#BFA3CC
(191,163,204)
#C9B1D3
(201,177,211)
#D3BFDA
(211,191,218)
#DDCDE1
(221,205,225)
#E7DBE8
(231,219,232)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5DA9 color. Also use rgb(141,93,169) instead hex code.

Text Font Color

.myTextColor { color: #8D5DA9; }

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

This text font color is #8D5DA9.

Background Color

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

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

This div background color is #8D5DA9.

Border color

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

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

This div border color is #8D5DA9.

Opacity

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

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

Text with #8D5DA9 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 #8D5DA9;}

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

This text has shadow with #8D5DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5DA9.

Preview

Color preview on black background

This text has color #8D5DA9 on black background.


Color preview on white background

This text has color #8D5DA9 on white background.


Black color preview on #8D5DA9 background

This text has black color on #8D5DA9 background.


White color preview on #8D5DA9 background

This text has white color on #8D5DA9 background.


Related colors

Complementary color

Complementary color for #hex is #72A256.


I love getcolorcode.com

Triadic colors

1 #A98D5D and #5DA98D with #8D5DA9 are triadic colors.

2 #A95D8D and #5D8DA9 with #8D5DA9 are triadic colors.