COLOR #82519F

HEX: #82519F
RGB: (130,81,159)

Renk bilgisi

#82519F contains mainly red and blue colors. #82519F ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#82519F color RGB value is (130,81,159).

  • kırmız ton 130;
  • yeşil ton 81;
  • mavi ton 159.
RGB:
(130,81,159)
(51%,32%,62%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 81 of 255 = 32%
B 159 of 255 = 62%

130
81
159

R + G + B ~ 48%. #82519F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 81 + 159 = 370 (100%)
R 130 of 370 ~ 35.14%
G 81 of 370 ~ 21.89%
B 159 of 370 ~ 42.97%

%35.14
%21.89
%42.97

CMYK RENK MODELİ

#82519F rengi CMYK tonu (18,49,0,38).

  • camgöbeği tonu 18.24%
  • eflatun tonu 49.06%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(18,49,0,38)
C18M49Y0K38 
(18%,49%,0%,38%)
(0.18/0.49/0.00/0.38)	

CMYK yüzdeleri

%18.24
%49.06
%0
%37.65

Codes

Color #82519F in popluar color models

82519F
RGB13081159
HSL278°32.50%47.06%
HSB/HSV278°49.06%62.35%
CMYK18.24%49.06%0.00%
37.65%

Color #82519F in popluar number systems.

HEX82519F
Decimal13081159
Binary10000010101000110011111
Octal202121237

Shades and tints

Shades of #82519F

#82519F
(130,81,159)
#774A91
(119,74,145)
#6C4383
(108,67,131)
#613C75
(97,60,117)
#563567
(86,53,103)
#4B2E59
(75,46,89)
#40274B
(64,39,75)
#35203D
(53,32,61)
#2A192F
(42,25,47)
#1F1221
(31,18,33)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #82519F

#82519F
(130,81,159)
#8D60A7
(141,96,167)
#986FAF
(152,111,175)
#A37EB7
(163,126,183)
#AE8DBF
(174,141,191)
#B99CC7
(185,156,199)
#C4ABCF
(196,171,207)
#CFBAD7
(207,186,215)
#DAC9DF
(218,201,223)
#E5D8E7
(229,216,231)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82519F color. Also use rgb(130,81,159) instead hex code.

Text Font Color

.myTextColor { color: #82519F; }

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

This text font color is #82519F.


Background Color

.myBgColor { background-color: #82519F; }

<div style="background-color:#82519F">Inner text</div>

This div background color is #82519F.


Border color

.myBorderColor { border: 1px solid #82519F; }

<div style="border:3px solid #82519F">Div</div>

This div border color is #82519F.


Opacity

.myOpacity80 { color: #82519F; opacity: 0.8; }

<p style="color:#82519F;opacity:0.8;">80%</p>

Text with #82519F 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 #82519F;}

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

This text has shadow with #82519F color.

.textShadow {text-shadow: 3px 3px 1px #82519F, 3px 3px 1px red;}

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

This text has shadow with #82519F primary color and red secondary color.


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

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

This text has shadow with #82519F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82519F on black background.


Color preview on white background

This text has color #82519F on white background.



Black color preview on #82519F background

This text has black color on #82519F background.


White color preview on #82519F background

This text has white color on #82519F background.