HEX: #995FDA
RGB: (153,95,218)
#995FDA contains mainly blue color. Web safe color of #995FDA is #9966CC (or #96C).
#995FDA color RGB value is (153,95,218).
RGB: (153,95,218) (60%,37%,85%)
R 153 of 255 = 60%
G 95 of 255 = 37%
B 218 of 255 = 85%
R + G + B ~ 61%. #995FDA is quite light color.
R + G + B =
153 + 95 + 218 = 466 (100%)
R 153 of 466 ~ 32.83%
G 95 of 466 ~ 20.39%
B 218 of 466 ~ 46.78%
#995FDA color CMYK value is (30,56,0,15).
CMYK: (30,56,0,15) C30M56Y0K15 (30%,56%,0%,15%) (0.30/0.56/0.00/0.15)
99 | 5F | DA | |
---|---|---|---|
RGB | 153 | 95 | 218 |
HSL | 268° | 62.44% | 61.37% |
HSB/HSV | 268° | 56.42% | 85.49% |
CMYK | 29.82% | 56.42% | 0.00% |
14.51% |
HEX | 99 | 5F | DA |
Decimal | 153 | 95 | 218 |
Binary | 10011001 | 1011111 | 11011010 |
Octal | 231 | 137 | 332 |
Examples of css and html codes for elements with #995FDA color. Also use rgb(153,95,218) instead hex code.
.myTextColor { color: #995FDA; }
<p style="color:#995FDA">This sample text font color is #995FDA.</p>
This text font color is #995FDA.
.myBgColor { background-color: #995FDA; }
<div style="background-color:#995FDA">Inner text</div>
This div background color is #995FDA.
.myBorderColor { border: 1px solid #995FDA; }
<div style="border:3px solid #995FDA">Div</div>
This div border color is #995FDA.
.myOpacity80 { color: #995FDA; opacity: 0.8; }
<p style="color:#995FDA;opacity:0.8;">80%</p>
Text with #995FDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #995FDA;}
<p style="text-shadow: 3px 3px 1px #995FDA">Text here.</p>
This text has shadow with #995FDA color.
.textShadow {text-shadow: 3px 3px 1px #995FDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #995FDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #995FDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#995FDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#995FDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #995FDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #995FDA; -webkit-box-shadow: 1px 1px 3px 2px #995FDA; box-shadow: 1px 1px 3px 2px #995FDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #995FDA; -webkit-box-shadow: 1px 1px 3px 2px #995FDA; box-shadow:1px 1px 3px 2px #995FDA;">
Div content here</div>
This text has color #995FDA on black background.
This text has color #995FDA on white background.
This text has black color on #995FDA background.
This text has white color on #995FDA background.