HEX: #9B6EEB
RGB: (155,110,235)
#9B6EEB contains mainly blue color. Web safe color of #9B6EEB is #9966FF (or #96F).
#9B6EEB color RGB value is (155,110,235).
RGB: (155,110,235)
(61%, 43%, 92%)
R 155 of 255 = 61%
G 110 of 255 = 43%
B 235 of 255 = 92%
R + G + B ~ 65%. #9B6EEB is quite light color.
R + G + B = 155 + 110 + 235 = 500 (100%)
R 155 of 500 ~ 31%
G 110 of 500 ~ 22%
B 235 of 500 ~ 47'%
#9B6EEB color CMYK value is (34,53,0,8).
CMYK: (34,53,0,8) C34M53Y0K8 (34%,53%,0%,8%) (0.34/0.53/0.00/0.08)
Color #9B6EEB in popluar color models
9B | 6E | EB | |
---|---|---|---|
RGB | 155 | 110 | 235 |
HSL | 262° | 75.76% | 67.65% |
HSB/HSV | 262° | 53.19% | 92.16% |
CMYK | 34.04% | 53.19% | 0.00% |
7.84% |
Color #9B6EEB in popluar number systems.
HEX | 9B | 6E | EB |
Decimal | 155 | 110 | 235 |
Binary | 10011011 | 1101110 | 11101011 |
Octal | 233 | 156 | 353 |
Shades of #9B6EEB
Tints of #9B6EEB
Examples of css and html codes for elements with #9B6EEB color. Also use rgb(155,110,235) instead hex code.
.myTextColor { color: #9B6EEB; }
<p style="color:#9B6EEB">This sample text font color is #9B6EEB.</p>
This text font color is #9B6EEB.
.myBgColor { background-color: #9B6EEB; }
<div style="background-color:#9B6EEB">Inner text</div>
This div background color is #9B6EEB.
.myBorderColor { border: 1px solid #9B6EEB; }
<div style="border:3px solid #9B6EEB">Div</div>
This div border color is #9B6EEB.
.myOpacity80 { color: #9B6EEB; opacity: 0.8; }
<p style="color:#9B6EEB;opacity:0.8;">80%</p>
Text with #9B6EEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B6EEB;}
<p style="text-shadow: 3px 3px 1px #9B6EEB">Text here.</p>
This text has shadow with #9B6EEB color.
.textShadow {text-shadow: 3px 3px 1px #9B6EEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B6EEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #9B6EEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B6EEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B6EEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B6EEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B6EEB;
-webkit-box-shadow: 1px 1px 3px 2px #9B6EEB;
box-shadow: 1px 1px 3px 2px #9B6EEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B6EEB; -webkit-box-shadow: 1px 1px 3px 2px #9B6EEB; box-shadow:1px 1px 3px 2px #9B6EEB;">
Div content here
</div>
This text has color #9B6EEB on black background.
This text has color #9B6EEB on white background.
This text has black color on #9B6EEB background.
This text has white color on #9B6EEB background.
Complementary color for #hex is #649114.