COLOR #82609A

HEX: #82609A
RGB: (130,96,154)

Color info

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

RGB color model

#82609A color RGB value is (130,96,154).

  • red value is 130;
  • green value is 96;
  • blue value is 154.
RGB:
(130,96,154)
(51%,38%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 154 of 255 = 60%

130
96
154

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 154 = 380 (100%)
R 130 of 380 ~ 34.21%
G 96 of 380 ~ 25.26%
B 154 of 380 ~ 40.53%

%34.21
%25.26
%40.53

CMYK color model

#82609A color CMYK value is (16,38,0,40).

  • cyan value is 15.58%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,38,0,40)
C16M38Y0K40 
(16%,38%,0%,40%)
(0.16/0.38/0.00/0.40)	

CMYK percentages

%15.58
%37.66
%0
%39.61

Codes

Color #82609A in popluar color models

82609A
RGB13096154
HSL275°23.20%49.02%
HSB/HSV275°37.66%60.39%
CMYK15.58%37.66%0.00%
39.61%

Color #82609A in popluar number systems.

HEX82609A
Decimal13096154
Binary10000010110000010011010
Octal202140232

Shades and tints

Shades of #82609A

#82609A
(130,96,154)
#77588C
(119,88,140)
#6C507E
(108,80,126)
#614870
(97,72,112)
#564062
(86,64,98)
#4B3854
(75,56,84)
#403046
(64,48,70)
#352838
(53,40,56)
#2A202A
(42,32,42)
#1F181C
(31,24,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #82609A

#82609A
(130,96,154)
#8D6EA3
(141,110,163)
#987CAC
(152,124,172)
#A38AB5
(163,138,181)
#AE98BE
(174,152,190)
#B9A6C7
(185,166,199)
#C4B4D0
(196,180,208)
#CFC2D9
(207,194,217)
#DAD0E2
(218,208,226)
#E5DEEB
(229,222,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82609A; }

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

This text font color is #82609A.


Background Color

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

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

This div background color is #82609A.


Border color

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

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

This div border color is #82609A.


Opacity

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

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

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

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

This text has shadow with #82609A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82609A on black background.


Color preview on white background

This text has color #82609A on white background.



Black color preview on #82609A background

This text has black color on #82609A background.


White color preview on #82609A background

This text has white color on #82609A background.