COLOR #82559A

HEX: #82559A RGB: (130,85,154)

Color info

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

RGB color model

#82559A color RGB value is (130,85,154).

RGB: (130,85,154) (51%, 33%, 60%)

RGB channels and saturation

R 130 of 255 = 51%
G 85 of 255 = 33%
B 154 of 255 = 60%

130
85
154

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

Portions of RGB colors in percentages

R + G + B = 130 + 85 + 154 = 369 (100%)
R 130 of 369 ~ 35.23%
G 85 of 369 ~ 23.04%
B 154 of 369 ~ 41.73'%

%35.23
%23.04
%41.73

CMYK color model

#82559A color CMYK value is (16,45,0,40).

  • cyan value is 15.58%
  • magenta value is 44.81%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (16,45,0,40)
C16M45Y0K40 (16%, 45%, 0%, 40%)
(0.16 / 0.45 / 0.00 / 0.40)

CMYK percentages

%15.58
%44.81
%0
%39.61

Codes

Color #82559A in popluar color models

82 55 9A
RGB 130 85 154
HSL 279° 28.87% 46.86%
HSB/HSV 279° 44.81% 60.39%
CMYK 15.58% 44.81% 0.00%
39.61%

Color #82559A in popluar number systems.

HEX 82 55 9A
Decimal 130 85 154
Binary 10000010 1010101 10011010
Octal 202 125 232

Shades and tints

Shades of #82559A

#82559A
(130,85,154)
#774E8C
(119,78,140)
#6C477E
(108,71,126)
#614070
(97,64,112)
#563962
(86,57,98)
#4B3254
(75,50,84)
#402B46
(64,43,70)
#352438
(53,36,56)
#2A1D2A
(42,29,42)
#1F161C
(31,22,28)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #82559A

#82559A
(130,85,154)
#8D64A3
(141,100,163)
#9873AC
(152,115,172)
#A382B5
(163,130,181)
#AE91BE
(174,145,190)
#B9A0C7
(185,160,199)
#C4AFD0
(196,175,208)
#CFBED9
(207,190,217)
#DACDE2
(218,205,226)
#E5DCEB
(229,220,235)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82559A color. Also use rgb(130,85,154) instead hex code.

Text Font Color

.myTextColor { color: #82559A; }

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

This text font color is #82559A.

Background Color

.myBgColor { background-color: #82559A; }

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

This div background color is #82559A.

Border color

.myBorderColor { border: 1px solid #82559A; }

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

This div border color is #82559A.

Opacity

.myOpacity80 { color: #82559A; opacity: 0.8; }

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

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

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

This text has shadow with #82559A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82559A.

Preview

Color preview on black background

This text has color #82559A on black background.


Color preview on white background

This text has color #82559A on white background.


Black color preview on #82559A background

This text has black color on #82559A background.


White color preview on #82559A background

This text has white color on #82559A background.


Related colors

Complementary color

Complementary color for #hex is #7DAA65.


I love getcolorcode.com

Triadic colors

1 #9A8255 and #559A82 with #82559A are triadic colors.

2 #9A5582 and #55829A with #82559A are triadic colors.