COLOR #825FB1

HEX: #825FB1
RGB: (130,95,177)

Color info

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

RGB color model

#825FB1 color RGB value is (130,95,177).

  • red value is 130;
  • green value is 95;
  • blue value is 177.
RGB:
(130,95,177)
(51%,37%,69%)

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 177 of 255 = 69%

130
95
177

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 177 = 402 (100%)
R 130 of 402 ~ 32.34%
G 95 of 402 ~ 23.63%
B 177 of 402 ~ 44.03%

%32.34
%23.63
%44.03

CMYK color model

#825FB1 color CMYK value is (27,46,0,31).

  • cyan value is 26.55%
  • magenta value is 46.33%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(27,46,0,31)
C27M46Y0K31 
(27%,46%,0%,31%)
(0.27/0.46/0.00/0.31)	

CMYK percentages

%26.55
%46.33
%0
%30.59

Codes

Color #825FB1 in popluar color models

825FB1
RGB13095177
HSL266°34.45%53.33%
HSB/HSV266°46.33%69.41%
CMYK26.55%46.33%0.00%
30.59%

Color #825FB1 in popluar number systems.

HEX825FB1
Decimal13095177
Binary10000010101111110110001
Octal202137261

Shades and tints

Shades of #825FB1

#825FB1
(130,95,177)
#7757A1
(119,87,161)
#6C4F91
(108,79,145)
#614781
(97,71,129)
#563F71
(86,63,113)
#4B3761
(75,55,97)
#402F51
(64,47,81)
#352741
(53,39,65)
#2A1F31
(42,31,49)
#1F1721
(31,23,33)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #825FB1

#825FB1
(130,95,177)
#8D6DB8
(141,109,184)
#987BBF
(152,123,191)
#A389C6
(163,137,198)
#AE97CD
(174,151,205)
#B9A5D4
(185,165,212)
#C4B3DB
(196,179,219)
#CFC1E2
(207,193,226)
#DACFE9
(218,207,233)
#E5DDF0
(229,221,240)
#F0EBF7
(240,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825FB1 color. Also use rgb(130,95,177) instead hex code.

Text Font Color

.myTextColor { color: #825FB1; }

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

This text font color is #825FB1.


Background Color

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

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

This div background color is #825FB1.


Border color

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

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

This div border color is #825FB1.


Opacity

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

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

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

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

This text has shadow with #825FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825FB1 on black background.


Color preview on white background

This text has color #825FB1 on white background.



Black color preview on #825FB1 background

This text has black color on #825FB1 background.


White color preview on #825FB1 background

This text has white color on #825FB1 background.