COLOR #825492

HEX: #825492
RGB: (130,84,146)

Color info

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

RGB color model

#825492 color RGB value is (130,84,146).

  • red value is 130;
  • green value is 84;
  • blue value is 146.
RGB:
(130,84,146)
(51%,33%,57%)

RGB channels and saturation

R 130 of 255 = 51%
G 84 of 255 = 33%
B 146 of 255 = 57%

130
84
146

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

Portions of RGB colors in percentages

R + G + B =
130 + 84 + 146 = 360 (100%)
R 130 of 360 ~ 36.11%
G 84 of 360 ~ 23.33%
B 146 of 360 ~ 40.56%

%36.11
%23.33
%40.56

CMYK color model

#825492 color CMYK value is (11,42,0,43).

  • cyan value is 10.96%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(11,42,0,43)
C11M42Y0K43 
(11%,42%,0%,43%)
(0.11/0.42/0.00/0.43)	

CMYK percentages

%10.96
%42.47
%0
%42.75

Codes

Color #825492 in popluar color models

825492
RGB13084146
HSL285°26.96%45.10%
HSB/HSV285°42.47%57.25%
CMYK10.96%42.47%0.00%
42.75%

Color #825492 in popluar number systems.

HEX825492
Decimal13084146
Binary10000010101010010010010
Octal202124222

Shades and tints

Shades of #825492

#825492
(130,84,146)
#774D85
(119,77,133)
#6C4678
(108,70,120)
#613F6B
(97,63,107)
#56385E
(86,56,94)
#4B3151
(75,49,81)
#402A44
(64,42,68)
#352337
(53,35,55)
#2A1C2A
(42,28,42)
#1F151D
(31,21,29)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #825492

#825492
(130,84,146)
#8D639B
(141,99,155)
#9872A4
(152,114,164)
#A381AD
(163,129,173)
#AE90B6
(174,144,182)
#B99FBF
(185,159,191)
#C4AEC8
(196,174,200)
#CFBDD1
(207,189,209)
#DACCDA
(218,204,218)
#E5DBE3
(229,219,227)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825492 color. Also use rgb(130,84,146) instead hex code.

Text Font Color

.myTextColor { color: #825492; }

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

This text font color is #825492.


Background Color

.myBgColor { background-color: #825492; }

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

This div background color is #825492.


Border color

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

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

This div border color is #825492.


Opacity

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

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

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

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

This text has shadow with #825492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825492 on black background.


Color preview on white background

This text has color #825492 on white background.



Black color preview on #825492 background

This text has black color on #825492 background.


White color preview on #825492 background

This text has white color on #825492 background.