HEX: #950DC9
RGB: (149,13,201)
#950DC9 contains mainly red and blue colors. Web safe color of #950DC9 is #9900CC (or #90C).
#950DC9 color RGB value is (149,13,201).
RGB: (149,13,201)
(58%, 5%, 79%)
R 149 of 255 = 58%
G 13 of 255 = 5%
B 201 of 255 = 79%
R + G + B ~ 47%. #950DC9 is middle color (not dark and not light).
R + G + B = 149 + 13 + 201 = 363 (100%)
R 149 of 363 ~ 41.05%
G 13 of 363 ~ 3.58%
B 201 of 363 ~ 55.37'%
#950DC9 color CMYK value is (26,94,0,21).
CMYK: (26,94,0,21) C26M94Y0K21 (26%,94%,0%,21%) (0.26/0.94/0.00/0.21)
Color #950DC9 in popluar color models
95 | 0D | C9 | |
---|---|---|---|
RGB | 149 | 13 | 201 |
HSL | 283° | 87.85% | 41.96% |
HSB/HSV | 283° | 93.53% | 78.82% |
CMYK | 25.87% | 93.53% | 0.00% |
21.18% |
Color #950DC9 in popluar number systems.
HEX | 95 | 0D | C9 |
Decimal | 149 | 13 | 201 |
Binary | 10010101 | 1101 | 11001001 |
Octal | 225 | 15 | 311 |
Shades of #950DC9
Tints of #950DC9
Examples of css and html codes for elements with #950DC9 color. Also use rgb(149,13,201) instead hex code.
.myTextColor { color: #950DC9; }
<p style="color:#950DC9">This sample text font color is #950DC9.</p>
This text font color is #950DC9.
.myBgColor { background-color: #950DC9; }
<div style="background-color:#950DC9">Inner text</div>
This div background color is #950DC9.
.myBorderColor { border: 1px solid #950DC9; }
<div style="border:3px solid #950DC9">Div</div>
This div border color is #950DC9.
.myOpacity80 { color: #950DC9; opacity: 0.8; }
<p style="color:#950DC9;opacity:0.8;">80%</p>
Text with #950DC9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #950DC9;}
<p style="text-shadow: 3px 3px 1px #950DC9">Text here.</p>
This text has shadow with #950DC9 color.
.textShadow {text-shadow: 3px 3px 1px #950DC9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #950DC9, 5px 5px 20px red">Text here.</p>
This text has shadow with #950DC9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#950DC9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#950DC9, Direction=45, Strength=4)">Text</p>
This text has shadow with #950DC9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #950DC9;
-webkit-box-shadow: 1px 1px 3px 2px #950DC9;
box-shadow: 1px 1px 3px 2px #950DC9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #950DC9; -webkit-box-shadow: 1px 1px 3px 2px #950DC9; box-shadow:1px 1px 3px 2px #950DC9;">
Div content here
</div>
This text has color #950DC9 on black background.
This text has color #950DC9 on white background.
This text has black color on #950DC9 background.
This text has white color on #950DC9 background.
Complementary color for #hex is #6AF236.