COLOR #825AA4

HEX: #825AA4
RGB: (130,90,164)

Renk bilgisi

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

RGB renk modeli

#825AA4 color RGB value is (130,90,164).

  • kırmız ton 130;
  • yeşil ton 90;
  • mavi ton 164.
RGB:
(130,90,164)
(51%,35%,64%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 90 of 255 = 35%
B 164 of 255 = 64%

130
90
164

R + G + B ~ 50%. #825AA4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 90 + 164 = 384 (100%)
R 130 of 384 ~ 33.85%
G 90 of 384 ~ 23.44%
B 164 of 384 ~ 42.71%

%33.85
%23.44
%42.71

CMYK RENK MODELİ

#825AA4 rengi CMYK tonu (21,45,0,36).

  • camgöbeği tonu 20.73%
  • eflatun tonu 45.12%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(21,45,0,36)
C21M45Y0K36 
(21%,45%,0%,36%)
(0.21/0.45/0.00/0.36)	

CMYK yüzdeleri

%20.73
%45.12
%0
%35.69

Codes

Color #825AA4 in popluar color models

825AA4
RGB13090164
HSL272°29.13%49.80%
HSB/HSV272°45.12%64.31%
CMYK20.73%45.12%0.00%
35.69%

Color #825AA4 in popluar number systems.

HEX825AA4
Decimal13090164
Binary10000010101101010100100
Octal202132244

Shades and tints

Shades of #825AA4

#825AA4
(130,90,164)
#775296
(119,82,150)
#6C4A88
(108,74,136)
#61427A
(97,66,122)
#563A6C
(86,58,108)
#4B325E
(75,50,94)
#402A50
(64,42,80)
#352242
(53,34,66)
#2A1A34
(42,26,52)
#1F1226
(31,18,38)
#140A18
(20,10,24)
#000000
(0,0,0)

Tints of #825AA4

#825AA4
(130,90,164)
#8D69AC
(141,105,172)
#9878B4
(152,120,180)
#A387BC
(163,135,188)
#AE96C4
(174,150,196)
#B9A5CC
(185,165,204)
#C4B4D4
(196,180,212)
#CFC3DC
(207,195,220)
#DAD2E4
(218,210,228)
#E5E1EC
(229,225,236)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825AA4 color. Also use rgb(130,90,164) instead hex code.

Text Font Color

.myTextColor { color: #825AA4; }

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

This text font color is #825AA4.


Background Color

.myBgColor { background-color: #825AA4; }

<div style="background-color:#825AA4">Inner text</div>

This div background color is #825AA4.


Border color

.myBorderColor { border: 1px solid #825AA4; }

<div style="border:3px solid #825AA4">Div</div>

This div border color is #825AA4.


Opacity

.myOpacity80 { color: #825AA4; opacity: 0.8; }

<p style="color:#825AA4;opacity:0.8;">80%</p>

Text with #825AA4 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 #825AA4;}

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

This text has shadow with #825AA4 color.

.textShadow {text-shadow: 3px 3px 1px #825AA4, 3px 3px 1px red;}

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

This text has shadow with #825AA4 primary color and red secondary color.


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

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

This text has shadow with #825AA4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825AA4 on black background.


Color preview on white background

This text has color #825AA4 on white background.



Black color preview on #825AA4 background

This text has black color on #825AA4 background.


White color preview on #825AA4 background

This text has white color on #825AA4 background.