COLOR #800CF6

HEX: #800CF6
RGB: (128,12,246)

Renk bilgisi

#800CF6 contains mainly blue color. #800CF6 ‘ nin web güvenlik rengi #6600FF (ya da #60F) dir.

RGB renk modeli

#800CF6 color RGB value is (128,12,246).

  • kırmız ton 128;
  • yeşil ton 12;
  • mavi ton 246.
RGB:
(128,12,246)
(50%,5%,96%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 12 of 255 = 5%
B 246 of 255 = 96%

128
12
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 12 + 246 = 386 (100%)
R 128 of 386 ~ 33.16%
G 12 of 386 ~ 3.11%
B 246 of 386 ~ 63.73%

%33.16
%63.73

CMYK RENK MODELİ

#800CF6 rengi CMYK tonu (48,95,0,4).

  • camgöbeği tonu 47.97%
  • eflatun tonu 95.12%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(48,95,0,4)
C48M95Y0K4 
(48%,95%,0%,4%)
(0.48/0.95/0.00/0.04)	

CMYK yüzdeleri

%47.97
%95.12
%0
%3.53

Codes

Color #800CF6 in popluar color models

800CF6
RGB12812246
HSL270°92.86%50.59%
HSB/HSV270°95.12%96.47%
CMYK47.97%95.12%0.00%
3.53%

Color #800CF6 in popluar number systems.

HEX800CF6
Decimal12812246
Binary10000000110011110110
Octal20014366

Shades and tints

Shades of #800CF6

#800CF6
(128,12,246)
#750BE0
(117,11,224)
#6A0ACA
(106,10,202)
#5F09B4
(95,9,180)
#54089E
(84,8,158)
#490788
(73,7,136)
#3E0672
(62,6,114)
#33055C
(51,5,92)
#280446
(40,4,70)
#1D0330
(29,3,48)
#12021A
(18,2,26)
#000000
(0,0,0)

Tints of #800CF6

#800CF6
(128,12,246)
#8B22F6
(139,34,246)
#9638F6
(150,56,246)
#A14EF6
(161,78,246)
#AC64F6
(172,100,246)
#B77AF6
(183,122,246)
#C290F6
(194,144,246)
#CDA6F6
(205,166,246)
#D8BCF6
(216,188,246)
#E3D2F6
(227,210,246)
#EEE8F6
(238,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #800CF6 color. Also use rgb(128,12,246) instead hex code.

Text Font Color

.myTextColor { color: #800CF6; }

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

This text font color is #800CF6.


Background Color

.myBgColor { background-color: #800CF6; }

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

This div background color is #800CF6.


Border color

.myBorderColor { border: 1px solid #800CF6; }

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

This div border color is #800CF6.


Opacity

.myOpacity80 { color: #800CF6; opacity: 0.8; }

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

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

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

This text has shadow with #800CF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #800CF6 on black background.


Color preview on white background

This text has color #800CF6 on white background.



Black color preview on #800CF6 background

This text has black color on #800CF6 background.


White color preview on #800CF6 background

This text has white color on #800CF6 background.