COLOR #8D68B1

HEX: #8D68B1
RGB: (141,104,177)

Color info

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

RGB color model

#8D68B1 color RGB value is (141,104,177).

  • red value is 141;
  • green value is 104;
  • blue value is 177.
RGB:
(141,104,177)
(55%,41%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 104 of 255 = 41%
B 177 of 255 = 69%

141
104
177

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

Portions of RGB colors in percentages

R + G + B =
141 + 104 + 177 = 422 (100%)
R 141 of 422 ~ 33.41%
G 104 of 422 ~ 24.64%
B 177 of 422 ~ 41.94%

%33.41
%24.64
%41.94

CMYK color model

#8D68B1 color CMYK value is (20,41,0,31).

  • cyan value is 20.34%
  • magenta value is 41.24%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(20,41,0,31)
C20M41Y0K31 
(20%,41%,0%,31%)
(0.20/0.41/0.00/0.31)	

CMYK percentages

%20.34
%41.24
%0
%30.59

Codes

Color #8D68B1 in popluar color models

8D68B1
RGB141104177
HSL270°31.88%55.10%
HSB/HSV270°41.24%69.41%
CMYK20.34%41.24%0.00%
30.59%

Color #8D68B1 in popluar number systems.

HEX8D68B1
Decimal141104177
Binary10001101110100010110001
Octal215150261

Shades and tints

Shades of #8D68B1

#8D68B1
(141,104,177)
#815FA1
(129,95,161)
#755691
(117,86,145)
#694D81
(105,77,129)
#5D4471
(93,68,113)
#513B61
(81,59,97)
#453251
(69,50,81)
#392941
(57,41,65)
#2D2031
(45,32,49)
#211721
(33,23,33)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #8D68B1

#8D68B1
(141,104,177)
#9775B8
(151,117,184)
#A182BF
(161,130,191)
#AB8FC6
(171,143,198)
#B59CCD
(181,156,205)
#BFA9D4
(191,169,212)
#C9B6DB
(201,182,219)
#D3C3E2
(211,195,226)
#DDD0E9
(221,208,233)
#E7DDF0
(231,221,240)
#F1EAF7
(241,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D68B1 color. Also use rgb(141,104,177) instead hex code.

Text Font Color

.myTextColor { color: #8D68B1; }

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

This text font color is #8D68B1.


Background Color

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

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

This div background color is #8D68B1.


Border color

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

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

This div border color is #8D68B1.


Opacity

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

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

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

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

This text has shadow with #8D68B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D68B1 on black background.


Color preview on white background

This text has color #8D68B1 on white background.



Black color preview on #8D68B1 background

This text has black color on #8D68B1 background.


White color preview on #8D68B1 background

This text has white color on #8D68B1 background.