HEX: #9B6EE1
RGB: (155,110,225)
#9B6EE1 contains mainly blue color. Web safe color of #9B6EE1 is #9966CC (or #96C).
#9B6EE1 color RGB value is (155,110,225).
RGB: (155,110,225)
(61%, 43%, 88%)
R 155 of 255 = 61%
G 110 of 255 = 43%
B 225 of 255 = 88%
R + G + B ~ 64%. #9B6EE1 is quite light color.
R + G + B = 155 + 110 + 225 = 490 (100%)
R 155 of 490 ~ 31.63%
G 110 of 490 ~ 22.45%
B 225 of 490 ~ 45.92'%
#9B6EE1 color CMYK value is (31,51,0,12).
CMYK: (31,51,0,12)
C31M51Y0K12 (31%, 51%, 0%, 12%)
(0.31 / 0.51 / 0.00 / 0.12)
Color #9B6EE1 in popluar color models
9B | 6E | E1 | |
---|---|---|---|
RGB | 155 | 110 | 225 |
HSL | 263° | 65.71% | 65.69% |
HSB/HSV | 263° | 51.11% | 88.24% |
CMYK | 31.11% | 51.11% | 0.00% |
11.76% |
Color #9B6EE1 in popluar number systems.
HEX | 9B | 6E | E1 |
Decimal | 155 | 110 | 225 |
Binary | 10011011 | 1101110 | 11100001 |
Octal | 233 | 156 | 341 |
Shades of #9B6EE1
Tints of #9B6EE1
Examples of css and html codes for elements with #9B6EE1 color. Also use rgb(155,110,225) instead hex code.
.myTextColor { color: #9B6EE1; }
<p style="color:#9B6EE1">This sample text font color is #9B6EE1.</p>
This text font color is #9B6EE1.
.myBgColor { background-color: #9B6EE1; }
<div style="background-color:#9B6EE1">Inner text</div>
This div background color is #9B6EE1.
.myBorderColor { border: 1px solid #9B6EE1; }
<div style="border:3px solid #9B6EE1">Div</div>
This div border color is #9B6EE1.
.myOpacity80 { color: #9B6EE1; opacity: 0.8; }
<p style="color:#9B6EE1;opacity:0.8;">80%</p>
Text with #9B6EE1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B6EE1;}
<p style="text-shadow: 3px 3px 1px #9B6EE1">Text here.</p>
This text has shadow with #9B6EE1 color.
.textShadow {text-shadow: 3px 3px 1px #9B6EE1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B6EE1, 5px 5px 20px red">Text here.</p>
This text has shadow with #9B6EE1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B6EE1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B6EE1, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B6EE1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B6EE1;
-webkit-box-shadow: 1px 1px 3px 2px #9B6EE1;
box-shadow: 1px 1px 3px 2px #9B6EE1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B6EE1; -webkit-box-shadow: 1px 1px 3px 2px #9B6EE1; box-shadow:1px 1px 3px 2px #9B6EE1;">
Div content here
</div>
This text has color #9B6EE1 on black background.
This text has color #9B6EE1 on white background.
This text has black color on #9B6EE1 background.
This text has white color on #9B6EE1 background.
Complementary color for #hex is #64911E.