COLOR #824DA5

HEX: #824DA5
RGB: (130,77,165)

Renk bilgisi

#824DA5 contains mainly red and blue colors. #824DA5 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#824DA5 color RGB value is (130,77,165).

  • kırmız ton 130;
  • yeşil ton 77;
  • mavi ton 165.
RGB:
(130,77,165)
(51%,30%,65%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 77 of 255 = 30%
B 165 of 255 = 65%

130
77
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 77 + 165 = 372 (100%)
R 130 of 372 ~ 34.95%
G 77 of 372 ~ 20.7%
B 165 of 372 ~ 44.35%

%34.95
%20.7
%44.35

CMYK RENK MODELİ

#824DA5 rengi CMYK tonu (21,53,0,35).

  • camgöbeği tonu 21.21%
  • eflatun tonu 53.33%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(21,53,0,35)
C21M53Y0K35 
(21%,53%,0%,35%)
(0.21/0.53/0.00/0.35)	

CMYK yüzdeleri

%21.21
%53.33
%0
%35.29

Codes

Color #824DA5 in popluar color models

824DA5
RGB13077165
HSL276°36.36%47.45%
HSB/HSV276°53.33%64.71%
CMYK21.21%53.33%0.00%
35.29%

Color #824DA5 in popluar number systems.

HEX824DA5
Decimal13077165
Binary10000010100110110100101
Octal202115245

Shades and tints

Shades of #824DA5

#824DA5
(130,77,165)
#774696
(119,70,150)
#6C3F87
(108,63,135)
#613878
(97,56,120)
#563169
(86,49,105)
#4B2A5A
(75,42,90)
#40234B
(64,35,75)
#351C3C
(53,28,60)
#2A152D
(42,21,45)
#1F0E1E
(31,14,30)
#14070F
(20,7,15)
#000000
(0,0,0)

Tints of #824DA5

#824DA5
(130,77,165)
#8D5DAD
(141,93,173)
#986DB5
(152,109,181)
#A37DBD
(163,125,189)
#AE8DC5
(174,141,197)
#B99DCD
(185,157,205)
#C4ADD5
(196,173,213)
#CFBDDD
(207,189,221)
#DACDE5
(218,205,229)
#E5DDED
(229,221,237)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824DA5 color. Also use rgb(130,77,165) instead hex code.

Text Font Color

.myTextColor { color: #824DA5; }

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

This text font color is #824DA5.


Background Color

.myBgColor { background-color: #824DA5; }

<div style="background-color:#824DA5">Inner text</div>

This div background color is #824DA5.


Border color

.myBorderColor { border: 1px solid #824DA5; }

<div style="border:3px solid #824DA5">Div</div>

This div border color is #824DA5.


Opacity

.myOpacity80 { color: #824DA5; opacity: 0.8; }

<p style="color:#824DA5;opacity:0.8;">80%</p>

Text with #824DA5 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 #824DA5;}

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

This text has shadow with #824DA5 color.

.textShadow {text-shadow: 3px 3px 1px #824DA5, 3px 3px 1px red;}

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

This text has shadow with #824DA5 primary color and red secondary color.


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

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

This text has shadow with #824DA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824DA5 on black background.


Color preview on white background

This text has color #824DA5 on white background.



Black color preview on #824DA5 background

This text has black color on #824DA5 background.


White color preview on #824DA5 background

This text has white color on #824DA5 background.