COLOR #8E74AB

HEX: #8E74AB
RGB: (142,116,171)

Color info

#8E74AB contains red, green and blue colors in about the same proportion. Web safe color of #8E74AB is #996699 (or #969).

RGB color model

#8E74AB color RGB value is (142,116,171).

  • red value is 142;
  • green value is 116;
  • blue value is 171.
RGB:
(142,116,171)
(56%,45%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 171 of 255 = 67%

142
116
171

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

Portions of RGB colors in percentages

R + G + B =
142 + 116 + 171 = 429 (100%)
R 142 of 429 ~ 33.1%
G 116 of 429 ~ 27.04%
B 171 of 429 ~ 39.86%

%33.1
%27.04
%39.86

CMYK color model

#8E74AB color CMYK value is (17,32,0,33).

  • cyan value is 16.96%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(17,32,0,33)
C17M32Y0K33 
(17%,32%,0%,33%)
(0.17/0.32/0.00/0.33)	

CMYK percentages

%16.96
%32.16
%0
%32.94

Codes

Color #8E74AB in popluar color models

8E74AB
RGB142116171
HSL268°24.66%56.27%
HSB/HSV268°32.16%67.06%
CMYK16.96%32.16%0.00%
32.94%

Color #8E74AB in popluar number systems.

HEX8E74AB
Decimal142116171
Binary10001110111010010101011
Octal216164253

Shades and tints

Shades of #8E74AB

#8E74AB
(142,116,171)
#826A9C
(130,106,156)
#76608D
(118,96,141)
#6A567E
(106,86,126)
#5E4C6F
(94,76,111)
#524260
(82,66,96)
#463851
(70,56,81)
#3A2E42
(58,46,66)
#2E2433
(46,36,51)
#221A24
(34,26,36)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #8E74AB

#8E74AB
(142,116,171)
#9880B2
(152,128,178)
#A28CB9
(162,140,185)
#AC98C0
(172,152,192)
#B6A4C7
(182,164,199)
#C0B0CE
(192,176,206)
#CABCD5
(202,188,213)
#D4C8DC
(212,200,220)
#DED4E3
(222,212,227)
#E8E0EA
(232,224,234)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E74AB color. Also use rgb(142,116,171) instead hex code.

Text Font Color

.myTextColor { color: #8E74AB; }

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

This text font color is #8E74AB.


Background Color

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

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

This div background color is #8E74AB.


Border color

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

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

This div border color is #8E74AB.


Opacity

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

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

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

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

This text has shadow with #8E74AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E74AB on black background.


Color preview on white background

This text has color #8E74AB on white background.



Black color preview on #8E74AB background

This text has black color on #8E74AB background.


White color preview on #8E74AB background

This text has white color on #8E74AB background.