COLOR #8E64A2

HEX: #8E64A2
RGB: (142,100,162)

Color info

#8E64A2 contains mainly red and blue colors. Web safe color of #8E64A2 is #996699 (or #969).

RGB color model

#8E64A2 color RGB value is (142,100,162).

  • red value is 142;
  • green value is 100;
  • blue value is 162.
RGB:
(142,100,162)
(56%,39%,64%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 162 of 255 = 64%

142
100
162

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

Portions of RGB colors in percentages

R + G + B =
142 + 100 + 162 = 404 (100%)
R 142 of 404 ~ 35.15%
G 100 of 404 ~ 24.75%
B 162 of 404 ~ 40.1%

%35.15
%24.75
%40.1

CMYK color model

#8E64A2 color CMYK value is (12,38,0,36).

  • cyan value is 12.35%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(12,38,0,36)
C12M38Y0K36 
(12%,38%,0%,36%)
(0.12/0.38/0.00/0.36)	

CMYK percentages

%12.35
%38.27
%0
%36.47

Codes

Color #8E64A2 in popluar color models

8E64A2
RGB142100162
HSL281°25.00%51.37%
HSB/HSV281°38.27%63.53%
CMYK12.35%38.27%0.00%
36.47%

Color #8E64A2 in popluar number systems.

HEX8E64A2
Decimal142100162
Binary10001110110010010100010
Octal216144242

Shades and tints

Shades of #8E64A2

#8E64A2
(142,100,162)
#825B94
(130,91,148)
#765286
(118,82,134)
#6A4978
(106,73,120)
#5E406A
(94,64,106)
#52375C
(82,55,92)
#462E4E
(70,46,78)
#3A2540
(58,37,64)
#2E1C32
(46,28,50)
#221324
(34,19,36)
#160A16
(22,10,22)
#000000
(0,0,0)

Tints of #8E64A2

#8E64A2
(142,100,162)
#9872AA
(152,114,170)
#A280B2
(162,128,178)
#AC8EBA
(172,142,186)
#B69CC2
(182,156,194)
#C0AACA
(192,170,202)
#CAB8D2
(202,184,210)
#D4C6DA
(212,198,218)
#DED4E2
(222,212,226)
#E8E2EA
(232,226,234)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E64A2; }

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

This text font color is #8E64A2.


Background Color

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

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

This div background color is #8E64A2.


Border color

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

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

This div border color is #8E64A2.


Opacity

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

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

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

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

This text has shadow with #8E64A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E64A2 on black background.


Color preview on white background

This text has color #8E64A2 on white background.



Black color preview on #8E64A2 background

This text has black color on #8E64A2 background.


White color preview on #8E64A2 background

This text has white color on #8E64A2 background.