COLOR #8E78C1

HEX: #8E78C1
RGB: (142,120,193)

Color info

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

RGB color model

#8E78C1 color RGB value is (142,120,193).

  • red value is 142;
  • green value is 120;
  • blue value is 193.
RGB:
(142,120,193)
(56%,47%,76%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 193 of 255 = 76%

142
120
193

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 193 = 455 (100%)
R 142 of 455 ~ 31.21%
G 120 of 455 ~ 26.37%
B 193 of 455 ~ 42.42%

%31.21
%26.37
%42.42

CMYK color model

#8E78C1 color CMYK value is (26,38,0,24).

  • cyan value is 26.42%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,38,0,24)
C26M38Y0K24 
(26%,38%,0%,24%)
(0.26/0.38/0.00/0.24)	

CMYK percentages

%26.42
%37.82
%0
%24.31

Codes

Color #8E78C1 in popluar color models

8E78C1
RGB142120193
HSL258°37.06%61.37%
HSB/HSV258°37.82%75.69%
CMYK26.42%37.82%0.00%
24.31%

Color #8E78C1 in popluar number systems.

HEX8E78C1
Decimal142120193
Binary10001110111100011000001
Octal216170301

Shades and tints

Shades of #8E78C1

#8E78C1
(142,120,193)
#826EB0
(130,110,176)
#76649F
(118,100,159)
#6A5A8E
(106,90,142)
#5E507D
(94,80,125)
#52466C
(82,70,108)
#463C5B
(70,60,91)
#3A324A
(58,50,74)
#2E2839
(46,40,57)
#221E28
(34,30,40)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #8E78C1

#8E78C1
(142,120,193)
#9884C6
(152,132,198)
#A290CB
(162,144,203)
#AC9CD0
(172,156,208)
#B6A8D5
(182,168,213)
#C0B4DA
(192,180,218)
#CAC0DF
(202,192,223)
#D4CCE4
(212,204,228)
#DED8E9
(222,216,233)
#E8E4EE
(232,228,238)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E78C1 color. Also use rgb(142,120,193) instead hex code.

Text Font Color

.myTextColor { color: #8E78C1; }

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

This text font color is #8E78C1.


Background Color

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

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

This div background color is #8E78C1.


Border color

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

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

This div border color is #8E78C1.


Opacity

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

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

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

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

This text has shadow with #8E78C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E78C1 on black background.


Color preview on white background

This text has color #8E78C1 on white background.



Black color preview on #8E78C1 background

This text has black color on #8E78C1 background.


White color preview on #8E78C1 background

This text has white color on #8E78C1 background.