COLOR #8E74C0

HEX: #8E74C0 RGB: (142,116,192)

Color info

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

RGB color model

#8E74C0 color RGB value is (142,116,192).

RGB: (142,116,192) (56%, 45%, 75%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 192 of 255 = 75%

142
116
192

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

Portions of RGB colors in percentages

R + G + B = 142 + 116 + 192 = 450 (100%)
R 142 of 450 ~ 31.56%
G 116 of 450 ~ 25.78%
B 192 of 450 ~ 42.67'%

%31.56
%25.78
%42.67

CMYK color model

#8E74C0 color CMYK value is (26,40,0,25).

  • cyan value is 26.04%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (26,40,0,25)
C26M40Y0K25 (26%, 40%, 0%, 25%)
(0.26 / 0.40 / 0.00 / 0.25)

CMYK percentages

%26.04
%39.58
%0
%24.71

Codes

Color #8E74C0 in popluar color models

8E 74 C0
RGB 142 116 192
HSL 261° 37.62% 60.39%
HSB/HSV 261° 39.58% 75.29%
CMYK 26.04% 39.58% 0.00%
24.71%

Color #8E74C0 in popluar number systems.

HEX 8E 74 C0
Decimal 142 116 192
Binary 10001110 1110100 11000000
Octal 216 164 300

Shades and tints

Shades of #8E74C0

#8E74C0
(142,116,192)
#826AAF
(130,106,175)
#76609E
(118,96,158)
#6A568D
(106,86,141)
#5E4C7C
(94,76,124)
#52426B
(82,66,107)
#46385A
(70,56,90)
#3A2E49
(58,46,73)
#2E2438
(46,36,56)
#221A27
(34,26,39)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #8E74C0

#8E74C0
(142,116,192)
#9880C5
(152,128,197)
#A28CCA
(162,140,202)
#AC98CF
(172,152,207)
#B6A4D4
(182,164,212)
#C0B0D9
(192,176,217)
#CABCDE
(202,188,222)
#D4C8E3
(212,200,227)
#DED4E8
(222,212,232)
#E8E0ED
(232,224,237)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E74C0 color. Also use rgb(142,116,192) instead hex code.

Text Font Color

.myTextColor { color: #8E74C0; }

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

This text font color is #8E74C0.

Background Color

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

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

This div background color is #8E74C0.

Border color

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

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

This div border color is #8E74C0.

Opacity

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

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

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

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

This text has shadow with #8E74C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E74C0.

Preview

Color preview on black background

This text has color #8E74C0 on black background.


Color preview on white background

This text has color #8E74C0 on white background.


Black color preview on #8E74C0 background

This text has black color on #8E74C0 background.


White color preview on #8E74C0 background

This text has white color on #8E74C0 background.


Related colors

Complementary color

Complementary color for #hex is #718B3F.


I love getcolorcode.com

Triadic colors

1 #C08E74 and #74C08E with #8E74C0 are triadic colors.

2 #C0748E and #748EC0 with #8E74C0 are triadic colors.