COLOR #825695

HEX: #825695
RGB: (130,86,149)

Color info

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

RGB color model

#825695 color RGB value is (130,86,149).

  • red value is 130;
  • green value is 86;
  • blue value is 149.
RGB:
(130,86,149)
(51%,34%,58%)

RGB channels and saturation

R 130 of 255 = 51%
G 86 of 255 = 34%
B 149 of 255 = 58%

130
86
149

R + G + B ~ 48%. #825695 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 86 + 149 = 365 (100%)
R 130 of 365 ~ 35.62%
G 86 of 365 ~ 23.56%
B 149 of 365 ~ 40.82%

%35.62
%23.56
%40.82

CMYK color model

#825695 color CMYK value is (13,42,0,42).

  • cyan value is 12.75%
  • magenta value is 42.28%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(13,42,0,42)
C13M42Y0K42 
(13%,42%,0%,42%)
(0.13/0.42/0.00/0.42)	

CMYK percentages

%12.75
%42.28
%0
%41.57

Codes

Color #825695 in popluar color models

825695
RGB13086149
HSL282°26.81%46.08%
HSB/HSV282°42.28%58.43%
CMYK12.75%42.28%0.00%
41.57%

Color #825695 in popluar number systems.

HEX825695
Decimal13086149
Binary10000010101011010010101
Octal202126225

Shades and tints

Shades of #825695

#825695
(130,86,149)
#774F88
(119,79,136)
#6C487B
(108,72,123)
#61416E
(97,65,110)
#563A61
(86,58,97)
#4B3354
(75,51,84)
#402C47
(64,44,71)
#35253A
(53,37,58)
#2A1E2D
(42,30,45)
#1F1720
(31,23,32)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #825695

#825695
(130,86,149)
#8D659E
(141,101,158)
#9874A7
(152,116,167)
#A383B0
(163,131,176)
#AE92B9
(174,146,185)
#B9A1C2
(185,161,194)
#C4B0CB
(196,176,203)
#CFBFD4
(207,191,212)
#DACEDD
(218,206,221)
#E5DDE6
(229,221,230)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825695 color. Also use rgb(130,86,149) instead hex code.

Text Font Color

.myTextColor { color: #825695; }

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

This text font color is #825695.


Background Color

.myBgColor { background-color: #825695; }

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

This div background color is #825695.


Border color

.myBorderColor { border: 1px solid #825695; }

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

This div border color is #825695.


Opacity

.myOpacity80 { color: #825695; opacity: 0.8; }

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

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

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

This text has shadow with #825695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825695 on black background.


Color preview on white background

This text has color #825695 on white background.



Black color preview on #825695 background

This text has black color on #825695 background.


White color preview on #825695 background

This text has white color on #825695 background.