COLOR #825DA5

HEX: #825DA5
RGB: (130,93,165)

Color info

#825DA5 contains mainly red and blue colors. Web safe color of #825DA5 is #996699 (or #969).

RGB color model

#825DA5 color RGB value is (130,93,165).

  • red value is 130;
  • green value is 93;
  • blue value is 165.
RGB:
(130,93,165)
(51%,36%,65%)

RGB channels and saturation

R 130 of 255 = 51%
G 93 of 255 = 36%
B 165 of 255 = 65%

130
93
165

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

Portions of RGB colors in percentages

R + G + B =
130 + 93 + 165 = 388 (100%)
R 130 of 388 ~ 33.51%
G 93 of 388 ~ 23.97%
B 165 of 388 ~ 42.53%

%33.51
%23.97
%42.53

CMYK color model

#825DA5 color CMYK value is (21,44,0,35).

  • cyan value is 21.21%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(21,44,0,35)
C21M44Y0K35 
(21%,44%,0%,35%)
(0.21/0.44/0.00/0.35)	

CMYK percentages

%21.21
%43.64
%0
%35.29

Codes

Color #825DA5 in popluar color models

825DA5
RGB13093165
HSL271°28.57%50.59%
HSB/HSV271°43.64%64.71%
CMYK21.21%43.64%0.00%
35.29%

Color #825DA5 in popluar number systems.

HEX825DA5
Decimal13093165
Binary10000010101110110100101
Octal202135245

Shades and tints

Shades of #825DA5

#825DA5
(130,93,165)
#775596
(119,85,150)
#6C4D87
(108,77,135)
#614578
(97,69,120)
#563D69
(86,61,105)
#4B355A
(75,53,90)
#402D4B
(64,45,75)
#35253C
(53,37,60)
#2A1D2D
(42,29,45)
#1F151E
(31,21,30)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #825DA5

#825DA5
(130,93,165)
#8D6BAD
(141,107,173)
#9879B5
(152,121,181)
#A387BD
(163,135,189)
#AE95C5
(174,149,197)
#B9A3CD
(185,163,205)
#C4B1D5
(196,177,213)
#CFBFDD
(207,191,221)
#DACDE5
(218,205,229)
#E5DBED
(229,219,237)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825DA5 color. Also use rgb(130,93,165) instead hex code.

Text Font Color

.myTextColor { color: #825DA5; }

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

This text font color is #825DA5.


Background Color

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

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

This div background color is #825DA5.


Border color

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

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

This div border color is #825DA5.


Opacity

.myOpacity80 { color: #825DA5; opacity: 0.8; }

<p style="color:#825DA5;opacity:0.8;">80%</p>

Text with #825DA5 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 #825DA5;}

<p style="text-shadow: 3px 3px 1px #825DA5">Text here.</p>

This text has shadow with #825DA5 color.

.textShadow {text-shadow: 3px 3px 1px #825DA5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #825DA5, 5px 5px 20px red">Text here.</p>

This text has shadow with #825DA5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#825DA5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#825DA5, Direction=45, Strength=4)">Text</p>

This text has shadow with #825DA5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #825DA5;
  -webkit-box-shadow:	1px 1px 3px 2px #825DA5;
  box-shadow:		1px 1px 3px 2px #825DA5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #825DA5;
-webkit-box-shadow: 1px 1px 3px 2px #825DA5;
box-shadow:1px 1px 3px 2px #825DA5;">
Div content here</div>
This div box has shadow with color #825DA5.

Preview

Color preview on black background

This text has color #825DA5 on black background.


Color preview on white background

This text has color #825DA5 on white background.



Black color preview on #825DA5 background

This text has black color on #825DA5 background.


White color preview on #825DA5 background

This text has white color on #825DA5 background.