HEX: #8A63AF
RGB: (138,99,175)
#8A63AF contains mainly red and blue colors. Web safe color of #8A63AF is #996699 (or #969).
#8A63AF color RGB value is (138,99,175).
RGB: (138,99,175)
(54%, 39%, 69%)
R 138 of 255 = 54%
G 99 of 255 = 39%
B 175 of 255 = 69%
R + G + B ~ 54%. #8A63AF is middle color (not dark and not light).
R + G + B = 138 + 99 + 175 = 412 (100%)
R 138 of 412 ~ 33.5%
G 99 of 412 ~ 24.03%
B 175 of 412 ~ 42.48'%
#8A63AF color CMYK value is (21,43,0,31).
CMYK: (21,43,0,31)
C21M43Y0K31 (21%, 43%, 0%, 31%)
(0.21 / 0.43 / 0.00 / 0.31)
Color #8A63AF in popluar color models
8A | 63 | AF | |
---|---|---|---|
RGB | 138 | 99 | 175 |
HSL | 271° | 32.20% | 53.73% |
HSB/HSV | 271° | 43.43% | 68.63% |
CMYK | 21.14% | 43.43% | 0.00% |
31.37% |
Color #8A63AF in popluar number systems.
HEX | 8A | 63 | AF |
Decimal | 138 | 99 | 175 |
Binary | 10001010 | 1100011 | 10101111 |
Octal | 212 | 143 | 257 |
Shades of #8A63AF
Tints of #8A63AF
Examples of css and html codes for elements with #8A63AF color. Also use rgb(138,99,175) instead hex code.
.myTextColor { color: #8A63AF; }
<p style="color:#8A63AF">This sample text font color is #8A63AF.</p>
This text font color is #8A63AF.
.myBgColor { background-color: #8A63AF; }
<div style="background-color:#8A63AF">Inner text</div>
This div background color is #8A63AF.
.myBorderColor { border: 1px solid #8A63AF; }
<div style="border:3px solid #8A63AF">Div</div>
This div border color is #8A63AF.
.myOpacity80 { color: #8A63AF; opacity: 0.8; }
<p style="color:#8A63AF;opacity:0.8;">80%</p>
Text with #8A63AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8A63AF;}
<p style="text-shadow: 3px 3px 1px #8A63AF">Text here.</p>
This text has shadow with #8A63AF color.
.textShadow {text-shadow: 3px 3px 1px #8A63AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8A63AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #8A63AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8A63AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8A63AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #8A63AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8A63AF;
-webkit-box-shadow: 1px 1px 3px 2px #8A63AF;
box-shadow: 1px 1px 3px 2px #8A63AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8A63AF; -webkit-box-shadow: 1px 1px 3px 2px #8A63AF; box-shadow:1px 1px 3px 2px #8A63AF;">
Div content here
</div>
This text has color #8A63AF on black background.
This text has color #8A63AF on white background.
This text has black color on #8A63AF background.
This text has white color on #8A63AF background.
Complementary color for #hex is #759C50.