COLOR #803080

HEX: #803080
RGB: (128,48,128)

Renk bilgisi

#803080 contains mainly red and blue colors. #803080 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#803080 color RGB value is (128,48,128).

  • kırmız ton 128;
  • yeşil ton 48;
  • mavi ton 128.
RGB:
(128,48,128)
(50%,19%,50%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 48 of 255 = 19%
B 128 of 255 = 50%

128
48
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 48 + 128 = 304 (100%)
R 128 of 304 ~ 42.11%
G 48 of 304 ~ 15.79%
B 128 of 304 ~ 42.11%

%42.11
%15.79
%42.11

CMYK RENK MODELİ

#803080 rengi CMYK tonu (0,63,0,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(0,63,0,50)
C0M63Y0K50 
(0%,63%,0%,50%)
(0.00/0.63/0.00/0.50)	

CMYK yüzdeleri

%0
%62.5
%0
%49.8

Codes

Color #803080 in popluar color models

803080
RGB12848128
HSL300°45.45%34.51%
HSB/HSV300°62.50%50.20%
CMYK0.00%62.50%0.00%
49.80%

Color #803080 in popluar number systems.

HEX803080
Decimal12848128
Binary1000000011000010000000
Octal20060200

Shades and tints

Shades of #803080

#803080
(128,48,128)
#752C75
(117,44,117)
#6A286A
(106,40,106)
#5F245F
(95,36,95)
#542054
(84,32,84)
#491C49
(73,28,73)
#3E183E
(62,24,62)
#331433
(51,20,51)
#281028
(40,16,40)
#1D0C1D
(29,12,29)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #803080

#803080
(128,48,128)
#8B428B
(139,66,139)
#965496
(150,84,150)
#A166A1
(161,102,161)
#AC78AC
(172,120,172)
#B78AB7
(183,138,183)
#C29CC2
(194,156,194)
#CDAECD
(205,174,205)
#D8C0D8
(216,192,216)
#E3D2E3
(227,210,227)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803080 color. Also use rgb(128,48,128) instead hex code.

Text Font Color

.myTextColor { color: #803080; }

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

This text font color is #803080.


Background Color

.myBgColor { background-color: #803080; }

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

This div background color is #803080.


Border color

.myBorderColor { border: 1px solid #803080; }

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

This div border color is #803080.


Opacity

.myOpacity80 { color: #803080; opacity: 0.8; }

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

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

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

This text has shadow with #803080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803080 on black background.


Color preview on white background

This text has color #803080 on white background.



Black color preview on #803080 background

This text has black color on #803080 background.


White color preview on #803080 background

This text has white color on #803080 background.