COLOR #8E3388

HEX: #8E3388
RGB: (142,51,136)

Color info

#8E3388 contains mainly red and blue colors. Web safe color of #8E3388 is #993399 (or #939).

RGB color model

#8E3388 color RGB value is (142,51,136).

  • red value is 142;
  • green value is 51;
  • blue value is 136.
RGB:
(142,51,136)
(56%,20%,53%)

RGB channels and saturation

R 142 of 255 = 56%
G 51 of 255 = 20%
B 136 of 255 = 53%

142
51
136

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

Portions of RGB colors in percentages

R + G + B =
142 + 51 + 136 = 329 (100%)
R 142 of 329 ~ 43.16%
G 51 of 329 ~ 15.5%
B 136 of 329 ~ 41.34%

%43.16
%15.5
%41.34

CMYK color model

#8E3388 color CMYK value is (0,64,4,44).

  • cyan value is 0.00%
  • magenta value is 64.08%
  • yellow value is 4.23%
  • key color value is 44.31%
CMYK:
(0,64,4,44)
C0M64Y4K44 
(0%,64%,4%,44%)
(0.00/0.64/0.04/0.44)	

CMYK percentages

%0
%64.08
%4.23
%44.31

Codes

Color #8E3388 in popluar color models

8E3388
RGB14251136
HSL304°47.15%37.84%
HSB/HSV304°64.08%55.69%
CMYK0.00%64.08%4.23%
44.31%

Color #8E3388 in popluar number systems.

HEX8E3388
Decimal14251136
Binary1000111011001110001000
Octal21663210

Shades and tints

Shades of #8E3388

#8E3388
(142,51,136)
#822F7C
(130,47,124)
#762B70
(118,43,112)
#6A2764
(106,39,100)
#5E2358
(94,35,88)
#521F4C
(82,31,76)
#461B40
(70,27,64)
#3A1734
(58,23,52)
#2E1328
(46,19,40)
#220F1C
(34,15,28)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #8E3388

#8E3388
(142,51,136)
#984592
(152,69,146)
#A2579C
(162,87,156)
#AC69A6
(172,105,166)
#B67BB0
(182,123,176)
#C08DBA
(192,141,186)
#CA9FC4
(202,159,196)
#D4B1CE
(212,177,206)
#DEC3D8
(222,195,216)
#E8D5E2
(232,213,226)
#F2E7EC
(242,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3388 color. Also use rgb(142,51,136) instead hex code.

Text Font Color

.myTextColor { color: #8E3388; }

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

This text font color is #8E3388.


Background Color

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

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

This div background color is #8E3388.


Border color

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

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

This div border color is #8E3388.


Opacity

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

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

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

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

This text has shadow with #8E3388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3388 on black background.


Color preview on white background

This text has color #8E3388 on white background.



Black color preview on #8E3388 background

This text has black color on #8E3388 background.


White color preview on #8E3388 background

This text has white color on #8E3388 background.