HEX: #8E499A
RGB: (142,73,154)
#8E499A contains mainly red and blue colors. Web safe color of #8E499A is #993399 (or #939).
#8E499A color RGB value is (142,73,154).
RGB: (142,73,154)
(56%, 29%, 60%)
R 142 of 255 = 56%
G 73 of 255 = 29%
B 154 of 255 = 60%
R + G + B ~ 48%. #8E499A is middle color (not dark and not light).
R + G + B = 142 + 73 + 154 = 369 (100%)
R 142 of 369 ~ 38.48%
G 73 of 369 ~ 19.78%
B 154 of 369 ~ 41.73'%
#8E499A color CMYK value is (8,53,0,40).
CMYK: (8,53,0,40) C8M53Y0K40 (8%,53%,0%,40%) (0.08/0.53/0.00/0.40)
Color #8E499A in popluar color models
8E | 49 | 9A | |
---|---|---|---|
RGB | 142 | 73 | 154 |
HSL | 291° | 35.68% | 44.51% |
HSB/HSV | 291° | 52.60% | 60.39% |
CMYK | 7.79% | 52.60% | 0.00% |
39.61% |
Color #8E499A in popluar number systems.
HEX | 8E | 49 | 9A |
Decimal | 142 | 73 | 154 |
Binary | 10001110 | 1001001 | 10011010 |
Octal | 216 | 111 | 232 |
Shades of #8E499A
Tints of #8E499A
Examples of css and html codes for elements with #8E499A color. Also use rgb(142,73,154) instead hex code.
.myTextColor { color: #8E499A; }
<p style="color:#8E499A">This sample text font color is #8E499A.</p>
This text font color is #8E499A.
.myBgColor { background-color: #8E499A; }
<div style="background-color:#8E499A">Inner text</div>
This div background color is #8E499A.
.myBorderColor { border: 1px solid #8E499A; }
<div style="border:3px solid #8E499A">Div</div>
This div border color is #8E499A.
.myOpacity80 { color: #8E499A; opacity: 0.8; }
<p style="color:#8E499A;opacity:0.8;">80%</p>
Text with #8E499A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E499A;}
<p style="text-shadow: 3px 3px 1px #8E499A">Text here.</p>
This text has shadow with #8E499A color.
.textShadow {text-shadow: 3px 3px 1px #8E499A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E499A, 5px 5px 20px red">Text here.</p>
This text has shadow with #8E499A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E499A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E499A, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E499A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8E499A;
-webkit-box-shadow: 1px 1px 3px 2px #8E499A;
box-shadow: 1px 1px 3px 2px #8E499A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E499A; -webkit-box-shadow: 1px 1px 3px 2px #8E499A; box-shadow:1px 1px 3px 2px #8E499A;">
Div content here
</div>
This text has color #8E499A on black background.
This text has color #8E499A on white background.
This text has black color on #8E499A background.
This text has white color on #8E499A background.
Complementary color for #hex is #71B665.