COLOR #80579B

HEX: #80579B
RGB: (128,87,155)

Renk bilgisi

#80579B contains mainly red and blue colors. #80579B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#80579B color RGB value is (128,87,155).

  • kırmız ton 128;
  • yeşil ton 87;
  • mavi ton 155.
RGB:
(128,87,155)
(50%,34%,61%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 87 of 255 = 34%
B 155 of 255 = 61%

128
87
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 87 + 155 = 370 (100%)
R 128 of 370 ~ 34.59%
G 87 of 370 ~ 23.51%
B 155 of 370 ~ 41.89%

%34.59
%23.51
%41.89

CMYK RENK MODELİ

#80579B rengi CMYK tonu (17,44,0,39).

  • camgöbeği tonu 17.42%
  • eflatun tonu 43.87%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(17,44,0,39)
C17M44Y0K39 
(17%,44%,0%,39%)
(0.17/0.44/0.00/0.39)	

CMYK yüzdeleri

%17.42
%43.87
%0
%39.22

Codes

Color #80579B in popluar color models

80579B
RGB12887155
HSL276°28.10%47.45%
HSB/HSV276°43.87%60.78%
CMYK17.42%43.87%0.00%
39.22%

Color #80579B in popluar number systems.

HEX80579B
Decimal12887155
Binary10000000101011110011011
Octal200127233

Shades and tints

Shades of #80579B

#80579B
(128,87,155)
#75508D
(117,80,141)
#6A497F
(106,73,127)
#5F4271
(95,66,113)
#543B63
(84,59,99)
#493455
(73,52,85)
#3E2D47
(62,45,71)
#332639
(51,38,57)
#281F2B
(40,31,43)
#1D181D
(29,24,29)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #80579B

#80579B
(128,87,155)
#8B66A4
(139,102,164)
#9675AD
(150,117,173)
#A184B6
(161,132,182)
#AC93BF
(172,147,191)
#B7A2C8
(183,162,200)
#C2B1D1
(194,177,209)
#CDC0DA
(205,192,218)
#D8CFE3
(216,207,227)
#E3DEEC
(227,222,236)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80579B color. Also use rgb(128,87,155) instead hex code.

Text Font Color

.myTextColor { color: #80579B; }

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

This text font color is #80579B.


Background Color

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

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

This div background color is #80579B.


Border color

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

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

This div border color is #80579B.


Opacity

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

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

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

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

This text has shadow with #80579B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80579B on black background.


Color preview on white background

This text has color #80579B on white background.



Black color preview on #80579B background

This text has black color on #80579B background.


White color preview on #80579B background

This text has white color on #80579B background.