COLOR #8261AA

HEX: #8261AA RGB: (130,97,170)

Color info

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

RGB color model

#8261AA color RGB value is (130,97,170).

RGB: (130,97,170) (51%, 38%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 97 of 255 = 38%
B 170 of 255 = 67%

130
97
170

R + G + B ~ 52%. #8261AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 97 + 170 = 397 (100%)
R 130 of 397 ~ 32.75%
G 97 of 397 ~ 24.43%
B 170 of 397 ~ 42.82'%

%32.75
%24.43
%42.82

CMYK color model

#8261AA color CMYK value is (24,43,0,33).

  • cyan value is 23.53%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (24,43,0,33)
C24M43Y0K33 (24%, 43%, 0%, 33%)
(0.24 / 0.43 / 0.00 / 0.33)

CMYK percentages

%23.53
%42.94
%0
%33.33

Codes

Color #8261AA in popluar color models

82 61 AA
RGB 130 97 170
HSL 267° 30.04% 52.35%
HSB/HSV 267° 42.94% 66.67%
CMYK 23.53% 42.94% 0.00%
33.33%

Color #8261AA in popluar number systems.

HEX 82 61 AA
Decimal 130 97 170
Binary 10000010 1100001 10101010
Octal 202 141 252

Shades and tints

Shades of #8261AA

#8261AA
(130,97,170)
#77599B
(119,89,155)
#6C518C
(108,81,140)
#61497D
(97,73,125)
#56416E
(86,65,110)
#4B395F
(75,57,95)
#403150
(64,49,80)
#352941
(53,41,65)
#2A2132
(42,33,50)
#1F1923
(31,25,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8261AA

#8261AA
(130,97,170)
#8D6FB1
(141,111,177)
#987DB8
(152,125,184)
#A38BBF
(163,139,191)
#AE99C6
(174,153,198)
#B9A7CD
(185,167,205)
#C4B5D4
(196,181,212)
#CFC3DB
(207,195,219)
#DAD1E2
(218,209,226)
#E5DFE9
(229,223,233)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8261AA color. Also use rgb(130,97,170) instead hex code.

Text Font Color

.myTextColor { color: #8261AA; }

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

This text font color is #8261AA.

Background Color

.myBgColor { background-color: #8261AA; }

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

This div background color is #8261AA.

Border color

.myBorderColor { border: 1px solid #8261AA; }

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

This div border color is #8261AA.

Opacity

.myOpacity80 { color: #8261AA; opacity: 0.8; }

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

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

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

This text has shadow with #8261AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8261AA.

Preview

Color preview on black background

This text has color #8261AA on black background.


Color preview on white background

This text has color #8261AA on white background.


Black color preview on #8261AA background

This text has black color on #8261AA background.


White color preview on #8261AA background

This text has white color on #8261AA background.


Related colors

Complementary color

Complementary color for #hex is #7D9E55.


I love getcolorcode.com

Triadic colors

1 #AA8261 and #61AA82 with #8261AA are triadic colors.

2 #AA6182 and #6182AA with #8261AA are triadic colors.