HEX: #9B6BAA
RGB: (155,107,170)
#9B6BAA contains mainly red and blue colors. Web safe color of #9B6BAA is #996699 (or #969).
#9B6BAA color RGB value is (155,107,170).
RGB: (155,107,170)
(61%, 42%, 67%)
R 155 of 255 = 61%
G 107 of 255 = 42%
B 170 of 255 = 67%
R + G + B ~ 57%. #9B6BAA is middle color (not dark and not light).
R + G + B = 155 + 107 + 170 = 432 (100%)
R 155 of 432 ~ 35.88%
G 107 of 432 ~ 24.77%
B 170 of 432 ~ 39.35'%
#9B6BAA color CMYK value is (9,37,0,33).
CMYK: (9,37,0,33) C9M37Y0K33 (9%,37%,0%,33%) (0.09/0.37/0.00/0.33)
Color #9B6BAA in popluar color models
9B | 6B | AA | |
---|---|---|---|
RGB | 155 | 107 | 170 |
HSL | 286° | 27.04% | 54.31% |
HSB/HSV | 286° | 37.06% | 66.67% |
CMYK | 8.82% | 37.06% | 0.00% |
33.33% |
Color #9B6BAA in popluar number systems.
HEX | 9B | 6B | AA |
Decimal | 155 | 107 | 170 |
Binary | 10011011 | 1101011 | 10101010 |
Octal | 233 | 153 | 252 |
Shades of #9B6BAA
Tints of #9B6BAA
Examples of css and html codes for elements with #9B6BAA color. Also use rgb(155,107,170) instead hex code.
.myTextColor { color: #9B6BAA; }
<p style="color:#9B6BAA">This sample text font color is #9B6BAA.</p>
This text font color is #9B6BAA.
.myBgColor { background-color: #9B6BAA; }
<div style="background-color:#9B6BAA">Inner text</div>
This div background color is #9B6BAA.
.myBorderColor { border: 1px solid #9B6BAA; }
<div style="border:3px solid #9B6BAA">Div</div>
This div border color is #9B6BAA.
.myOpacity80 { color: #9B6BAA; opacity: 0.8; }
<p style="color:#9B6BAA;opacity:0.8;">80%</p>
Text with #9B6BAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B6BAA;}
<p style="text-shadow: 3px 3px 1px #9B6BAA">Text here.</p>
This text has shadow with #9B6BAA color.
.textShadow {text-shadow: 3px 3px 1px #9B6BAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B6BAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #9B6BAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B6BAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B6BAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B6BAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B6BAA;
-webkit-box-shadow: 1px 1px 3px 2px #9B6BAA;
box-shadow: 1px 1px 3px 2px #9B6BAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B6BAA; -webkit-box-shadow: 1px 1px 3px 2px #9B6BAA; box-shadow:1px 1px 3px 2px #9B6BAA;">
Div content here
</div>
This text has color #9B6BAA on black background.
This text has color #9B6BAA on white background.
This text has black color on #9B6BAA background.
This text has white color on #9B6BAA background.
Complementary color for #hex is #649455.