COLOR #825BB5

HEX: #825BB5 RGB: (130,91,181)

Color info

#825BB5 contains mainly red and blue colors. Web safe color of #825BB5 is #9966CC (or #96C).

RGB color model

#825BB5 color RGB value is (130,91,181).

RGB: (130,91,181) (51%, 36%, 71%)

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 181 of 255 = 71%

130
91
181

R + G + B ~ 53%. #825BB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%32.34
%22.64
%45.02

CMYK color model

#825BB5 color CMYK value is (28,50,0,29).

  • cyan value is 28.18%
  • magenta value is 49.72%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (28,50,0,29)
C28M50Y0K29 (28%, 50%, 0%, 29%)
(0.28 / 0.50 / 0.00 / 0.29)

CMYK percentages

%28.18
%49.72
%0
%29.02

Codes

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 and tints

Shades of #825BB5

#825BB5
(130,91,181)
#7753A5
(119,83,165)
#6C4B95
(108,75,149)
#614385
(97,67,133)
#563B75
(86,59,117)
#4B3365
(75,51,101)
#402B55
(64,43,85)
#352345
(53,35,69)
#2A1B35
(42,27,53)
#1F1325
(31,19,37)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #825BB5

#825BB5
(130,91,181)
#8D69BB
(141,105,187)
#9877C1
(152,119,193)
#A385C7
(163,133,199)
#AE93CD
(174,147,205)
#B9A1D3
(185,161,211)
#C4AFD9
(196,175,217)
#CFBDDF
(207,189,223)
#DACBE5
(218,203,229)
#E5D9EB
(229,217,235)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825BB5 color. Also use rgb(130,91,181) instead hex code.

Text Font Color

.myTextColor { color: #825BB5; }

<p style="color:#825BB5">This sample text font color is #825BB5.</p>

This text font color is #825BB5.

Background Color

.myBgColor { background-color: #825BB5; }

<div style="background-color:#825BB5">Inner text</div>

This div background color is #825BB5.

Border color

.myBorderColor { border: 1px solid #825BB5; }

<div style="border:3px solid #825BB5">Div</div>

This div border color is #825BB5.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #825BB5.

Preview

Color preview on black background

This text has color #825BB5 on black background.


Color preview on white background

This text has color #825BB5 on white background.


Black color preview on #825BB5 background

This text has black color on #825BB5 background.


White color preview on #825BB5 background

This text has white color on #825BB5 background.


Related colors

Complementary color

Complementary color for #hex is #7DA44A.


I love getcolorcode.com

Triadic colors

1 #B5825B and #5BB582 with #825BB5 are triadic colors.

2 #B55B82 and #5B82B5 with #825BB5 are triadic colors.