COLOR #842EA4

HEX: #842EA4
RGB: (132,46,164)

Renk bilgisi

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

RGB renk modeli

#842EA4 color RGB value is (132,46,164).

  • kırmız ton 132;
  • yeşil ton 46;
  • mavi ton 164.
RGB:
(132,46,164)
(52%,18%,64%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 46 of 255 = 18%
B 164 of 255 = 64%

132
46
164

R + G + B ~ 45%. #842EA4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 46 + 164 = 342 (100%)
R 132 of 342 ~ 38.6%
G 46 of 342 ~ 13.45%
B 164 of 342 ~ 47.95%

%38.6
%13.45
%47.95

CMYK RENK MODELİ

#842EA4 rengi CMYK tonu (20,72,0,36).

  • camgöbeği tonu 19.51%
  • eflatun tonu 71.95%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(20,72,0,36)
C20M72Y0K36 
(20%,72%,0%,36%)
(0.20/0.72/0.00/0.36)	

CMYK yüzdeleri

%19.51
%71.95
%0
%35.69

Codes

Color #842EA4 in popluar color models

842EA4
RGB13246164
HSL284°56.19%41.18%
HSB/HSV284°71.95%64.31%
CMYK19.51%71.95%0.00%
35.69%

Color #842EA4 in popluar number systems.

HEX842EA4
Decimal13246164
Binary1000010010111010100100
Octal20456244

Shades and tints

Shades of #842EA4

#842EA4
(132,46,164)
#782A96
(120,42,150)
#6C2688
(108,38,136)
#60227A
(96,34,122)
#541E6C
(84,30,108)
#481A5E
(72,26,94)
#3C1650
(60,22,80)
#301242
(48,18,66)
#240E34
(36,14,52)
#180A26
(24,10,38)
#0C0618
(12,6,24)
#000000
(0,0,0)

Tints of #842EA4

#842EA4
(132,46,164)
#8F41AC
(143,65,172)
#9A54B4
(154,84,180)
#A567BC
(165,103,188)
#B07AC4
(176,122,196)
#BB8DCC
(187,141,204)
#C6A0D4
(198,160,212)
#D1B3DC
(209,179,220)
#DCC6E4
(220,198,228)
#E7D9EC
(231,217,236)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842EA4 color. Also use rgb(132,46,164) instead hex code.

Text Font Color

.myTextColor { color: #842EA4; }

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

This text font color is #842EA4.


Background Color

.myBgColor { background-color: #842EA4; }

<div style="background-color:#842EA4">Inner text</div>

This div background color is #842EA4.


Border color

.myBorderColor { border: 1px solid #842EA4; }

<div style="border:3px solid #842EA4">Div</div>

This div border color is #842EA4.


Opacity

.myOpacity80 { color: #842EA4; opacity: 0.8; }

<p style="color:#842EA4;opacity:0.8;">80%</p>

Text with #842EA4 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 #842EA4;}

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

This text has shadow with #842EA4 color.

.textShadow {text-shadow: 3px 3px 1px #842EA4, 3px 3px 1px red;}

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

This text has shadow with #842EA4 primary color and red secondary color.


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

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

This text has shadow with #842EA4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842EA4 on black background.


Color preview on white background

This text has color #842EA4 on white background.



Black color preview on #842EA4 background

This text has black color on #842EA4 background.


White color preview on #842EA4 background

This text has white color on #842EA4 background.