COLOR #82599E

HEX: #82599E
RGB: (130,89,158)

Color info

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

RGB color model

#82599E color RGB value is (130,89,158).

  • red value is 130;
  • green value is 89;
  • blue value is 158.
RGB:
(130,89,158)
(51%,35%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 89 of 255 = 35%
B 158 of 255 = 62%

130
89
158

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

Portions of RGB colors in percentages

R + G + B =
130 + 89 + 158 = 377 (100%)
R 130 of 377 ~ 34.48%
G 89 of 377 ~ 23.61%
B 158 of 377 ~ 41.91%

%34.48
%23.61
%41.91

CMYK color model

#82599E color CMYK value is (18,44,0,38).

  • cyan value is 17.72%
  • magenta value is 43.67%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,44,0,38)
C18M44Y0K38 
(18%,44%,0%,38%)
(0.18/0.44/0.00/0.38)	

CMYK percentages

%17.72
%43.67
%0
%38.04

Codes

Color #82599E in popluar color models

82599E
RGB13089158
HSL276°27.94%48.43%
HSB/HSV276°43.67%61.96%
CMYK17.72%43.67%0.00%
38.04%

Color #82599E in popluar number systems.

HEX82599E
Decimal13089158
Binary10000010101100110011110
Octal202131236

Shades and tints

Shades of #82599E

#82599E
(130,89,158)
#775190
(119,81,144)
#6C4982
(108,73,130)
#614174
(97,65,116)
#563966
(86,57,102)
#4B3158
(75,49,88)
#40294A
(64,41,74)
#35213C
(53,33,60)
#2A192E
(42,25,46)
#1F1120
(31,17,32)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #82599E

#82599E
(130,89,158)
#8D68A6
(141,104,166)
#9877AE
(152,119,174)
#A386B6
(163,134,182)
#AE95BE
(174,149,190)
#B9A4C6
(185,164,198)
#C4B3CE
(196,179,206)
#CFC2D6
(207,194,214)
#DAD1DE
(218,209,222)
#E5E0E6
(229,224,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82599E color. Also use rgb(130,89,158) instead hex code.

Text Font Color

.myTextColor { color: #82599E; }

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

This text font color is #82599E.


Background Color

.myBgColor { background-color: #82599E; }

<div style="background-color:#82599E">Inner text</div>

This div background color is #82599E.


Border color

.myBorderColor { border: 1px solid #82599E; }

<div style="border:3px solid #82599E">Div</div>

This div border color is #82599E.


Opacity

.myOpacity80 { color: #82599E; opacity: 0.8; }

<p style="color:#82599E;opacity:0.8;">80%</p>

Text with #82599E 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 #82599E;}

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

This text has shadow with #82599E color.

.textShadow {text-shadow: 3px 3px 1px #82599E, 3px 3px 1px red;}

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

This text has shadow with #82599E primary color and red secondary color.


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

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

This text has shadow with #82599E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82599E on black background.


Color preview on white background

This text has color #82599E on white background.



Black color preview on #82599E background

This text has black color on #82599E background.


White color preview on #82599E background

This text has white color on #82599E background.