COLOR #8E53AF

HEX: #8E53AF
RGB: (142,83,175)

Color info

#8E53AF contains mainly red and blue colors. Web safe color of #8E53AF is #996699 (or #969).

RGB color model

#8E53AF color RGB value is (142,83,175).

  • red value is 142;
  • green value is 83;
  • blue value is 175.
RGB:
(142,83,175)
(56%,33%,69%)

RGB channels and saturation

R 142 of 255 = 56%
G 83 of 255 = 33%
B 175 of 255 = 69%

142
83
175

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

Portions of RGB colors in percentages

R + G + B =
142 + 83 + 175 = 400 (100%)
R 142 of 400 ~ 35.5%
G 83 of 400 ~ 20.75%
B 175 of 400 ~ 43.75%

%35.5
%20.75
%43.75

CMYK color model

#8E53AF color CMYK value is (19,53,0,31).

  • cyan value is 18.86%
  • magenta value is 52.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(19,53,0,31)
C19M53Y0K31 
(19%,53%,0%,31%)
(0.19/0.53/0.00/0.31)	

CMYK percentages

%18.86
%52.57
%0
%31.37

Codes

Color #8E53AF in popluar color models

8E53AF
RGB14283175
HSL278°36.51%50.59%
HSB/HSV278°52.57%68.63%
CMYK18.86%52.57%0.00%
31.37%

Color #8E53AF in popluar number systems.

HEX8E53AF
Decimal14283175
Binary10001110101001110101111
Octal216123257

Shades and tints

Shades of #8E53AF

#8E53AF
(142,83,175)
#824CA0
(130,76,160)
#764591
(118,69,145)
#6A3E82
(106,62,130)
#5E3773
(94,55,115)
#523064
(82,48,100)
#462955
(70,41,85)
#3A2246
(58,34,70)
#2E1B37
(46,27,55)
#221428
(34,20,40)
#160D19
(22,13,25)
#000000
(0,0,0)

Tints of #8E53AF

#8E53AF
(142,83,175)
#9862B6
(152,98,182)
#A271BD
(162,113,189)
#AC80C4
(172,128,196)
#B68FCB
(182,143,203)
#C09ED2
(192,158,210)
#CAADD9
(202,173,217)
#D4BCE0
(212,188,224)
#DECBE7
(222,203,231)
#E8DAEE
(232,218,238)
#F2E9F5
(242,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E53AF color. Also use rgb(142,83,175) instead hex code.

Text Font Color

.myTextColor { color: #8E53AF; }

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

This text font color is #8E53AF.


Background Color

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

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

This div background color is #8E53AF.


Border color

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

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

This div border color is #8E53AF.


Opacity

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

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

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

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

This text has shadow with #8E53AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E53AF on black background.


Color preview on white background

This text has color #8E53AF on white background.



Black color preview on #8E53AF background

This text has black color on #8E53AF background.


White color preview on #8E53AF background

This text has white color on #8E53AF background.