COLOR #8D44C8

HEX: #8D44C8
RGB: (141,68,200)

Color info

#8D44C8 contains mainly red and blue colors. Web safe color of #8D44C8 is #9933CC (or #93C).

RGB color model

#8D44C8 color RGB value is (141,68,200).

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

RGB channels and saturation

R 141 of 255 = 55%
G 68 of 255 = 27%
B 200 of 255 = 78%

141
68
200

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

Portions of RGB colors in percentages

R + G + B =
141 + 68 + 200 = 409 (100%)
R 141 of 409 ~ 34.47%
G 68 of 409 ~ 16.63%
B 200 of 409 ~ 48.9%

%34.47
%16.63
%48.9

CMYK color model

#8D44C8 color CMYK value is (30,66,0,22).

  • cyan value is 29.50%
  • magenta value is 66.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(30,66,0,22)
C30M66Y0K22 
(30%,66%,0%,22%)
(0.30/0.66/0.00/0.22)	

CMYK percentages

%29.5
%66
%0
%21.57

Codes

Color #8D44C8 in popluar color models

8D44C8
RGB14168200
HSL273°54.55%52.55%
HSB/HSV273°66.00%78.43%
CMYK29.50%66.00%0.00%
21.57%

Color #8D44C8 in popluar number systems.

HEX8D44C8
Decimal14168200
Binary10001101100010011001000
Octal215104310

Shades and tints

Shades of #8D44C8

#8D44C8
(141,68,200)
#813EB6
(129,62,182)
#7538A4
(117,56,164)
#693292
(105,50,146)
#5D2C80
(93,44,128)
#51266E
(81,38,110)
#45205C
(69,32,92)
#391A4A
(57,26,74)
#2D1438
(45,20,56)
#210E26
(33,14,38)
#150814
(21,8,20)
#000000
(0,0,0)

Tints of #8D44C8

#8D44C8
(141,68,200)
#9755CD
(151,85,205)
#A166D2
(161,102,210)
#AB77D7
(171,119,215)
#B588DC
(181,136,220)
#BF99E1
(191,153,225)
#C9AAE6
(201,170,230)
#D3BBEB
(211,187,235)
#DDCCF0
(221,204,240)
#E7DDF5
(231,221,245)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D44C8; }

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

This text font color is #8D44C8.


Background Color

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

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

This div background color is #8D44C8.


Border color

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

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

This div border color is #8D44C8.


Opacity

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

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

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

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

This text has shadow with #8D44C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D44C8 on black background.


Color preview on white background

This text has color #8D44C8 on white background.



Black color preview on #8D44C8 background

This text has black color on #8D44C8 background.


White color preview on #8D44C8 background

This text has white color on #8D44C8 background.