COLOR #8D70B4

HEX: #8D70B4
RGB: (141,112,180)

Color info

#8D70B4 contains mainly red and blue colors. Web safe color of #8D70B4 is #9966CC (or #96C).

RGB color model

#8D70B4 color RGB value is (141,112,180).

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

RGB channels and saturation

R 141 of 255 = 55%
G 112 of 255 = 44%
B 180 of 255 = 71%

141
112
180

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

Portions of RGB colors in percentages

R + G + B =
141 + 112 + 180 = 433 (100%)
R 141 of 433 ~ 32.56%
G 112 of 433 ~ 25.87%
B 180 of 433 ~ 41.57%

%32.56
%25.87
%41.57

CMYK color model

#8D70B4 color CMYK value is (22,38,0,29).

  • cyan value is 21.67%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(22,38,0,29)
C22M38Y0K29 
(22%,38%,0%,29%)
(0.22/0.38/0.00/0.29)	

CMYK percentages

%21.67
%37.78
%0
%29.41

Codes

Color #8D70B4 in popluar color models

8D70B4
RGB141112180
HSL266°31.19%57.25%
HSB/HSV266°37.78%70.59%
CMYK21.67%37.78%0.00%
29.41%

Color #8D70B4 in popluar number systems.

HEX8D70B4
Decimal141112180
Binary10001101111000010110100
Octal215160264

Shades and tints

Shades of #8D70B4

#8D70B4
(141,112,180)
#8166A4
(129,102,164)
#755C94
(117,92,148)
#695284
(105,82,132)
#5D4874
(93,72,116)
#513E64
(81,62,100)
#453454
(69,52,84)
#392A44
(57,42,68)
#2D2034
(45,32,52)
#211624
(33,22,36)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #8D70B4

#8D70B4
(141,112,180)
#977DBA
(151,125,186)
#A18AC0
(161,138,192)
#AB97C6
(171,151,198)
#B5A4CC
(181,164,204)
#BFB1D2
(191,177,210)
#C9BED8
(201,190,216)
#D3CBDE
(211,203,222)
#DDD8E4
(221,216,228)
#E7E5EA
(231,229,234)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D70B4; }

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

This text font color is #8D70B4.


Background Color

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

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

This div background color is #8D70B4.


Border color

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

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

This div border color is #8D70B4.


Opacity

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

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

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

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

This text has shadow with #8D70B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D70B4 on black background.


Color preview on white background

This text has color #8D70B4 on white background.



Black color preview on #8D70B4 background

This text has black color on #8D70B4 background.


White color preview on #8D70B4 background

This text has white color on #8D70B4 background.