COLOR #8E62C5

HEX: #8E62C5 RGB: (142,98,197)

Color info

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

RGB color model

#8E62C5 color RGB value is (142,98,197).

RGB: (142,98,197) (56%, 38%, 77%)

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 197 of 255 = 77%

142
98
197

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

Portions of RGB colors in percentages

R + G + B = 142 + 98 + 197 = 437 (100%)
R 142 of 437 ~ 32.49%
G 98 of 437 ~ 22.43%
B 197 of 437 ~ 45.08'%

%32.49
%22.43
%45.08

CMYK color model

#8E62C5 color CMYK value is (28,50,0,23).

  • cyan value is 27.92%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (28,50,0,23)
C28M50Y0K23 (28%, 50%, 0%, 23%)
(0.28 / 0.50 / 0.00 / 0.23)

CMYK percentages

%27.92
%50.25
%0
%22.75

Codes

Color #8E62C5 in popluar color models

8E 62 C5
RGB 142 98 197
HSL 267° 46.05% 57.84%
HSB/HSV 267° 50.25% 77.25%
CMYK 27.92% 50.25% 0.00%
22.75%

Color #8E62C5 in popluar number systems.

HEX 8E 62 C5
Decimal 142 98 197
Binary 10001110 1100010 11000101
Octal 216 142 305

Shades and tints

Shades of #8E62C5

#8E62C5
(142,98,197)
#825AB4
(130,90,180)
#7652A3
(118,82,163)
#6A4A92
(106,74,146)
#5E4281
(94,66,129)
#523A70
(82,58,112)
#46325F
(70,50,95)
#3A2A4E
(58,42,78)
#2E223D
(46,34,61)
#221A2C
(34,26,44)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #8E62C5

#8E62C5
(142,98,197)
#9870CA
(152,112,202)
#A27ECF
(162,126,207)
#AC8CD4
(172,140,212)
#B69AD9
(182,154,217)
#C0A8DE
(192,168,222)
#CAB6E3
(202,182,227)
#D4C4E8
(212,196,232)
#DED2ED
(222,210,237)
#E8E0F2
(232,224,242)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E62C5 color. Also use rgb(142,98,197) instead hex code.

Text Font Color

.myTextColor { color: #8E62C5; }

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

This text font color is #8E62C5.

Background Color

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

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

This div background color is #8E62C5.

Border color

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

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

This div border color is #8E62C5.

Opacity

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

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

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

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

This text has shadow with #8E62C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E62C5.

Preview

Color preview on black background

This text has color #8E62C5 on black background.


Color preview on white background

This text has color #8E62C5 on white background.


Black color preview on #8E62C5 background

This text has black color on #8E62C5 background.


White color preview on #8E62C5 background

This text has white color on #8E62C5 background.


Related colors

Complementary color

Complementary color for #hex is #719D3A.


I love getcolorcode.com

Triadic colors

1 #C58E62 and #62C58E with #8E62C5 are triadic colors.

2 #C5628E and #628EC5 with #8E62C5 are triadic colors.