COLOR #825895

HEX: #825895
RGB: (130,88,149)

Color info

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

RGB color model

#825895 color RGB value is (130,88,149).

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

RGB channels and saturation

R 130 of 255 = 51%
G 88 of 255 = 35%
B 149 of 255 = 58%

130
88
149

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

Portions of RGB colors in percentages

R + G + B =
130 + 88 + 149 = 367 (100%)
R 130 of 367 ~ 35.42%
G 88 of 367 ~ 23.98%
B 149 of 367 ~ 40.6%

%35.42
%23.98
%40.6

CMYK color model

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

  • cyan value is 12.75%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(13,41,0,42)
C13M41Y0K42 
(13%,41%,0%,42%)
(0.13/0.41/0.00/0.42)	

CMYK percentages

%12.75
%40.94
%0
%41.57

Codes

Color #825895 in popluar color models

825895
RGB13088149
HSL281°25.74%46.47%
HSB/HSV281°40.94%58.43%
CMYK12.75%40.94%0.00%
41.57%

Color #825895 in popluar number systems.

HEX825895
Decimal13088149
Binary10000010101100010010101
Octal202130225

Shades and tints

Shades of #825895

#825895
(130,88,149)
#775088
(119,80,136)
#6C487B
(108,72,123)
#61406E
(97,64,110)
#563861
(86,56,97)
#4B3054
(75,48,84)
#402847
(64,40,71)
#35203A
(53,32,58)
#2A182D
(42,24,45)
#1F1020
(31,16,32)
#140813
(20,8,19)
#000000
(0,0,0)

Tints of #825895

#825895
(130,88,149)
#8D679E
(141,103,158)
#9876A7
(152,118,167)
#A385B0
(163,133,176)
#AE94B9
(174,148,185)
#B9A3C2
(185,163,194)
#C4B2CB
(196,178,203)
#CFC1D4
(207,193,212)
#DAD0DD
(218,208,221)
#E5DFE6
(229,223,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825895; }

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

This text font color is #825895.


Background Color

.myBgColor { background-color: #825895; }

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

This div background color is #825895.


Border color

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

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

This div border color is #825895.


Opacity

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

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

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

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

This text has shadow with #825895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825895 on black background.


Color preview on white background

This text has color #825895 on white background.



Black color preview on #825895 background

This text has black color on #825895 background.


White color preview on #825895 background

This text has white color on #825895 background.