COLOR #8D64AB

HEX: #8D64AB RGB: (141,100,171)

Color info

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

RGB color model

#8D64AB color RGB value is (141,100,171).

RGB: (141,100,171) (55%, 39%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 171 of 255 = 67%

141
100
171

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

Portions of RGB colors in percentages

R + G + B = 141 + 100 + 171 = 412 (100%)
R 141 of 412 ~ 34.22%
G 100 of 412 ~ 24.27%
B 171 of 412 ~ 41.5'%

%34.22
%24.27
%41.5

CMYK color model

#8D64AB color CMYK value is (18,42,0,33).

  • cyan value is 17.54%
  • magenta value is 41.52%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (18,42,0,33)
C18M42Y0K33 (18%, 42%, 0%, 33%)
(0.18 / 0.42 / 0.00 / 0.33)

CMYK percentages

%17.54
%41.52
%0
%32.94

Codes

Color #8D64AB in popluar color models

8D 64 AB
RGB 141 100 171
HSL 275° 29.71% 53.14%
HSB/HSV 275° 41.52% 67.06%
CMYK 17.54% 41.52% 0.00%
32.94%

Color #8D64AB in popluar number systems.

HEX 8D 64 AB
Decimal 141 100 171
Binary 10001101 1100100 10101011
Octal 215 144 253

Shades and tints

Shades of #8D64AB

#8D64AB
(141,100,171)
#815B9C
(129,91,156)
#75528D
(117,82,141)
#69497E
(105,73,126)
#5D406F
(93,64,111)
#513760
(81,55,96)
#452E51
(69,46,81)
#392542
(57,37,66)
#2D1C33
(45,28,51)
#211324
(33,19,36)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #8D64AB

#8D64AB
(141,100,171)
#9772B2
(151,114,178)
#A180B9
(161,128,185)
#AB8EC0
(171,142,192)
#B59CC7
(181,156,199)
#BFAACE
(191,170,206)
#C9B8D5
(201,184,213)
#D3C6DC
(211,198,220)
#DDD4E3
(221,212,227)
#E7E2EA
(231,226,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D64AB color. Also use rgb(141,100,171) instead hex code.

Text Font Color

.myTextColor { color: #8D64AB; }

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

This text font color is #8D64AB.

Background Color

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

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

This div background color is #8D64AB.

Border color

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

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

This div border color is #8D64AB.

Opacity

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

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

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

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

This text has shadow with #8D64AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D64AB.

Preview

Color preview on black background

This text has color #8D64AB on black background.


Color preview on white background

This text has color #8D64AB on white background.


Black color preview on #8D64AB background

This text has black color on #8D64AB background.


White color preview on #8D64AB background

This text has white color on #8D64AB background.


Related colors

Complementary color

Complementary color for #hex is #729B54.


I love getcolorcode.com

Triadic colors

1 #AB8D64 and #64AB8D with #8D64AB are triadic colors.

2 #AB648D and #648DAB with #8D64AB are triadic colors.