COLOR #8E60BC

HEX: #8E60BC
RGB: (142,96,188)

Color info

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

RGB color model

#8E60BC color RGB value is (142,96,188).

  • red value is 142;
  • green value is 96;
  • blue value is 188.
RGB:
(142,96,188)
(56%,38%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 96 of 255 = 38%
B 188 of 255 = 74%

142
96
188

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

Portions of RGB colors in percentages

R + G + B =
142 + 96 + 188 = 426 (100%)
R 142 of 426 ~ 33.33%
G 96 of 426 ~ 22.54%
B 188 of 426 ~ 44.13%

%33.33
%22.54
%44.13

CMYK color model

#8E60BC color CMYK value is (24,49,0,26).

  • cyan value is 24.47%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,49,0,26)
C24M49Y0K26 
(24%,49%,0%,26%)
(0.24/0.49/0.00/0.26)	

CMYK percentages

%24.47
%48.94
%0
%26.27

Codes

Color #8E60BC in popluar color models

8E60BC
RGB14296188
HSL270°40.71%55.69%
HSB/HSV270°48.94%73.73%
CMYK24.47%48.94%0.00%
26.27%

Color #8E60BC in popluar number systems.

HEX8E60BC
Decimal14296188
Binary10001110110000010111100
Octal216140274

Shades and tints

Shades of #8E60BC

#8E60BC
(142,96,188)
#8258AB
(130,88,171)
#76509A
(118,80,154)
#6A4889
(106,72,137)
#5E4078
(94,64,120)
#523867
(82,56,103)
#463056
(70,48,86)
#3A2845
(58,40,69)
#2E2034
(46,32,52)
#221823
(34,24,35)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8E60BC

#8E60BC
(142,96,188)
#986EC2
(152,110,194)
#A27CC8
(162,124,200)
#AC8ACE
(172,138,206)
#B698D4
(182,152,212)
#C0A6DA
(192,166,218)
#CAB4E0
(202,180,224)
#D4C2E6
(212,194,230)
#DED0EC
(222,208,236)
#E8DEF2
(232,222,242)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E60BC color. Also use rgb(142,96,188) instead hex code.

Text Font Color

.myTextColor { color: #8E60BC; }

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

This text font color is #8E60BC.


Background Color

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

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

This div background color is #8E60BC.


Border color

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

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

This div border color is #8E60BC.


Opacity

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

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

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

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

This text has shadow with #8E60BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E60BC on black background.


Color preview on white background

This text has color #8E60BC on white background.



Black color preview on #8E60BC background

This text has black color on #8E60BC background.


White color preview on #8E60BC background

This text has white color on #8E60BC background.