COLOR #8D70B1

HEX: #8D70B1
RGB: (141,112,177)

Color info

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

RGB color model

#8D70B1 color RGB value is (141,112,177).

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

RGB channels and saturation

R 141 of 255 = 55%
G 112 of 255 = 44%
B 177 of 255 = 69%

141
112
177

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

Portions of RGB colors in percentages

R + G + B =
141 + 112 + 177 = 430 (100%)
R 141 of 430 ~ 32.79%
G 112 of 430 ~ 26.05%
B 177 of 430 ~ 41.16%

%32.79
%26.05
%41.16

CMYK color model

#8D70B1 color CMYK value is (20,37,0,31).

  • cyan value is 20.34%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(20,37,0,31)
C20M37Y0K31 
(20%,37%,0%,31%)
(0.20/0.37/0.00/0.31)	

CMYK percentages

%20.34
%36.72
%0
%30.59

Codes

Color #8D70B1 in popluar color models

8D70B1
RGB141112177
HSL267°29.41%56.67%
HSB/HSV267°36.72%69.41%
CMYK20.34%36.72%0.00%
30.59%

Color #8D70B1 in popluar number systems.

HEX8D70B1
Decimal141112177
Binary10001101111000010110001
Octal215160261

Shades and tints

Shades of #8D70B1

#8D70B1
(141,112,177)
#8166A1
(129,102,161)
#755C91
(117,92,145)
#695281
(105,82,129)
#5D4871
(93,72,113)
#513E61
(81,62,97)
#453451
(69,52,81)
#392A41
(57,42,65)
#2D2031
(45,32,49)
#211621
(33,22,33)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #8D70B1

#8D70B1
(141,112,177)
#977DB8
(151,125,184)
#A18ABF
(161,138,191)
#AB97C6
(171,151,198)
#B5A4CD
(181,164,205)
#BFB1D4
(191,177,212)
#C9BEDB
(201,190,219)
#D3CBE2
(211,203,226)
#DDD8E9
(221,216,233)
#E7E5F0
(231,229,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D70B1; }

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

This text font color is #8D70B1.


Background Color

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

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

This div background color is #8D70B1.


Border color

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

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

This div border color is #8D70B1.


Opacity

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

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

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

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

This text has shadow with #8D70B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D70B1 on black background.


Color preview on white background

This text has color #8D70B1 on white background.



Black color preview on #8D70B1 background

This text has black color on #8D70B1 background.


White color preview on #8D70B1 background

This text has white color on #8D70B1 background.