COLOR #825CA7

HEX: #825CA7
RGB: (130,92,167)

Color info

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

RGB color model

#825CA7 color RGB value is (130,92,167).

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

RGB channels and saturation

R 130 of 255 = 51%
G 92 of 255 = 36%
B 167 of 255 = 65%

130
92
167

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

Portions of RGB colors in percentages

R + G + B =
130 + 92 + 167 = 389 (100%)
R 130 of 389 ~ 33.42%
G 92 of 389 ~ 23.65%
B 167 of 389 ~ 42.93%

%33.42
%23.65
%42.93

CMYK color model

#825CA7 color CMYK value is (22,45,0,35).

  • cyan value is 22.16%
  • magenta value is 44.91%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(22,45,0,35)
C22M45Y0K35 
(22%,45%,0%,35%)
(0.22/0.45/0.00/0.35)	

CMYK percentages

%22.16
%44.91
%0
%34.51

Codes

Color #825CA7 in popluar color models

825CA7
RGB13092167
HSL270°29.88%50.78%
HSB/HSV270°44.91%65.49%
CMYK22.16%44.91%0.00%
34.51%

Color #825CA7 in popluar number systems.

HEX825CA7
Decimal13092167
Binary10000010101110010100111
Octal202134247

Shades and tints

Shades of #825CA7

#825CA7
(130,92,167)
#775498
(119,84,152)
#6C4C89
(108,76,137)
#61447A
(97,68,122)
#563C6B
(86,60,107)
#4B345C
(75,52,92)
#402C4D
(64,44,77)
#35243E
(53,36,62)
#2A1C2F
(42,28,47)
#1F1420
(31,20,32)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #825CA7

#825CA7
(130,92,167)
#8D6AAF
(141,106,175)
#9878B7
(152,120,183)
#A386BF
(163,134,191)
#AE94C7
(174,148,199)
#B9A2CF
(185,162,207)
#C4B0D7
(196,176,215)
#CFBEDF
(207,190,223)
#DACCE7
(218,204,231)
#E5DAEF
(229,218,239)
#F0E8F7
(240,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825CA7 color. Also use rgb(130,92,167) instead hex code.

Text Font Color

.myTextColor { color: #825CA7; }

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

This text font color is #825CA7.


Background Color

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

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

This div background color is #825CA7.


Border color

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

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

This div border color is #825CA7.


Opacity

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

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

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

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

This text has shadow with #825CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825CA7 on black background.


Color preview on white background

This text has color #825CA7 on white background.



Black color preview on #825CA7 background

This text has black color on #825CA7 background.


White color preview on #825CA7 background

This text has white color on #825CA7 background.