COLOR #8E619B

HEX: #8E619B RGB: (142,97,155)

Color info

#8E619B contains red, green and blue colors in about the same proportion. Web safe color of #8E619B is #996699 (or #969).

RGB color model

#8E619B color RGB value is (142,97,155).

RGB: (142,97,155) (56%, 38%, 61%)

RGB channels and saturation

R 142 of 255 = 56%
G 97 of 255 = 38%
B 155 of 255 = 61%

142
97
155

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

Portions of RGB colors in percentages

R + G + B = 142 + 97 + 155 = 394 (100%)
R 142 of 394 ~ 36.04%
G 97 of 394 ~ 24.62%
B 155 of 394 ~ 39.34'%

%36.04
%24.62
%39.34

CMYK color model

#8E619B color CMYK value is (8,37,0,39).

  • cyan value is 8.39%
  • magenta value is 37.42%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (8,37,0,39)
C8M37Y0K39 (8%, 37%, 0%, 39%)
(0.08 / 0.37 / 0.00 / 0.39)

CMYK percentages

%8.39
%37.42
%0
%39.22

Codes

Color #8E619B in popluar color models

8E 61 9B
RGB 142 97 155
HSL 287° 23.02% 49.41%
HSB/HSV 287° 37.42% 60.78%
CMYK 8.39% 37.42% 0.00%
39.22%

Color #8E619B in popluar number systems.

HEX 8E 61 9B
Decimal 142 97 155
Binary 10001110 1100001 10011011
Octal 216 141 233

Shades and tints

Shades of #8E619B

#8E619B
(142,97,155)
#82598D
(130,89,141)
#76517F
(118,81,127)
#6A4971
(106,73,113)
#5E4163
(94,65,99)
#523955
(82,57,85)
#463147
(70,49,71)
#3A2939
(58,41,57)
#2E212B
(46,33,43)
#22191D
(34,25,29)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8E619B

#8E619B
(142,97,155)
#986FA4
(152,111,164)
#A27DAD
(162,125,173)
#AC8BB6
(172,139,182)
#B699BF
(182,153,191)
#C0A7C8
(192,167,200)
#CAB5D1
(202,181,209)
#D4C3DA
(212,195,218)
#DED1E3
(222,209,227)
#E8DFEC
(232,223,236)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E619B color. Also use rgb(142,97,155) instead hex code.

Text Font Color

.myTextColor { color: #8E619B; }

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

This text font color is #8E619B.

Background Color

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

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

This div background color is #8E619B.

Border color

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

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

This div border color is #8E619B.

Opacity

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

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

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

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

This text has shadow with #8E619B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E619B.

Preview

Color preview on black background

This text has color #8E619B on black background.


Color preview on white background

This text has color #8E619B on white background.


Black color preview on #8E619B background

This text has black color on #8E619B background.


White color preview on #8E619B background

This text has white color on #8E619B background.


Related colors

Complementary color

Complementary color for #hex is #719E64.


I love getcolorcode.com

Triadic colors

1 #9B8E61 and #619B8E with #8E619B are triadic colors.

2 #9B618E and #618E9B with #8E619B are triadic colors.