COLOR #8E16A7

HEX: #8E16A7
RGB: (142,22,167)

Color info

#8E16A7 contains mainly red and blue colors. Web safe color of #8E16A7 is #990099 (or #909).

RGB color model

#8E16A7 color RGB value is (142,22,167).

  • red value is 142;
  • green value is 22;
  • blue value is 167.
RGB:
(142,22,167)
(56%,9%,65%)

RGB channels and saturation

R 142 of 255 = 56%
G 22 of 255 = 9%
B 167 of 255 = 65%

142
22
167

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

Portions of RGB colors in percentages

R + G + B =
142 + 22 + 167 = 331 (100%)
R 142 of 331 ~ 42.9%
G 22 of 331 ~ 6.65%
B 167 of 331 ~ 50.45%

%42.9
%50.45

CMYK color model

#8E16A7 color CMYK value is (15,87,0,35).

  • cyan value is 14.97%
  • magenta value is 86.83%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(15,87,0,35)
C15M87Y0K35 
(15%,87%,0%,35%)
(0.15/0.87/0.00/0.35)	

CMYK percentages

%14.97
%86.83
%0
%34.51

Codes

Color #8E16A7 in popluar color models

8E16A7
RGB14222167
HSL290°76.72%37.06%
HSB/HSV290°86.83%65.49%
CMYK14.97%86.83%0.00%
34.51%

Color #8E16A7 in popluar number systems.

HEX8E16A7
Decimal14222167
Binary100011101011010100111
Octal21626247

Shades and tints

Shades of #8E16A7

#8E16A7
(142,22,167)
#821498
(130,20,152)
#761289
(118,18,137)
#6A107A
(106,16,122)
#5E0E6B
(94,14,107)
#520C5C
(82,12,92)
#460A4D
(70,10,77)
#3A083E
(58,8,62)
#2E062F
(46,6,47)
#220420
(34,4,32)
#160211
(22,2,17)
#000000
(0,0,0)

Tints of #8E16A7

#8E16A7
(142,22,167)
#982BAF
(152,43,175)
#A240B7
(162,64,183)
#AC55BF
(172,85,191)
#B66AC7
(182,106,199)
#C07FCF
(192,127,207)
#CA94D7
(202,148,215)
#D4A9DF
(212,169,223)
#DEBEE7
(222,190,231)
#E8D3EF
(232,211,239)
#F2E8F7
(242,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E16A7 color. Also use rgb(142,22,167) instead hex code.

Text Font Color

.myTextColor { color: #8E16A7; }

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

This text font color is #8E16A7.


Background Color

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

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

This div background color is #8E16A7.


Border color

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

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

This div border color is #8E16A7.


Opacity

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

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

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

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

This text has shadow with #8E16A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E16A7 on black background.


Color preview on white background

This text has color #8E16A7 on white background.



Black color preview on #8E16A7 background

This text has black color on #8E16A7 background.


White color preview on #8E16A7 background

This text has white color on #8E16A7 background.