COLOR #8D20CE

HEX: #8D20CE
RGB: (141,32,206)

Renk bilgisi

#8D20CE contains mainly blue color. #8D20CE ‘ nin web güvenlik rengi #9933CC (ya da #93C) dir.

RGB renk modeli

#8D20CE color RGB value is (141,32,206).

  • kırmız ton 141;
  • yeşil ton 32;
  • mavi ton 206.
RGB:
(141,32,206)
(55%,13%,81%)

RGB bağlantıları ve doygunluk

R 141 of 255 = 55%
G 32 of 255 = 13%
B 206 of 255 = 81%

141
32
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
141 + 32 + 206 = 379 (100%)
R 141 of 379 ~ 37.2%
G 32 of 379 ~ 8.44%
B 206 of 379 ~ 54.35%

%37.2
%54.35

CMYK RENK MODELİ

#8D20CE rengi CMYK tonu (32,84,0,19).

  • camgöbeği tonu 31.55%
  • eflatun tonu 84.47%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(32,84,0,19)
C32M84Y0K19 
(32%,84%,0%,19%)
(0.32/0.84/0.00/0.19)	

CMYK yüzdeleri

%31.55
%84.47
%0
%19.22

Codes

Color #8D20CE in popluar color models

8D20CE
RGB14132206
HSL278°73.11%46.67%
HSB/HSV278°84.47%80.78%
CMYK31.55%84.47%0.00%
19.22%

Color #8D20CE in popluar number systems.

HEX8D20CE
Decimal14132206
Binary1000110110000011001110
Octal21540316

Shades and tints

Shades of #8D20CE

#8D20CE
(141,32,206)
#811EBC
(129,30,188)
#751CAA
(117,28,170)
#691A98
(105,26,152)
#5D1886
(93,24,134)
#511674
(81,22,116)
#451462
(69,20,98)
#391250
(57,18,80)
#2D103E
(45,16,62)
#210E2C
(33,14,44)
#150C1A
(21,12,26)
#000000
(0,0,0)

Tints of #8D20CE

#8D20CE
(141,32,206)
#9734D2
(151,52,210)
#A148D6
(161,72,214)
#AB5CDA
(171,92,218)
#B570DE
(181,112,222)
#BF84E2
(191,132,226)
#C998E6
(201,152,230)
#D3ACEA
(211,172,234)
#DDC0EE
(221,192,238)
#E7D4F2
(231,212,242)
#F1E8F6
(241,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D20CE color. Also use rgb(141,32,206) instead hex code.

Text Font Color

.myTextColor { color: #8D20CE; }

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

This text font color is #8D20CE.


Background Color

.myBgColor { background-color: #8D20CE; }

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

This div background color is #8D20CE.


Border color

.myBorderColor { border: 1px solid #8D20CE; }

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

This div border color is #8D20CE.


Opacity

.myOpacity80 { color: #8D20CE; opacity: 0.8; }

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

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

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

This text has shadow with #8D20CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D20CE on black background.


Color preview on white background

This text has color #8D20CE on white background.



Black color preview on #8D20CE background

This text has black color on #8D20CE background.


White color preview on #8D20CE background

This text has white color on #8D20CE background.