COLOR #825FC6

HEX: #825FC6
RGB: (130,95,198)

Color info

#825FC6 contains mainly blue color. Web safe color of #825FC6 is #9966CC (or #96C).

RGB color model

#825FC6 color RGB value is (130,95,198).

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

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 198 of 255 = 78%

130
95
198

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 198 = 423 (100%)
R 130 of 423 ~ 30.73%
G 95 of 423 ~ 22.46%
B 198 of 423 ~ 46.81%

%30.73
%22.46
%46.81

CMYK color model

#825FC6 color CMYK value is (34,52,0,22).

  • cyan value is 34.34%
  • magenta value is 52.02%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(34,52,0,22)
C34M52Y0K22 
(34%,52%,0%,22%)
(0.34/0.52/0.00/0.22)	

CMYK percentages

%34.34
%52.02
%0
%22.35

Codes

Color #825FC6 in popluar color models

825FC6
RGB13095198
HSL260°47.47%57.45%
HSB/HSV260°52.02%77.65%
CMYK34.34%52.02%0.00%
22.35%

Color #825FC6 in popluar number systems.

HEX825FC6
Decimal13095198
Binary10000010101111111000110
Octal202137306

Shades and tints

Shades of #825FC6

#825FC6
(130,95,198)
#7757B4
(119,87,180)
#6C4FA2
(108,79,162)
#614790
(97,71,144)
#563F7E
(86,63,126)
#4B376C
(75,55,108)
#402F5A
(64,47,90)
#352748
(53,39,72)
#2A1F36
(42,31,54)
#1F1724
(31,23,36)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #825FC6

#825FC6
(130,95,198)
#8D6DCB
(141,109,203)
#987BD0
(152,123,208)
#A389D5
(163,137,213)
#AE97DA
(174,151,218)
#B9A5DF
(185,165,223)
#C4B3E4
(196,179,228)
#CFC1E9
(207,193,233)
#DACFEE
(218,207,238)
#E5DDF3
(229,221,243)
#F0EBF8
(240,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825FC6; }

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

This text font color is #825FC6.


Background Color

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

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

This div background color is #825FC6.


Border color

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

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

This div border color is #825FC6.


Opacity

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

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

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

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

This text has shadow with #825FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825FC6 on black background.


Color preview on white background

This text has color #825FC6 on white background.



Black color preview on #825FC6 background

This text has black color on #825FC6 background.


White color preview on #825FC6 background

This text has white color on #825FC6 background.