COLOR #8E6C9C

HEX: #8E6C9C
RGB: (142,108,156)

Color info

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

RGB color model

#8E6C9C color RGB value is (142,108,156).

  • red value is 142;
  • green value is 108;
  • blue value is 156.
RGB:
(142,108,156)
(56%,42%,61%)

RGB channels and saturation

R 142 of 255 = 56%
G 108 of 255 = 42%
B 156 of 255 = 61%

142
108
156

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

Portions of RGB colors in percentages

R + G + B =
142 + 108 + 156 = 406 (100%)
R 142 of 406 ~ 34.98%
G 108 of 406 ~ 26.6%
B 156 of 406 ~ 38.42%

%34.98
%26.6
%38.42

CMYK color model

#8E6C9C color CMYK value is (9,31,0,39).

  • cyan value is 8.97%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(9,31,0,39)
C9M31Y0K39 
(9%,31%,0%,39%)
(0.09/0.31/0.00/0.39)	

CMYK percentages

%8.97
%30.77
%0
%38.82

Codes

Color #8E6C9C in popluar color models

8E6C9C
RGB142108156
HSL283°19.51%51.76%
HSB/HSV283°30.77%61.18%
CMYK8.97%30.77%0.00%
38.82%

Color #8E6C9C in popluar number systems.

HEX8E6C9C
Decimal142108156
Binary10001110110110010011100
Octal216154234

Shades and tints

Shades of #8E6C9C

#8E6C9C
(142,108,156)
#82638E
(130,99,142)
#765A80
(118,90,128)
#6A5172
(106,81,114)
#5E4864
(94,72,100)
#523F56
(82,63,86)
#463648
(70,54,72)
#3A2D3A
(58,45,58)
#2E242C
(46,36,44)
#221B1E
(34,27,30)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #8E6C9C

#8E6C9C
(142,108,156)
#9879A5
(152,121,165)
#A286AE
(162,134,174)
#AC93B7
(172,147,183)
#B6A0C0
(182,160,192)
#C0ADC9
(192,173,201)
#CABAD2
(202,186,210)
#D4C7DB
(212,199,219)
#DED4E4
(222,212,228)
#E8E1ED
(232,225,237)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6C9C color. Also use rgb(142,108,156) instead hex code.

Text Font Color

.myTextColor { color: #8E6C9C; }

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

This text font color is #8E6C9C.


Background Color

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

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

This div background color is #8E6C9C.


Border color

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

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

This div border color is #8E6C9C.


Opacity

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

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

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

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

This text has shadow with #8E6C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6C9C on black background.


Color preview on white background

This text has color #8E6C9C on white background.



Black color preview on #8E6C9C background

This text has black color on #8E6C9C background.


White color preview on #8E6C9C background

This text has white color on #8E6C9C background.