COLOR #827AA1

HEX: #827AA1 RGB: (130,122,161)

Color info

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

RGB color model

#827AA1 color RGB value is (130,122,161).

RGB: (130,122,161) (51%, 48%, 63%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 161 of 255 = 63%

130
122
161

R + G + B ~ 54%. #827AA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 122 + 161 = 413 (100%)
R 130 of 413 ~ 31.48%
G 122 of 413 ~ 29.54%
B 161 of 413 ~ 38.98'%

%31.48
%29.54
%38.98

CMYK color model

#827AA1 color CMYK value is (19,24,0,37).

  • cyan value is 19.25%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (19,24,0,37) C19M24Y0K37 (19%,24%,0%,37%) (0.19/0.24/0.00/0.37) 

CMYK percentages

%19.25
%24.22
%0
%36.86

Codes

Color #827AA1 in popluar color models

82 7A A1
RGB 130 122 161
HSL 252° 17.18% 55.49%
HSB/HSV 252° 24.22% 63.14%
CMYK 19.25% 24.22% 0.00%
36.86%

Color #827AA1 in popluar number systems.

HEX 82 7A A1
Decimal 130 122 161
Binary 10000010 1111010 10100001
Octal 202 172 241

Shades and tints

Shades of #827AA1

#827AA1
(130,122,161)
#776F93
(119,111,147)
#6C6485
(108,100,133)
#615977
(97,89,119)
#564E69
(86,78,105)
#4B435B
(75,67,91)
#40384D
(64,56,77)
#352D3F
(53,45,63)
#2A2231
(42,34,49)
#1F1723
(31,23,35)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #827AA1

#827AA1
(130,122,161)
#8D86A9
(141,134,169)
#9892B1
(152,146,177)
#A39EB9
(163,158,185)
#AEAAC1
(174,170,193)
#B9B6C9
(185,182,201)
#C4C2D1
(196,194,209)
#CFCED9
(207,206,217)
#DADAE1
(218,218,225)
#E5E6E9
(229,230,233)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827AA1 color. Also use rgb(130,122,161) instead hex code.

Text Font Color

.myTextColor { color: #827AA1; }

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

This text font color is #827AA1.

Background Color

.myBgColor { background-color: #827AA1; }

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

This div background color is #827AA1.

Border color

.myBorderColor { border: 1px solid #827AA1; }

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

This div border color is #827AA1.

Opacity

.myOpacity80 { color: #827AA1; opacity: 0.8; }

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

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

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

This text has shadow with #827AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827AA1.

Preview

Color preview on black background

This text has color #827AA1 on black background.


Color preview on white background

This text has color #827AA1 on white background.


Black color preview on #827AA1 background

This text has black color on #827AA1 background.


White color preview on #827AA1 background

This text has white color on #827AA1 background.


Related colors

Complementary color

Complementary color for #hex is #7D855E.


I love getcolorcode.com

Triadic colors

1 #A1827A and #7AA182 with #827AA1 are triadic colors.

2 #A17A82 and #7A82A1 with #827AA1 are triadic colors.