COLOR #8E29C2

HEX: #8E29C2 RGB: (142,41,194)

Color info

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

RGB color model

#8E29C2 color RGB value is (142,41,194).

RGB: (142,41,194) (56%, 16%, 76%)

RGB channels and saturation

R 142 of 255 = 56%
G 41 of 255 = 16%
B 194 of 255 = 76%

142
41
194

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

Portions of RGB colors in percentages

R + G + B = 142 + 41 + 194 = 377 (100%)
R 142 of 377 ~ 37.67%
G 41 of 377 ~ 10.88%
B 194 of 377 ~ 51.46'%

%37.67
%10.88
%51.46

CMYK color model

#8E29C2 color CMYK value is (27,79,0,24).

  • cyan value is 26.80%
  • magenta value is 78.87%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (27,79,0,24)
C27M79Y0K24 (27%, 79%, 0%, 24%)
(0.27 / 0.79 / 0.00 / 0.24)

CMYK percentages

%26.8
%78.87
%0
%23.92

Codes

Color #8E29C2 in popluar color models

8E 29 C2
RGB 142 41 194
HSL 280° 65.11% 46.08%
HSB/HSV 280° 78.87% 76.08%
CMYK 26.80% 78.87% 0.00%
23.92%

Color #8E29C2 in popluar number systems.

HEX 8E 29 C2
Decimal 142 41 194
Binary 10001110 101001 11000010
Octal 216 51 302

Shades and tints

Shades of #8E29C2

#8E29C2
(142,41,194)
#8226B1
(130,38,177)
#7623A0
(118,35,160)
#6A208F
(106,32,143)
#5E1D7E
(94,29,126)
#521A6D
(82,26,109)
#46175C
(70,23,92)
#3A144B
(58,20,75)
#2E113A
(46,17,58)
#220E29
(34,14,41)
#160B18
(22,11,24)
#000000
(0,0,0)

Tints of #8E29C2

#8E29C2
(142,41,194)
#983CC7
(152,60,199)
#A24FCC
(162,79,204)
#AC62D1
(172,98,209)
#B675D6
(182,117,214)
#C088DB
(192,136,219)
#CA9BE0
(202,155,224)
#D4AEE5
(212,174,229)
#DEC1EA
(222,193,234)
#E8D4EF
(232,212,239)
#F2E7F4
(242,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E29C2; }

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

This text font color is #8E29C2.

Background Color

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

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

This div background color is #8E29C2.

Border color

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

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

This div border color is #8E29C2.

Opacity

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

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

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

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

This text has shadow with #8E29C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E29C2.

Preview

Color preview on black background

This text has color #8E29C2 on black background.


Color preview on white background

This text has color #8E29C2 on white background.


Black color preview on #8E29C2 background

This text has black color on #8E29C2 background.


White color preview on #8E29C2 background

This text has white color on #8E29C2 background.


Related colors

Complementary color

Complementary color for #hex is #71D63D.


I love getcolorcode.com

Triadic colors

1 #C28E29 and #29C28E with #8E29C2 are triadic colors.

2 #C2298E and #298EC2 with #8E29C2 are triadic colors.