COLOR #8D64B3

HEX: #8D64B3
RGB: (141,100,179)

Color info

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

RGB color model

#8D64B3 color RGB value is (141,100,179).

  • red value is 141;
  • green value is 100;
  • blue value is 179.
RGB:
(141,100,179)
(55%,39%,70%)

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 179 of 255 = 70%

141
100
179

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 179 = 420 (100%)
R 141 of 420 ~ 33.57%
G 100 of 420 ~ 23.81%
B 179 of 420 ~ 42.62%

%33.57
%23.81
%42.62

CMYK color model

#8D64B3 color CMYK value is (21,44,0,30).

  • cyan value is 21.23%
  • magenta value is 44.13%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(21,44,0,30)
C21M44Y0K30 
(21%,44%,0%,30%)
(0.21/0.44/0.00/0.30)	

CMYK percentages

%21.23
%44.13
%0
%29.8

Codes

Color #8D64B3 in popluar color models

8D64B3
RGB141100179
HSL271°34.20%54.71%
HSB/HSV271°44.13%70.20%
CMYK21.23%44.13%0.00%
29.80%

Color #8D64B3 in popluar number systems.

HEX8D64B3
Decimal141100179
Binary10001101110010010110011
Octal215144263

Shades and tints

Shades of #8D64B3

#8D64B3
(141,100,179)
#815BA3
(129,91,163)
#755293
(117,82,147)
#694983
(105,73,131)
#5D4073
(93,64,115)
#513763
(81,55,99)
#452E53
(69,46,83)
#392543
(57,37,67)
#2D1C33
(45,28,51)
#211323
(33,19,35)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #8D64B3

#8D64B3
(141,100,179)
#9772B9
(151,114,185)
#A180BF
(161,128,191)
#AB8EC5
(171,142,197)
#B59CCB
(181,156,203)
#BFAAD1
(191,170,209)
#C9B8D7
(201,184,215)
#D3C6DD
(211,198,221)
#DDD4E3
(221,212,227)
#E7E2E9
(231,226,233)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D64B3; }

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

This text font color is #8D64B3.


Background Color

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

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

This div background color is #8D64B3.


Border color

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

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

This div border color is #8D64B3.


Opacity

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

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

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

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

This text has shadow with #8D64B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D64B3 on black background.


Color preview on white background

This text has color #8D64B3 on white background.



Black color preview on #8D64B3 background

This text has black color on #8D64B3 background.


White color preview on #8D64B3 background

This text has white color on #8D64B3 background.