COLOR #8E6F93

HEX: #8E6F93 RGB: (142,111,147)

Color info

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

RGB color model

#8E6F93 color RGB value is (142,111,147).

RGB: (142,111,147) (56%, 44%, 58%)

RGB channels and saturation

R 142 of 255 = 56%
G 111 of 255 = 44%
B 147 of 255 = 58%

142
111
147

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

Portions of RGB colors in percentages

R + G + B = 142 + 111 + 147 = 400 (100%)
R 142 of 400 ~ 35.5%
G 111 of 400 ~ 27.75%
B 147 of 400 ~ 36.75'%

%35.5
%27.75
%36.75

CMYK color model

#8E6F93 color CMYK value is (3,24,0,42).

  • cyan value is 3.40%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (3,24,0,42)
C3M24Y0K42 (3%, 24%, 0%, 42%)
(0.03 / 0.24 / 0.00 / 0.42)

CMYK percentages

%3.4
%24.49
%0
%42.35

Codes

Color #8E6F93 in popluar color models

8E 6F 93
RGB 142 111 147
HSL 292° 14.29% 50.59%
HSB/HSV 292° 24.49% 57.65%
CMYK 3.40% 24.49% 0.00%
42.35%

Color #8E6F93 in popluar number systems.

HEX 8E 6F 93
Decimal 142 111 147
Binary 10001110 1101111 10010011
Octal 216 157 223

Shades and tints

Shades of #8E6F93

#8E6F93
(142,111,147)
#826586
(130,101,134)
#765B79
(118,91,121)
#6A516C
(106,81,108)
#5E475F
(94,71,95)
#523D52
(82,61,82)
#463345
(70,51,69)
#3A2938
(58,41,56)
#2E1F2B
(46,31,43)
#22151E
(34,21,30)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #8E6F93

#8E6F93
(142,111,147)
#987C9C
(152,124,156)
#A289A5
(162,137,165)
#AC96AE
(172,150,174)
#B6A3B7
(182,163,183)
#C0B0C0
(192,176,192)
#CABDC9
(202,189,201)
#D4CAD2
(212,202,210)
#DED7DB
(222,215,219)
#E8E4E4
(232,228,228)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6F93 color. Also use rgb(142,111,147) instead hex code.

Text Font Color

.myTextColor { color: #8E6F93; }

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

This text font color is #8E6F93.

Background Color

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

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

This div background color is #8E6F93.

Border color

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

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

This div border color is #8E6F93.

Opacity

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

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

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

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

This text has shadow with #8E6F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6F93.

Preview

Color preview on black background

This text has color #8E6F93 on black background.


Color preview on white background

This text has color #8E6F93 on white background.


Black color preview on #8E6F93 background

This text has black color on #8E6F93 background.


White color preview on #8E6F93 background

This text has white color on #8E6F93 background.


Related colors

Complementary color

Complementary color for #hex is #71906C.


I love getcolorcode.com

Triadic colors

1 #938E6F and #6F938E with #8E6F93 are triadic colors.

2 #936F8E and #6F8E93 with #8E6F93 are triadic colors.