COLOR #8D6EB0

HEX: #8D6EB0
RGB: (141,110,176)

Color info

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

RGB color model

#8D6EB0 color RGB value is (141,110,176).

  • red value is 141;
  • green value is 110;
  • blue value is 176.
RGB:
(141,110,176)
(55%,43%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 110 of 255 = 43%
B 176 of 255 = 69%

141
110
176

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

Portions of RGB colors in percentages

R + G + B =
141 + 110 + 176 = 427 (100%)
R 141 of 427 ~ 33.02%
G 110 of 427 ~ 25.76%
B 176 of 427 ~ 41.22%

%33.02
%25.76
%41.22

CMYK color model

#8D6EB0 color CMYK value is (20,38,0,31).

  • cyan value is 19.89%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(20,38,0,31)
C20M38Y0K31 
(20%,38%,0%,31%)
(0.20/0.38/0.00/0.31)	

CMYK percentages

%19.89
%37.5
%0
%30.98

Codes

Color #8D6EB0 in popluar color models

8D6EB0
RGB141110176
HSL268°29.46%56.08%
HSB/HSV268°37.50%69.02%
CMYK19.89%37.50%0.00%
30.98%

Color #8D6EB0 in popluar number systems.

HEX8D6EB0
Decimal141110176
Binary10001101110111010110000
Octal215156260

Shades and tints

Shades of #8D6EB0

#8D6EB0
(141,110,176)
#8164A0
(129,100,160)
#755A90
(117,90,144)
#695080
(105,80,128)
#5D4670
(93,70,112)
#513C60
(81,60,96)
#453250
(69,50,80)
#392840
(57,40,64)
#2D1E30
(45,30,48)
#211420
(33,20,32)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #8D6EB0

#8D6EB0
(141,110,176)
#977BB7
(151,123,183)
#A188BE
(161,136,190)
#AB95C5
(171,149,197)
#B5A2CC
(181,162,204)
#BFAFD3
(191,175,211)
#C9BCDA
(201,188,218)
#D3C9E1
(211,201,225)
#DDD6E8
(221,214,232)
#E7E3EF
(231,227,239)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6EB0 color. Also use rgb(141,110,176) instead hex code.

Text Font Color

.myTextColor { color: #8D6EB0; }

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

This text font color is #8D6EB0.


Background Color

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

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

This div background color is #8D6EB0.


Border color

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

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

This div border color is #8D6EB0.


Opacity

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

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

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

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

This text has shadow with #8D6EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6EB0 on black background.


Color preview on white background

This text has color #8D6EB0 on white background.



Black color preview on #8D6EB0 background

This text has black color on #8D6EB0 background.


White color preview on #8D6EB0 background

This text has white color on #8D6EB0 background.