COLOR #8B40D6

HEX: #8B40D6
RGB: (139,64,214)

Renk bilgisi

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

RGB renk modeli

#8B40D6 color RGB value is (139,64,214).

  • kırmız ton 139;
  • yeşil ton 64;
  • mavi ton 214.
RGB:
(139,64,214)
(55%,25%,84%)

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 64 of 255 = 25%
B 214 of 255 = 84%

139
64
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 64 + 214 = 417 (100%)
R 139 of 417 ~ 33.33%
G 64 of 417 ~ 15.35%
B 214 of 417 ~ 51.32%

%33.33
%15.35
%51.32

CMYK RENK MODELİ

#8B40D6 rengi CMYK tonu (35,70,0,16).

  • camgöbeği tonu 35.05%
  • eflatun tonu 70.09%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(35,70,0,16)
C35M70Y0K16 
(35%,70%,0%,16%)
(0.35/0.70/0.00/0.16)	

CMYK yüzdeleri

%35.05
%70.09
%0
%16.08

Codes

Color #8B40D6 in popluar color models

8B40D6
RGB13964214
HSL270°64.66%54.51%
HSB/HSV270°70.09%83.92%
CMYK35.05%70.09%0.00%
16.08%

Color #8B40D6 in popluar number systems.

HEX8B40D6
Decimal13964214
Binary10001011100000011010110
Octal213100326

Shades and tints

Shades of #8B40D6

#8B40D6
(139,64,214)
#7F3BC3
(127,59,195)
#7336B0
(115,54,176)
#67319D
(103,49,157)
#5B2C8A
(91,44,138)
#4F2777
(79,39,119)
#432264
(67,34,100)
#371D51
(55,29,81)
#2B183E
(43,24,62)
#1F132B
(31,19,43)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #8B40D6

#8B40D6
(139,64,214)
#9551D9
(149,81,217)
#9F62DC
(159,98,220)
#A973DF
(169,115,223)
#B384E2
(179,132,226)
#BD95E5
(189,149,229)
#C7A6E8
(199,166,232)
#D1B7EB
(209,183,235)
#DBC8EE
(219,200,238)
#E5D9F1
(229,217,241)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B40D6 color. Also use rgb(139,64,214) instead hex code.

Text Font Color

.myTextColor { color: #8B40D6; }

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

This text font color is #8B40D6.


Background Color

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

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

This div background color is #8B40D6.


Border color

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

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

This div border color is #8B40D6.


Opacity

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

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

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

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

This text has shadow with #8B40D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B40D6 on black background.


Color preview on white background

This text has color #8B40D6 on white background.



Black color preview on #8B40D6 background

This text has black color on #8B40D6 background.


White color preview on #8B40D6 background

This text has white color on #8B40D6 background.