COLOR #8E37C1

HEX: #8E37C1
RGB: (142,55,193)

Color info

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

RGB color model

#8E37C1 color RGB value is (142,55,193).

  • red value is 142;
  • green value is 55;
  • blue value is 193.
RGB:
(142,55,193)
(56%,22%,76%)

RGB channels and saturation

R 142 of 255 = 56%
G 55 of 255 = 22%
B 193 of 255 = 76%

142
55
193

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

Portions of RGB colors in percentages

R + G + B =
142 + 55 + 193 = 390 (100%)
R 142 of 390 ~ 36.41%
G 55 of 390 ~ 14.1%
B 193 of 390 ~ 49.49%

%36.41
%14.1
%49.49

CMYK color model

#8E37C1 color CMYK value is (26,72,0,24).

  • cyan value is 26.42%
  • magenta value is 71.50%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,72,0,24)
C26M72Y0K24 
(26%,72%,0%,24%)
(0.26/0.72/0.00/0.24)	

CMYK percentages

%26.42
%71.5
%0
%24.31

Codes

Color #8E37C1 in popluar color models

8E37C1
RGB14255193
HSL278°55.65%48.63%
HSB/HSV278°71.50%75.69%
CMYK26.42%71.50%0.00%
24.31%

Color #8E37C1 in popluar number systems.

HEX8E37C1
Decimal14255193
Binary1000111011011111000001
Octal21667301

Shades and tints

Shades of #8E37C1

#8E37C1
(142,55,193)
#8232B0
(130,50,176)
#762D9F
(118,45,159)
#6A288E
(106,40,142)
#5E237D
(94,35,125)
#521E6C
(82,30,108)
#46195B
(70,25,91)
#3A144A
(58,20,74)
#2E0F39
(46,15,57)
#220A28
(34,10,40)
#160517
(22,5,23)
#000000
(0,0,0)

Tints of #8E37C1

#8E37C1
(142,55,193)
#9849C6
(152,73,198)
#A25BCB
(162,91,203)
#AC6DD0
(172,109,208)
#B67FD5
(182,127,213)
#C091DA
(192,145,218)
#CAA3DF
(202,163,223)
#D4B5E4
(212,181,228)
#DEC7E9
(222,199,233)
#E8D9EE
(232,217,238)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E37C1 color. Also use rgb(142,55,193) instead hex code.

Text Font Color

.myTextColor { color: #8E37C1; }

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

This text font color is #8E37C1.


Background Color

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

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

This div background color is #8E37C1.


Border color

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

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

This div border color is #8E37C1.


Opacity

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

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

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

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

This text has shadow with #8E37C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E37C1 on black background.


Color preview on white background

This text has color #8E37C1 on white background.



Black color preview on #8E37C1 background

This text has black color on #8E37C1 background.


White color preview on #8E37C1 background

This text has white color on #8E37C1 background.