COLOR #8E72BF

HEX: #8E72BF
RGB: (142,114,191)

Color info

#8E72BF contains mainly red and blue colors. Web safe color of #8E72BF is #9966CC (or #96C).

RGB color model

#8E72BF color RGB value is (142,114,191).

  • red value is 142;
  • green value is 114;
  • blue value is 191.
RGB:
(142,114,191)
(56%,45%,75%)

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 191 of 255 = 75%

142
114
191

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

Portions of RGB colors in percentages

R + G + B =
142 + 114 + 191 = 447 (100%)
R 142 of 447 ~ 31.77%
G 114 of 447 ~ 25.5%
B 191 of 447 ~ 42.73%

%31.77
%25.5
%42.73

CMYK color model

#8E72BF color CMYK value is (26,40,0,25).

  • cyan value is 25.65%
  • magenta value is 40.31%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(26,40,0,25)
C26M40Y0K25 
(26%,40%,0%,25%)
(0.26/0.40/0.00/0.25)	

CMYK percentages

%25.65
%40.31
%0
%25.1

Codes

Color #8E72BF in popluar color models

8E72BF
RGB142114191
HSL262°37.56%59.80%
HSB/HSV262°40.31%74.90%
CMYK25.65%40.31%0.00%
25.10%

Color #8E72BF in popluar number systems.

HEX8E72BF
Decimal142114191
Binary10001110111001010111111
Octal216162277

Shades and tints

Shades of #8E72BF

#8E72BF
(142,114,191)
#8268AE
(130,104,174)
#765E9D
(118,94,157)
#6A548C
(106,84,140)
#5E4A7B
(94,74,123)
#52406A
(82,64,106)
#463659
(70,54,89)
#3A2C48
(58,44,72)
#2E2237
(46,34,55)
#221826
(34,24,38)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #8E72BF

#8E72BF
(142,114,191)
#987EC4
(152,126,196)
#A28AC9
(162,138,201)
#AC96CE
(172,150,206)
#B6A2D3
(182,162,211)
#C0AED8
(192,174,216)
#CABADD
(202,186,221)
#D4C6E2
(212,198,226)
#DED2E7
(222,210,231)
#E8DEEC
(232,222,236)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E72BF color. Also use rgb(142,114,191) instead hex code.

Text Font Color

.myTextColor { color: #8E72BF; }

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

This text font color is #8E72BF.


Background Color

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

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

This div background color is #8E72BF.


Border color

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

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

This div border color is #8E72BF.


Opacity

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

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

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

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

This text has shadow with #8E72BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E72BF on black background.


Color preview on white background

This text has color #8E72BF on white background.



Black color preview on #8E72BF background

This text has black color on #8E72BF background.


White color preview on #8E72BF background

This text has white color on #8E72BF background.