COLOR #8E609A

HEX: #8E609A
RGB: (142,96,154)

Color info

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

RGB color model

#8E609A color RGB value is (142,96,154).

  • red value is 142;
  • green value is 96;
  • blue value is 154.
RGB:
(142,96,154)
(56%,38%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 96 of 255 = 38%
B 154 of 255 = 60%

142
96
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 96 + 154 = 392 (100%)
R 142 of 392 ~ 36.22%
G 96 of 392 ~ 24.49%
B 154 of 392 ~ 39.29%

%36.22
%24.49
%39.29

CMYK color model

#8E609A color CMYK value is (8,38,0,40).

  • cyan value is 7.79%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(8,38,0,40)
C8M38Y0K40 
(8%,38%,0%,40%)
(0.08/0.38/0.00/0.40)	

CMYK percentages

%7.79
%37.66
%0
%39.61

Codes

Color #8E609A in popluar color models

8E609A
RGB14296154
HSL288°23.20%49.02%
HSB/HSV288°37.66%60.39%
CMYK7.79%37.66%0.00%
39.61%

Color #8E609A in popluar number systems.

HEX8E609A
Decimal14296154
Binary10001110110000010011010
Octal216140232

Shades and tints

Shades of #8E609A

#8E609A
(142,96,154)
#82588C
(130,88,140)
#76507E
(118,80,126)
#6A4870
(106,72,112)
#5E4062
(94,64,98)
#523854
(82,56,84)
#463046
(70,48,70)
#3A2838
(58,40,56)
#2E202A
(46,32,42)
#22181C
(34,24,28)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #8E609A

#8E609A
(142,96,154)
#986EA3
(152,110,163)
#A27CAC
(162,124,172)
#AC8AB5
(172,138,181)
#B698BE
(182,152,190)
#C0A6C7
(192,166,199)
#CAB4D0
(202,180,208)
#D4C2D9
(212,194,217)
#DED0E2
(222,208,226)
#E8DEEB
(232,222,235)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E609A color. Also use rgb(142,96,154) instead hex code.

Text Font Color

.myTextColor { color: #8E609A; }

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

This text font color is #8E609A.


Background Color

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

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

This div background color is #8E609A.


Border color

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

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

This div border color is #8E609A.


Opacity

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

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

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

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

This text has shadow with #8E609A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E609A on black background.


Color preview on white background

This text has color #8E609A on white background.



Black color preview on #8E609A background

This text has black color on #8E609A background.


White color preview on #8E609A background

This text has white color on #8E609A background.