COLOR #8E29CD

HEX: #8E29CD RGB: (142,41,205)

Color info

#8E29CD contains mainly blue color. Web safe color of #8E29CD is #9933CC (or #93C).

RGB color model

#8E29CD color RGB value is (142,41,205).

RGB: (142,41,205) (56%, 16%, 80%)

RGB channels and saturation

R 142 of 255 = 56%
G 41 of 255 = 16%
B 205 of 255 = 80%

142
41
205

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

Portions of RGB colors in percentages

R + G + B = 142 + 41 + 205 = 388 (100%)
R 142 of 388 ~ 36.6%
G 41 of 388 ~ 10.57%
B 205 of 388 ~ 52.84'%

%36.6
%10.57
%52.84

CMYK color model

#8E29CD color CMYK value is (31,80,0,20).

  • cyan value is 30.73%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (31,80,0,20)
C31M80Y0K20 (31%, 80%, 0%, 20%)
(0.31 / 0.80 / 0.00 / 0.20)

CMYK percentages

%30.73
%80
%0
%19.61

Codes

Color #8E29CD in popluar color models

8E 29 CD
RGB 142 41 205
HSL 277° 66.67% 48.24%
HSB/HSV 277° 80.00% 80.39%
CMYK 30.73% 80.00% 0.00%
19.61%

Color #8E29CD in popluar number systems.

HEX 8E 29 CD
Decimal 142 41 205
Binary 10001110 101001 11001101
Octal 216 51 315

Shades and tints

Shades of #8E29CD

#8E29CD
(142,41,205)
#8226BB
(130,38,187)
#7623A9
(118,35,169)
#6A2097
(106,32,151)
#5E1D85
(94,29,133)
#521A73
(82,26,115)
#461761
(70,23,97)
#3A144F
(58,20,79)
#2E113D
(46,17,61)
#220E2B
(34,14,43)
#160B19
(22,11,25)
#000000
(0,0,0)

Tints of #8E29CD

#8E29CD
(142,41,205)
#983CD1
(152,60,209)
#A24FD5
(162,79,213)
#AC62D9
(172,98,217)
#B675DD
(182,117,221)
#C088E1
(192,136,225)
#CA9BE5
(202,155,229)
#D4AEE9
(212,174,233)
#DEC1ED
(222,193,237)
#E8D4F1
(232,212,241)
#F2E7F5
(242,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E29CD color. Also use rgb(142,41,205) instead hex code.

Text Font Color

.myTextColor { color: #8E29CD; }

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

This text font color is #8E29CD.

Background Color

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

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

This div background color is #8E29CD.

Border color

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

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

This div border color is #8E29CD.

Opacity

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

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

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

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

This text has shadow with #8E29CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E29CD.

Preview

Color preview on black background

This text has color #8E29CD on black background.


Color preview on white background

This text has color #8E29CD on white background.


Black color preview on #8E29CD background

This text has black color on #8E29CD background.


White color preview on #8E29CD background

This text has white color on #8E29CD background.


Related colors

Complementary color

Complementary color for #hex is #71D632.


I love getcolorcode.com

Triadic colors

1 #CD8E29 and #29CD8E with #8E29CD are triadic colors.

2 #CD298E and #298ECD with #8E29CD are triadic colors.