HEX: #590D93
RGB: (89,13,147)
#590D93 contains mainly red and blue colors. Web safe color of #590D93 is #660099 (or #609).
#590D93 color RGB value is (89,13,147).
RGB: (89,13,147)
(35%, 5%, 58%)
R 89 of 255 = 35%
G 13 of 255 = 5%
B 147 of 255 = 58%
R + G + B ~ 33%. #590D93 is quite dark color.
R + G + B = 89 + 13 + 147 = 249 (100%)
R 89 of 249 ~ 35.74%
G 13 of 249 ~ 5.22%
B 147 of 249 ~ 59.04'%
#590D93 color CMYK value is (39,91,0,42).
CMYK: (39,91,0,42) C39M91Y0K42 (39%,91%,0%,42%) (0.39/0.91/0.00/0.42)
Color #590D93 in popluar color models
59 | 0D | 93 | |
---|---|---|---|
RGB | 89 | 13 | 147 |
HSL | 274° | 83.75% | 31.37% |
HSB/HSV | 274° | 91.16% | 57.65% |
CMYK | 39.46% | 91.16% | 0.00% |
42.35% |
Color #590D93 in popluar number systems.
HEX | 59 | 0D | 93 |
Decimal | 89 | 13 | 147 |
Binary | 1011001 | 1101 | 10010011 |
Octal | 131 | 15 | 223 |
Shades of #590D93
Tints of #590D93
Examples of css and html codes for elements with #590D93 color. Also use rgb(89,13,147) instead hex code.
.myTextColor { color: #590D93; }
<p style="color:#590D93">This sample text font color is #590D93.</p>
This text font color is #590D93.
.myBgColor { background-color: #590D93; }
<div style="background-color:#590D93">Inner text</div>
This div background color is #590D93.
.myBorderColor { border: 1px solid #590D93; }
<div style="border:3px solid #590D93">Div</div>
This div border color is #590D93.
.myOpacity80 { color: #590D93; opacity: 0.8; }
<p style="color:#590D93;opacity:0.8;">80%</p>
Text with #590D93 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590D93;}
<p style="text-shadow: 3px 3px 1px #590D93">Text here.</p>
This text has shadow with #590D93 color.
.textShadow {text-shadow: 3px 3px 1px #590D93', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590D93, 5px 5px 20px red">Text here.</p>
This text has shadow with #590D93 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590D93, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590D93, Direction=45, Strength=4)">Text</p>
This text has shadow with #590D93 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #590D93;
-webkit-box-shadow: 1px 1px 3px 2px #590D93;
box-shadow: 1px 1px 3px 2px #590D93;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #590D93; -webkit-box-shadow: 1px 1px 3px 2px #590D93; box-shadow:1px 1px 3px 2px #590D93;">
Div content here
</div>
This text has color #590D93 on black background.
This text has color #590D93 on white background.
This text has black color on #590D93 background.
This text has white color on #590D93 background.
Complementary color for #hex is #A6F26C.