HEX: #9B6EDA
RGB: (155,110,218)
#9B6EDA contains mainly blue color. Web safe color of #9B6EDA is #9966CC (or #96C).
#9B6EDA color RGB value is (155,110,218).
RGB: (155,110,218)
(61%, 43%, 85%)
R 155 of 255 = 61%
G 110 of 255 = 43%
B 218 of 255 = 85%
R + G + B ~ 63%. #9B6EDA is quite light color.
R + G + B = 155 + 110 + 218 = 483 (100%)
R 155 of 483 ~ 32.09%
G 110 of 483 ~ 22.77%
B 218 of 483 ~ 45.13'%
#9B6EDA color CMYK value is (29,50,0,15).
CMYK: (29,50,0,15) C29M50Y0K15 (29%,50%,0%,15%) (0.29/0.50/0.00/0.15)
Color #9B6EDA in popluar color models
9B | 6E | DA | |
---|---|---|---|
RGB | 155 | 110 | 218 |
HSL | 265° | 59.34% | 64.31% |
HSB/HSV | 265° | 49.54% | 85.49% |
CMYK | 28.90% | 49.54% | 0.00% |
14.51% |
Color #9B6EDA in popluar number systems.
HEX | 9B | 6E | DA |
Decimal | 155 | 110 | 218 |
Binary | 10011011 | 1101110 | 11011010 |
Octal | 233 | 156 | 332 |
Shades of #9B6EDA
Tints of #9B6EDA
Examples of css and html codes for elements with #9B6EDA color. Also use rgb(155,110,218) instead hex code.
.myTextColor { color: #9B6EDA; }
<p style="color:#9B6EDA">This sample text font color is #9B6EDA.</p>
This text font color is #9B6EDA.
.myBgColor { background-color: #9B6EDA; }
<div style="background-color:#9B6EDA">Inner text</div>
This div background color is #9B6EDA.
.myBorderColor { border: 1px solid #9B6EDA; }
<div style="border:3px solid #9B6EDA">Div</div>
This div border color is #9B6EDA.
.myOpacity80 { color: #9B6EDA; opacity: 0.8; }
<p style="color:#9B6EDA;opacity:0.8;">80%</p>
Text with #9B6EDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B6EDA;}
<p style="text-shadow: 3px 3px 1px #9B6EDA">Text here.</p>
This text has shadow with #9B6EDA color.
.textShadow {text-shadow: 3px 3px 1px #9B6EDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B6EDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #9B6EDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B6EDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B6EDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B6EDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B6EDA;
-webkit-box-shadow: 1px 1px 3px 2px #9B6EDA;
box-shadow: 1px 1px 3px 2px #9B6EDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B6EDA; -webkit-box-shadow: 1px 1px 3px 2px #9B6EDA; box-shadow:1px 1px 3px 2px #9B6EDA;">
Div content here
</div>
This text has color #9B6EDA on black background.
This text has color #9B6EDA on white background.
This text has black color on #9B6EDA background.
This text has white color on #9B6EDA background.
Complementary color for #hex is #649125.