HEX: #825BB5
RGB: (130,91,181)
#825BB5 contains mainly red and blue colors. Web safe color of #825BB5 is #9966CC (or #96C).
#825BB5 color RGB value is (130,91,181).
RGB: (130,91,181)
(51%, 36%, 71%)
R 130 of 255 = 51%
G 91 of 255 = 36%
B 181 of 255 = 71%
R + G + B ~ 53%. #825BB5 is middle color (not dark and not light).
R + G + B = 130 + 91 + 181 = 402 (100%)
R 130 of 402 ~ 32.34%
G 91 of 402 ~ 22.64%
B 181 of 402 ~ 45.02'%
#825BB5 color CMYK value is (28,50,0,29).
CMYK: (28,50,0,29)
C28M50Y0K29 (28%, 50%, 0%, 29%)
(0.28 / 0.50 / 0.00 / 0.29)
Color #825BB5 in popluar color models
82 | 5B | B5 | |
---|---|---|---|
RGB | 130 | 91 | 181 |
HSL | 266° | 37.82% | 53.33% |
HSB/HSV | 266° | 49.72% | 70.98% |
CMYK | 28.18% | 49.72% | 0.00% |
29.02% |
Color #825BB5 in popluar number systems.
HEX | 82 | 5B | B5 |
Decimal | 130 | 91 | 181 |
Binary | 10000010 | 1011011 | 10110101 |
Octal | 202 | 133 | 265 |
Shades of #825BB5
Tints of #825BB5
Examples of css and html codes for elements with #825BB5 color. Also use rgb(130,91,181) instead hex code.
.myTextColor { color: #825BB5; }
<p style="color:#825BB5">This sample text font color is #825BB5.</p>
This text font color is #825BB5.
.myBgColor { background-color: #825BB5; }
<div style="background-color:#825BB5">Inner text</div>
This div background color is #825BB5.
.myBorderColor { border: 1px solid #825BB5; }
<div style="border:3px solid #825BB5">Div</div>
This div border color is #825BB5.
.myOpacity80 { color: #825BB5; opacity: 0.8; }
<p style="color:#825BB5;opacity:0.8;">80%</p>
Text with #825BB5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #825BB5;}
<p style="text-shadow: 3px 3px 1px #825BB5">Text here.</p>
This text has shadow with #825BB5 color.
.textShadow {text-shadow: 3px 3px 1px #825BB5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #825BB5, 5px 5px 20px red">Text here.</p>
This text has shadow with #825BB5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#825BB5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#825BB5, Direction=45, Strength=4)">Text</p>
This text has shadow with #825BB5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #825BB5;
-webkit-box-shadow: 1px 1px 3px 2px #825BB5;
box-shadow: 1px 1px 3px 2px #825BB5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #825BB5; -webkit-box-shadow: 1px 1px 3px 2px #825BB5; box-shadow:1px 1px 3px 2px #825BB5;">
Div content here
</div>
This text has color #825BB5 on black background.
This text has color #825BB5 on white background.
This text has black color on #825BB5 background.
This text has white color on #825BB5 background.
Complementary color for #hex is #7DA44A.