COLOR #8D70C8

HEX: #8D70C8
RGB: (141,112,200)

Color info

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

RGB color model

#8D70C8 color RGB value is (141,112,200).

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

RGB channels and saturation

R 141 of 255 = 55%
G 112 of 255 = 44%
B 200 of 255 = 78%

141
112
200

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

Portions of RGB colors in percentages

R + G + B =
141 + 112 + 200 = 453 (100%)
R 141 of 453 ~ 31.13%
G 112 of 453 ~ 24.72%
B 200 of 453 ~ 44.15%

%31.13
%24.72
%44.15

CMYK color model

#8D70C8 color CMYK value is (30,44,0,22).

  • cyan value is 29.50%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(30,44,0,22)
C30M44Y0K22 
(30%,44%,0%,22%)
(0.30/0.44/0.00/0.22)	

CMYK percentages

%29.5
%44
%0
%21.57

Codes

Color #8D70C8 in popluar color models

8D70C8
RGB141112200
HSL260°44.44%61.18%
HSB/HSV260°44.00%78.43%
CMYK29.50%44.00%0.00%
21.57%

Color #8D70C8 in popluar number systems.

HEX8D70C8
Decimal141112200
Binary10001101111000011001000
Octal215160310

Shades and tints

Shades of #8D70C8

#8D70C8
(141,112,200)
#8166B6
(129,102,182)
#755CA4
(117,92,164)
#695292
(105,82,146)
#5D4880
(93,72,128)
#513E6E
(81,62,110)
#45345C
(69,52,92)
#392A4A
(57,42,74)
#2D2038
(45,32,56)
#211626
(33,22,38)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #8D70C8

#8D70C8
(141,112,200)
#977DCD
(151,125,205)
#A18AD2
(161,138,210)
#AB97D7
(171,151,215)
#B5A4DC
(181,164,220)
#BFB1E1
(191,177,225)
#C9BEE6
(201,190,230)
#D3CBEB
(211,203,235)
#DDD8F0
(221,216,240)
#E7E5F5
(231,229,245)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D70C8; }

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

This text font color is #8D70C8.


Background Color

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

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

This div background color is #8D70C8.


Border color

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

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

This div border color is #8D70C8.


Opacity

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

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

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

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

This text has shadow with #8D70C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D70C8 on black background.


Color preview on white background

This text has color #8D70C8 on white background.



Black color preview on #8D70C8 background

This text has black color on #8D70C8 background.


White color preview on #8D70C8 background

This text has white color on #8D70C8 background.