COLOR #820D90

HEX: #820D90
RGB: (130,13,144)

Renk bilgisi

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

RGB renk modeli

#820D90 color RGB value is (130,13,144).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 13 of 255 = 5%
B 144 of 255 = 56%

130
13
144

R + G + B ~ 37%. #820D90 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 13 + 144 = 287 (100%)
R 130 of 287 ~ 45.3%
G 13 of 287 ~ 4.53%
B 144 of 287 ~ 50.17%

%45.3
%50.17

CMYK RENK MODELİ

#820D90 rengi CMYK tonu (10,91,0,44).

  • camgöbeği tonu 9.72%
  • eflatun tonu 90.97%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(10,91,0,44)
C10M91Y0K44 
(10%,91%,0%,44%)
(0.10/0.91/0.00/0.44)	

CMYK yüzdeleri

%9.72
%90.97
%0
%43.53

Codes

Color #820D90 in popluar color models

820D90
RGB13013144
HSL294°83.44%30.78%
HSB/HSV294°90.97%56.47%
CMYK9.72%90.97%0.00%
43.53%

Color #820D90 in popluar number systems.

HEX820D90
Decimal13013144
Binary10000010110110010000
Octal20215220

Shades and tints

Shades of #820D90

#820D90
(130,13,144)
#770C83
(119,12,131)
#6C0B76
(108,11,118)
#610A69
(97,10,105)
#56095C
(86,9,92)
#4B084F
(75,8,79)
#400742
(64,7,66)
#350635
(53,6,53)
#2A0528
(42,5,40)
#1F041B
(31,4,27)
#14030E
(20,3,14)
#000000
(0,0,0)

Tints of #820D90

#820D90
(130,13,144)
#8D239A
(141,35,154)
#9839A4
(152,57,164)
#A34FAE
(163,79,174)
#AE65B8
(174,101,184)
#B97BC2
(185,123,194)
#C491CC
(196,145,204)
#CFA7D6
(207,167,214)
#DABDE0
(218,189,224)
#E5D3EA
(229,211,234)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #820D90; }

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

This text font color is #820D90.


Background Color

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

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

This div background color is #820D90.


Border color

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

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

This div border color is #820D90.


Opacity

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

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

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

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

This text has shadow with #820D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820D90 on black background.


Color preview on white background

This text has color #820D90 on white background.



Black color preview on #820D90 background

This text has black color on #820D90 background.


White color preview on #820D90 background

This text has white color on #820D90 background.