COLOR #8E69E6

HEX: #8E69E6
RGB: (142,105,230)

Color info

#8E69E6 contains mainly blue color. Web safe color of #8E69E6 is #9966CC (or #96C).

RGB color model

#8E69E6 color RGB value is (142,105,230).

  • red value is 142;
  • green value is 105;
  • blue value is 230.
RGB:
(142,105,230)
(56%,41%,90%)

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 230 of 255 = 90%

142
105
230

R + G + B ~ 62%. #8E69E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 105 + 230 = 477 (100%)
R 142 of 477 ~ 29.77%
G 105 of 477 ~ 22.01%
B 230 of 477 ~ 48.22%

%29.77
%22.01
%48.22

CMYK color model

#8E69E6 color CMYK value is (38,54,0,10).

  • cyan value is 38.26%
  • magenta value is 54.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(38,54,0,10)
C38M54Y0K10 
(38%,54%,0%,10%)
(0.38/0.54/0.00/0.10)	

CMYK percentages

%38.26
%54.35
%0
%9.8

Codes

Color #8E69E6 in popluar color models

8E69E6
RGB142105230
HSL258°71.43%65.69%
HSB/HSV258°54.35%90.20%
CMYK38.26%54.35%0.00%
9.80%

Color #8E69E6 in popluar number systems.

HEX8E69E6
Decimal142105230
Binary10001110110100111100110
Octal216151346

Shades and tints

Shades of #8E69E6

#8E69E6
(142,105,230)
#8260D2
(130,96,210)
#7657BE
(118,87,190)
#6A4EAA
(106,78,170)
#5E4596
(94,69,150)
#523C82
(82,60,130)
#46336E
(70,51,110)
#3A2A5A
(58,42,90)
#2E2146
(46,33,70)
#221832
(34,24,50)
#160F1E
(22,15,30)
#000000
(0,0,0)

Tints of #8E69E6

#8E69E6
(142,105,230)
#9876E8
(152,118,232)
#A283EA
(162,131,234)
#AC90EC
(172,144,236)
#B69DEE
(182,157,238)
#C0AAF0
(192,170,240)
#CAB7F2
(202,183,242)
#D4C4F4
(212,196,244)
#DED1F6
(222,209,246)
#E8DEF8
(232,222,248)
#F2EBFA
(242,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E69E6 color. Also use rgb(142,105,230) instead hex code.

Text Font Color

.myTextColor { color: #8E69E6; }

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

This text font color is #8E69E6.


Background Color

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

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

This div background color is #8E69E6.


Border color

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

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

This div border color is #8E69E6.


Opacity

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

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

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

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

This text has shadow with #8E69E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E69E6 on black background.


Color preview on white background

This text has color #8E69E6 on white background.



Black color preview on #8E69E6 background

This text has black color on #8E69E6 background.


White color preview on #8E69E6 background

This text has white color on #8E69E6 background.