COLOR #84479B

HEX: #84479B
RGB: (132,71,155)

Renk bilgisi

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

RGB renk modeli

#84479B color RGB value is (132,71,155).

  • kırmız ton 132;
  • yeşil ton 71;
  • mavi ton 155.
RGB:
(132,71,155)
(52%,28%,61%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 71 of 255 = 28%
B 155 of 255 = 61%

132
71
155

R + G + B ~ 47%. #84479B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 71 + 155 = 358 (100%)
R 132 of 358 ~ 36.87%
G 71 of 358 ~ 19.83%
B 155 of 358 ~ 43.3%

%36.87
%19.83
%43.3

CMYK RENK MODELİ

#84479B rengi CMYK tonu (15,54,0,39).

  • camgöbeği tonu 14.84%
  • eflatun tonu 54.19%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(15,54,0,39)
C15M54Y0K39 
(15%,54%,0%,39%)
(0.15/0.54/0.00/0.39)	

CMYK yüzdeleri

%14.84
%54.19
%0
%39.22

Codes

Color #84479B in popluar color models

84479B
RGB13271155
HSL284°37.17%44.31%
HSB/HSV284°54.19%60.78%
CMYK14.84%54.19%0.00%
39.22%

Color #84479B in popluar number systems.

HEX84479B
Decimal13271155
Binary10000100100011110011011
Octal204107233

Shades and tints

Shades of #84479B

#84479B
(132,71,155)
#78418D
(120,65,141)
#6C3B7F
(108,59,127)
#603571
(96,53,113)
#542F63
(84,47,99)
#482955
(72,41,85)
#3C2347
(60,35,71)
#301D39
(48,29,57)
#24172B
(36,23,43)
#18111D
(24,17,29)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #84479B

#84479B
(132,71,155)
#8F57A4
(143,87,164)
#9A67AD
(154,103,173)
#A577B6
(165,119,182)
#B087BF
(176,135,191)
#BB97C8
(187,151,200)
#C6A7D1
(198,167,209)
#D1B7DA
(209,183,218)
#DCC7E3
(220,199,227)
#E7D7EC
(231,215,236)
#F2E7F5
(242,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84479B color. Also use rgb(132,71,155) instead hex code.

Text Font Color

.myTextColor { color: #84479B; }

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

This text font color is #84479B.


Background Color

.myBgColor { background-color: #84479B; }

<div style="background-color:#84479B">Inner text</div>

This div background color is #84479B.


Border color

.myBorderColor { border: 1px solid #84479B; }

<div style="border:3px solid #84479B">Div</div>

This div border color is #84479B.


Opacity

.myOpacity80 { color: #84479B; opacity: 0.8; }

<p style="color:#84479B;opacity:0.8;">80%</p>

Text with #84479B 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 #84479B;}

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

This text has shadow with #84479B color.

.textShadow {text-shadow: 3px 3px 1px #84479B, 3px 3px 1px red;}

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

This text has shadow with #84479B primary color and red secondary color.


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

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

This text has shadow with #84479B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84479B on black background.


Color preview on white background

This text has color #84479B on white background.



Black color preview on #84479B background

This text has black color on #84479B background.


White color preview on #84479B background

This text has white color on #84479B background.