HEX: #966CAD
RGB: (150,108,173)
#966CAD contains mainly red and blue colors. Web safe color of #966CAD is #996699 (or #969).
#966CAD color RGB value is (150,108,173).
RGB: (150,108,173)
(59%, 42%, 68%)
R 150 of 255 = 59%
G 108 of 255 = 42%
B 173 of 255 = 68%
R + G + B ~ 56%. #966CAD is middle color (not dark and not light).
R + G + B = 150 + 108 + 173 = 431 (100%)
R 150 of 431 ~ 34.8%
G 108 of 431 ~ 25.06%
B 173 of 431 ~ 40.14'%
#966CAD color CMYK value is (13,38,0,32).
CMYK: (13,38,0,32) C13M38Y0K32 (13%,38%,0%,32%) (0.13/0.38/0.00/0.32)
Color #966CAD in popluar color models
96 | 6C | AD | |
---|---|---|---|
RGB | 150 | 108 | 173 |
HSL | 279° | 28.38% | 55.10% |
HSB/HSV | 279° | 37.57% | 67.84% |
CMYK | 13.29% | 37.57% | 0.00% |
32.16% |
Color #966CAD in popluar number systems.
HEX | 96 | 6C | AD |
Decimal | 150 | 108 | 173 |
Binary | 10010110 | 1101100 | 10101101 |
Octal | 226 | 154 | 255 |
Shades of #966CAD
Tints of #966CAD
Examples of css and html codes for elements with #966CAD color. Also use rgb(150,108,173) instead hex code.
.myTextColor { color: #966CAD; }
<p style="color:#966CAD">This sample text font color is #966CAD.</p>
This text font color is #966CAD.
.myBgColor { background-color: #966CAD; }
<div style="background-color:#966CAD">Inner text</div>
This div background color is #966CAD.
.myBorderColor { border: 1px solid #966CAD; }
<div style="border:3px solid #966CAD">Div</div>
This div border color is #966CAD.
.myOpacity80 { color: #966CAD; opacity: 0.8; }
<p style="color:#966CAD;opacity:0.8;">80%</p>
Text with #966CAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #966CAD;}
<p style="text-shadow: 3px 3px 1px #966CAD">Text here.</p>
This text has shadow with #966CAD color.
.textShadow {text-shadow: 3px 3px 1px #966CAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #966CAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #966CAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#966CAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#966CAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #966CAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #966CAD;
-webkit-box-shadow: 1px 1px 3px 2px #966CAD;
box-shadow: 1px 1px 3px 2px #966CAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #966CAD; -webkit-box-shadow: 1px 1px 3px 2px #966CAD; box-shadow:1px 1px 3px 2px #966CAD;">
Div content here
</div>
This text has color #966CAD on black background.
This text has color #966CAD on white background.
This text has black color on #966CAD background.
This text has white color on #966CAD background.
Complementary color for #hex is #699352.