COLOR #8E648F

HEX: #8E648F RGB: (142,100,143)

Color info

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

RGB color model

#8E648F color RGB value is (142,100,143).

RGB: (142,100,143) (56%, 39%, 56%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 143 of 255 = 56%

142
100
143

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

Portions of RGB colors in percentages

R + G + B = 142 + 100 + 143 = 385 (100%)
R 142 of 385 ~ 36.88%
G 100 of 385 ~ 25.97%
B 143 of 385 ~ 37.14'%

%36.88
%25.97
%37.14

CMYK color model

#8E648F color CMYK value is (1,30,0,44).

  • cyan value is 0.70%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (1,30,0,44)
C1M30Y0K44 (1%, 30%, 0%, 44%)
(0.01 / 0.30 / 0.00 / 0.44)

CMYK percentages

%0.7
%30.07
%0
%43.92

Codes

Color #8E648F in popluar color models

8E 64 8F
RGB 142 100 143
HSL 299° 17.70% 47.65%
HSB/HSV 299° 30.07% 56.08%
CMYK 0.70% 30.07% 0.00%
43.92%

Color #8E648F in popluar number systems.

HEX 8E 64 8F
Decimal 142 100 143
Binary 10001110 1100100 10001111
Octal 216 144 217

Shades and tints

Shades of #8E648F

#8E648F
(142,100,143)
#825B82
(130,91,130)
#765275
(118,82,117)
#6A4968
(106,73,104)
#5E405B
(94,64,91)
#52374E
(82,55,78)
#462E41
(70,46,65)
#3A2534
(58,37,52)
#2E1C27
(46,28,39)
#22131A
(34,19,26)
#160A0D
(22,10,13)
#000000
(0,0,0)

Tints of #8E648F

#8E648F
(142,100,143)
#987299
(152,114,153)
#A280A3
(162,128,163)
#AC8EAD
(172,142,173)
#B69CB7
(182,156,183)
#C0AAC1
(192,170,193)
#CAB8CB
(202,184,203)
#D4C6D5
(212,198,213)
#DED4DF
(222,212,223)
#E8E2E9
(232,226,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E648F; }

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

This text font color is #8E648F.

Background Color

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

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

This div background color is #8E648F.

Border color

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

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

This div border color is #8E648F.

Opacity

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

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

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

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

This text has shadow with #8E648F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E648F.

Preview

Color preview on black background

This text has color #8E648F on black background.


Color preview on white background

This text has color #8E648F on white background.


Black color preview on #8E648F background

This text has black color on #8E648F background.


White color preview on #8E648F background

This text has white color on #8E648F background.


Related colors

Complementary color

Complementary color for #hex is #719B70.


I love getcolorcode.com

Triadic colors

1 #8F8E64 and #648F8E with #8E648F are triadic colors.

2 #8F648E and #648E8F with #8E648F are triadic colors.