HEX: #957ADA
RGB: (149,122,218)
#957ADA contains mainly blue color. Web safe color of #957ADA is #9966CC (or #96C).
#957ADA color RGB value is (149,122,218).
RGB: (149,122,218)
(58%, 48%, 85%)
R 149 of 255 = 58%
G 122 of 255 = 48%
B 218 of 255 = 85%
R + G + B ~ 64%. #957ADA is quite light color.
R + G + B = 149 + 122 + 218 = 489 (100%)
R 149 of 489 ~ 30.47%
G 122 of 489 ~ 24.95%
B 218 of 489 ~ 44.58'%
#957ADA color CMYK value is (32,44,0,15).
CMYK: (32,44,0,15) C32M44Y0K15 (32%,44%,0%,15%) (0.32/0.44/0.00/0.15)
Color #957ADA in popluar color models
95 | 7A | DA | |
---|---|---|---|
RGB | 149 | 122 | 218 |
HSL | 257° | 56.47% | 66.67% |
HSB/HSV | 257° | 44.04% | 85.49% |
CMYK | 31.65% | 44.04% | 0.00% |
14.51% |
Color #957ADA in popluar number systems.
HEX | 95 | 7A | DA |
Decimal | 149 | 122 | 218 |
Binary | 10010101 | 1111010 | 11011010 |
Octal | 225 | 172 | 332 |
Shades of #957ADA
Tints of #957ADA
Examples of css and html codes for elements with #957ADA color. Also use rgb(149,122,218) instead hex code.
.myTextColor { color: #957ADA; }
<p style="color:#957ADA">This sample text font color is #957ADA.</p>
This text font color is #957ADA.
.myBgColor { background-color: #957ADA; }
<div style="background-color:#957ADA">Inner text</div>
This div background color is #957ADA.
.myBorderColor { border: 1px solid #957ADA; }
<div style="border:3px solid #957ADA">Div</div>
This div border color is #957ADA.
.myOpacity80 { color: #957ADA; opacity: 0.8; }
<p style="color:#957ADA;opacity:0.8;">80%</p>
Text with #957ADA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957ADA;}
<p style="text-shadow: 3px 3px 1px #957ADA">Text here.</p>
This text has shadow with #957ADA color.
.textShadow {text-shadow: 3px 3px 1px #957ADA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957ADA, 5px 5px 20px red">Text here.</p>
This text has shadow with #957ADA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957ADA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957ADA, Direction=45, Strength=4)">Text</p>
This text has shadow with #957ADA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #957ADA;
-webkit-box-shadow: 1px 1px 3px 2px #957ADA;
box-shadow: 1px 1px 3px 2px #957ADA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957ADA; -webkit-box-shadow: 1px 1px 3px 2px #957ADA; box-shadow:1px 1px 3px 2px #957ADA;">
Div content here
</div>
This text has color #957ADA on black background.
This text has color #957ADA on white background.
This text has black color on #957ADA background.
This text has white color on #957ADA background.
Complementary color for #hex is #6A8525.