COLOR #825E94

HEX: #825E94 RGB: (130,94,148)

Color info

#825E94 contains red, green and blue colors in about the same proportion. Web safe color of #825E94 is #996699 (or #969).

RGB color model

#825E94 color RGB value is (130,94,148).

RGB: (130,94,148) (51%, 37%, 58%)

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 148 of 255 = 58%

130
94
148

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

Portions of RGB colors in percentages

R + G + B = 130 + 94 + 148 = 372 (100%)
R 130 of 372 ~ 34.95%
G 94 of 372 ~ 25.27%
B 148 of 372 ~ 39.78'%

%34.95
%25.27
%39.78

CMYK color model

#825E94 color CMYK value is (12,36,0,42).

  • cyan value is 12.16%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (12,36,0,42)
C12M36Y0K42 (12%, 36%, 0%, 42%)
(0.12 / 0.36 / 0.00 / 0.42)

CMYK percentages

%12.16
%36.49
%0
%41.96

Codes

Color #825E94 in popluar color models

82 5E 94
RGB 130 94 148
HSL 280° 22.31% 47.45%
HSB/HSV 280° 36.49% 58.04%
CMYK 12.16% 36.49% 0.00%
41.96%

Color #825E94 in popluar number systems.

HEX 82 5E 94
Decimal 130 94 148
Binary 10000010 1011110 10010100
Octal 202 136 224

Shades and tints

Shades of #825E94

#825E94
(130,94,148)
#775687
(119,86,135)
#6C4E7A
(108,78,122)
#61466D
(97,70,109)
#563E60
(86,62,96)
#4B3653
(75,54,83)
#402E46
(64,46,70)
#352639
(53,38,57)
#2A1E2C
(42,30,44)
#1F161F
(31,22,31)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #825E94

#825E94
(130,94,148)
#8D6C9D
(141,108,157)
#987AA6
(152,122,166)
#A388AF
(163,136,175)
#AE96B8
(174,150,184)
#B9A4C1
(185,164,193)
#C4B2CA
(196,178,202)
#CFC0D3
(207,192,211)
#DACEDC
(218,206,220)
#E5DCE5
(229,220,229)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825E94 color. Also use rgb(130,94,148) instead hex code.

Text Font Color

.myTextColor { color: #825E94; }

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

This text font color is #825E94.

Background Color

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

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

This div background color is #825E94.

Border color

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

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

This div border color is #825E94.

Opacity

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

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

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

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

This text has shadow with #825E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825E94.

Preview

Color preview on black background

This text has color #825E94 on black background.


Color preview on white background

This text has color #825E94 on white background.


Black color preview on #825E94 background

This text has black color on #825E94 background.


White color preview on #825E94 background

This text has white color on #825E94 background.


Related colors

Complementary color

Complementary color for #hex is #7DA16B.


I love getcolorcode.com

Triadic colors

1 #94825E and #5E9482 with #825E94 are triadic colors.

2 #945E82 and #5E8294 with #825E94 are triadic colors.