COLOR #8E6481

HEX: #8E6481 RGB: (142,100,129)

Color info

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

RGB color model

#8E6481 color RGB value is (142,100,129).

RGB: (142,100,129) (56%, 39%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 129 of 255 = 51%

142
100
129

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

Portions of RGB colors in percentages

R + G + B = 142 + 100 + 129 = 371 (100%)
R 142 of 371 ~ 38.27%
G 100 of 371 ~ 26.95%
B 129 of 371 ~ 34.77'%

%38.27
%26.95
%34.77

CMYK color model

#8E6481 color CMYK value is (0,30,9,44).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 9.15%
  • key color value is 44.31%

CMYK: (0,30,9,44)
C0M30Y9K44 (0%, 30%, 9%, 44%)
(0.00 / 0.30 / 0.09 / 0.44)

CMYK percentages

%0
%29.58
%9.15
%44.31

Codes

Color #8E6481 in popluar color models

8E 64 81
RGB 142 100 129
HSL 319° 17.36% 47.45%
HSB/HSV 319° 29.58% 55.69%
CMYK 0.00% 29.58% 9.15%
44.31%

Color #8E6481 in popluar number systems.

HEX 8E 64 81
Decimal 142 100 129
Binary 10001110 1100100 10000001
Octal 216 144 201

Shades and tints

Shades of #8E6481

#8E6481
(142,100,129)
#825B76
(130,91,118)
#76526B
(118,82,107)
#6A4960
(106,73,96)
#5E4055
(94,64,85)
#52374A
(82,55,74)
#462E3F
(70,46,63)
#3A2534
(58,37,52)
#2E1C29
(46,28,41)
#22131E
(34,19,30)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #8E6481

#8E6481
(142,100,129)
#98728C
(152,114,140)
#A28097
(162,128,151)
#AC8EA2
(172,142,162)
#B69CAD
(182,156,173)
#C0AAB8
(192,170,184)
#CAB8C3
(202,184,195)
#D4C6CE
(212,198,206)
#DED4D9
(222,212,217)
#E8E2E4
(232,226,228)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6481 color. Also use rgb(142,100,129) instead hex code.

Text Font Color

.myTextColor { color: #8E6481; }

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

This text font color is #8E6481.

Background Color

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

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

This div background color is #8E6481.

Border color

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

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

This div border color is #8E6481.

Opacity

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

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

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

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

This text has shadow with #8E6481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6481.

Preview

Color preview on black background

This text has color #8E6481 on black background.


Color preview on white background

This text has color #8E6481 on white background.


Black color preview on #8E6481 background

This text has black color on #8E6481 background.


White color preview on #8E6481 background

This text has white color on #8E6481 background.


Related colors

Complementary color

Complementary color for #hex is #719B7E.


I love getcolorcode.com

Triadic colors

1 #818E64 and #64818E with #8E6481 are triadic colors.

2 #81648E and #648E81 with #8E6481 are triadic colors.