COLOR #820D85

HEX: #820D85
RGB: (130,13,133)

Renk bilgisi

#820D85 contains mainly red and blue colors. #820D85 ‘ nin web güvenlik rengi #990099 (ya da #909) dir.

RGB renk modeli

#820D85 color RGB value is (130,13,133).

  • kırmız ton 130;
  • yeşil ton 13;
  • mavi ton 133.
RGB:
(130,13,133)
(51%,5%,52%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 13 of 255 = 5%
B 133 of 255 = 52%

130
13
133

R + G + B ~ 36%. #820D85 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 13 + 133 = 276 (100%)
R 130 of 276 ~ 47.1%
G 13 of 276 ~ 4.71%
B 133 of 276 ~ 48.19%

%47.1
%48.19

CMYK RENK MODELİ

#820D85 rengi CMYK tonu (2,90,0,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 90.23%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,90,0,48)
C2M90Y0K48 
(2%,90%,0%,48%)
(0.02/0.90/0.00/0.48)	

CMYK yüzdeleri

%2.26
%90.23
%0
%47.84

Codes

Color #820D85 in popluar color models

820D85
RGB13013133
HSL299°82.19%28.63%
HSB/HSV299°90.23%52.16%
CMYK2.26%90.23%0.00%
47.84%

Color #820D85 in popluar number systems.

HEX820D85
Decimal13013133
Binary10000010110110000101
Octal20215205

Shades and tints

Shades of #820D85

#820D85
(130,13,133)
#770C79
(119,12,121)
#6C0B6D
(108,11,109)
#610A61
(97,10,97)
#560955
(86,9,85)
#4B0849
(75,8,73)
#40073D
(64,7,61)
#350631
(53,6,49)
#2A0525
(42,5,37)
#1F0419
(31,4,25)
#14030D
(20,3,13)
#000000
(0,0,0)

Tints of #820D85

#820D85
(130,13,133)
#8D2390
(141,35,144)
#98399B
(152,57,155)
#A34FA6
(163,79,166)
#AE65B1
(174,101,177)
#B97BBC
(185,123,188)
#C491C7
(196,145,199)
#CFA7D2
(207,167,210)
#DABDDD
(218,189,221)
#E5D3E8
(229,211,232)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820D85 color. Also use rgb(130,13,133) instead hex code.

Text Font Color

.myTextColor { color: #820D85; }

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

This text font color is #820D85.


Background Color

.myBgColor { background-color: #820D85; }

<div style="background-color:#820D85">Inner text</div>

This div background color is #820D85.


Border color

.myBorderColor { border: 1px solid #820D85; }

<div style="border:3px solid #820D85">Div</div>

This div border color is #820D85.


Opacity

.myOpacity80 { color: #820D85; opacity: 0.8; }

<p style="color:#820D85;opacity:0.8;">80%</p>

Text with #820D85 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 #820D85;}

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

This text has shadow with #820D85 color.

.textShadow {text-shadow: 3px 3px 1px #820D85, 3px 3px 1px red;}

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

This text has shadow with #820D85 primary color and red secondary color.


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

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

This text has shadow with #820D85 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820D85 on black background.


Color preview on white background

This text has color #820D85 on white background.



Black color preview on #820D85 background

This text has black color on #820D85 background.


White color preview on #820D85 background

This text has white color on #820D85 background.