HEX: #8F0059
RGB: (143,0,89)
#8F0059 contains only red and blue colors. Web safe color of #8F0059 is #990066 (or #906).
#8F0059 color RGB value is (143,0,89).
RGB: (143,0,89)
(56%, 0%, 35%)
R 143 of 255 = 56%
G 0 of 255 = 0%
B 89 of 255 = 35%
R + G + B ~ 30%. #8F0059 is quite dark color.
R + G + B = 143 + 0 + 89 = 232 (100%)
R 143 of 232 ~ 61.64%
G 0 of 232 ~ 0%
B 89 of 232 ~ 38.36'%
#8F0059 color CMYK value is (0,100,38,44).
CMYK: (0,100,38,44)
C0M100Y38K44 (0%, 100%, 38%, 44%)
(0.00 / 1.00 / 0.38 / 0.44)
Color #8F0059 in popluar color models
8F | 00 | 59 | |
---|---|---|---|
RGB | 143 | 0 | 89 |
HSL | 323° | 100.00% | 28.04% |
HSB/HSV | 323° | 100.00% | 56.08% |
CMYK | 0.00% | 100.00% | 37.76% |
43.92% |
Color #8F0059 in popluar number systems.
HEX | 8F | 00 | 59 |
Decimal | 143 | 0 | 89 |
Binary | 10001111 | 0 | 1011001 |
Octal | 217 | 0 | 131 |
Shades of #8F0059
Tints of #8F0059
Examples of css and html codes for elements with #8F0059 color. Also use rgb(143,0,89) instead hex code.
.myTextColor { color: #8F0059; }
<p style="color:#8F0059">This sample text font color is #8F0059.</p>
This text font color is #8F0059.
.myBgColor { background-color: #8F0059; }
<div style="background-color:#8F0059">Inner text</div>
This div background color is #8F0059.
.myBorderColor { border: 1px solid #8F0059; }
<div style="border:3px solid #8F0059">Div</div>
This div border color is #8F0059.
.myOpacity80 { color: #8F0059; opacity: 0.8; }
<p style="color:#8F0059;opacity:0.8;">80%</p>
Text with #8F0059 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8F0059;}
<p style="text-shadow: 3px 3px 1px #8F0059">Text here.</p>
This text has shadow with #8F0059 color.
.textShadow {text-shadow: 3px 3px 1px #8F0059', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8F0059, 5px 5px 20px red">Text here.</p>
This text has shadow with #8F0059 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8F0059, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8F0059, Direction=45, Strength=4)">Text</p>
This text has shadow with #8F0059 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8F0059;
-webkit-box-shadow: 1px 1px 3px 2px #8F0059;
box-shadow: 1px 1px 3px 2px #8F0059;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8F0059; -webkit-box-shadow: 1px 1px 3px 2px #8F0059; box-shadow:1px 1px 3px 2px #8F0059;">
Div content here
</div>
This text has color #8F0059 on black background.
This text has color #8F0059 on white background.
This text has black color on #8F0059 background.
This text has white color on #8F0059 background.
Complementary color for #hex is #70FFA6.