COLOR #82095D

HEX: #82095D
RGB: (130,9,93)

Color info

#82095D contains mainly red and blue colors. Web safe color of #82095D is #990066 (or #906).

RGB color model

#82095D color RGB value is (130,9,93).

  • red value is 130;
  • green value is 9;
  • blue value is 93.
RGB:
(130,9,93)
(51%,4%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 9 of 255 = 4%
B 93 of 255 = 36%

130
9
93

R + G + B ~ 30%. #82095D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 9 + 93 = 232 (100%)
R 130 of 232 ~ 56.03%
G 9 of 232 ~ 3.88%
B 93 of 232 ~ 40.09%

%56.03
%40.09

CMYK color model

#82095D color CMYK value is (0,93,28,49).

  • cyan value is 0.00%
  • magenta value is 93.08%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(0,93,28,49)
C0M93Y28K49 
(0%,93%,28%,49%)
(0.00/0.93/0.28/0.49)	

CMYK percentages

%0
%93.08
%28.46
%49.02

Codes

Color #82095D in popluar color models

82095D
RGB130993
HSL318°87.05%27.25%
HSB/HSV318°93.08%50.98%
CMYK0.00%93.08%28.46%
49.02%

Color #82095D in popluar number systems.

HEX82095D
Decimal130993
Binary1000001010011011101
Octal20211135

Shades and tints

Shades of #82095D

#82095D
(130,9,93)
#770955
(119,9,85)
#6C094D
(108,9,77)
#610945
(97,9,69)
#56093D
(86,9,61)
#4B0935
(75,9,53)
#40092D
(64,9,45)
#350925
(53,9,37)
#2A091D
(42,9,29)
#1F0915
(31,9,21)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #82095D

#82095D
(130,9,93)
#8D1F6B
(141,31,107)
#983579
(152,53,121)
#A34B87
(163,75,135)
#AE6195
(174,97,149)
#B977A3
(185,119,163)
#C48DB1
(196,141,177)
#CFA3BF
(207,163,191)
#DAB9CD
(218,185,205)
#E5CFDB
(229,207,219)
#F0E5E9
(240,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82095D color. Also use rgb(130,9,93) instead hex code.

Text Font Color

.myTextColor { color: #82095D; }

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

This text font color is #82095D.


Background Color

.myBgColor { background-color: #82095D; }

<div style="background-color:#82095D">Inner text</div>

This div background color is #82095D.


Border color

.myBorderColor { border: 1px solid #82095D; }

<div style="border:3px solid #82095D">Div</div>

This div border color is #82095D.


Opacity

.myOpacity80 { color: #82095D; opacity: 0.8; }

<p style="color:#82095D;opacity:0.8;">80%</p>

Text with #82095D 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 #82095D;}

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

This text has shadow with #82095D color.

.textShadow {text-shadow: 3px 3px 1px #82095D, 3px 3px 1px red;}

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

This text has shadow with #82095D primary color and red secondary color.


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

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

This text has shadow with #82095D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82095D on black background.


Color preview on white background

This text has color #82095D on white background.



Black color preview on #82095D background

This text has black color on #82095D background.


White color preview on #82095D background

This text has white color on #82095D background.