COLOR #8E65DC

HEX: #8E65DC RGB: (142,101,220)

Color info

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

RGB color model

#8E65DC color RGB value is (142,101,220).

RGB: (142,101,220) (56%, 40%, 86%)

RGB channels and saturation

R 142 of 255 = 56%
G 101 of 255 = 40%
B 220 of 255 = 86%

142
101
220

R + G + B ~ 61%. #8E65DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 101 + 220 = 463 (100%)
R 142 of 463 ~ 30.67%
G 101 of 463 ~ 21.81%
B 220 of 463 ~ 47.52'%

%30.67
%21.81
%47.52

CMYK color model

#8E65DC color CMYK value is (35,54,0,14).

  • cyan value is 35.45%
  • magenta value is 54.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (35,54,0,14) C35M54Y0K14 (35%,54%,0%,14%) (0.35/0.54/0.00/0.14) 

CMYK percentages

%35.45
%54.09
%0
%13.73

Codes

Color #8E65DC in popluar color models

8E 65 DC
RGB 142 101 220
HSL 261° 62.96% 62.94%
HSB/HSV 261° 54.09% 86.27%
CMYK 35.45% 54.09% 0.00%
13.73%

Color #8E65DC in popluar number systems.

HEX 8E 65 DC
Decimal 142 101 220
Binary 10001110 1100101 11011100
Octal 216 145 334

Shades and tints

Shades of #8E65DC

#8E65DC
(142,101,220)
#825CC8
(130,92,200)
#7653B4
(118,83,180)
#6A4AA0
(106,74,160)
#5E418C
(94,65,140)
#523878
(82,56,120)
#462F64
(70,47,100)
#3A2650
(58,38,80)
#2E1D3C
(46,29,60)
#221428
(34,20,40)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #8E65DC

#8E65DC
(142,101,220)
#9873DF
(152,115,223)
#A281E2
(162,129,226)
#AC8FE5
(172,143,229)
#B69DE8
(182,157,232)
#C0ABEB
(192,171,235)
#CAB9EE
(202,185,238)
#D4C7F1
(212,199,241)
#DED5F4
(222,213,244)
#E8E3F7
(232,227,247)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E65DC color. Also use rgb(142,101,220) instead hex code.

Text Font Color

.myTextColor { color: #8E65DC; }

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

This text font color is #8E65DC.

Background Color

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

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

This div background color is #8E65DC.

Border color

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

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

This div border color is #8E65DC.

Opacity

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

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

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

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

This text has shadow with #8E65DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E65DC.

Preview

Color preview on black background

This text has color #8E65DC on black background.


Color preview on white background

This text has color #8E65DC on white background.


Black color preview on #8E65DC background

This text has black color on #8E65DC background.


White color preview on #8E65DC background

This text has white color on #8E65DC background.


Related colors

Complementary color

Complementary color for #hex is #719A23.


I love getcolorcode.com

Triadic colors

1 #DC8E65 and #65DC8E with #8E65DC are triadic colors.

2 #DC658E and #658EDC with #8E65DC are triadic colors.