COLOR #8B6DAD

HEX: #8B6DAD
RGB: (139,109,173)

Renk bilgisi

#8B6DAD contains mainly red and blue colors. #8B6DAD ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#8B6DAD color RGB value is (139,109,173).

  • kırmız ton 139;
  • yeşil ton 109;
  • mavi ton 173.
RGB:
(139,109,173)
(55%,43%,68%)

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 109 of 255 = 43%
B 173 of 255 = 68%

139
109
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 109 + 173 = 421 (100%)
R 139 of 421 ~ 33.02%
G 109 of 421 ~ 25.89%
B 173 of 421 ~ 41.09%

%33.02
%25.89
%41.09

CMYK RENK MODELİ

#8B6DAD rengi CMYK tonu (20,37,0,32).

  • camgöbeği tonu 19.65%
  • eflatun tonu 36.99%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(20,37,0,32)
C20M37Y0K32 
(20%,37%,0%,32%)
(0.20/0.37/0.00/0.32)	

CMYK yüzdeleri

%19.65
%36.99
%0
%32.16

Codes

Color #8B6DAD in popluar color models

8B6DAD
RGB139109173
HSL268°28.07%55.29%
HSB/HSV268°36.99%67.84%
CMYK19.65%36.99%0.00%
32.16%

Color #8B6DAD in popluar number systems.

HEX8B6DAD
Decimal139109173
Binary10001011110110110101101
Octal213155255

Shades and tints

Shades of #8B6DAD

#8B6DAD
(139,109,173)
#7F649E
(127,100,158)
#735B8F
(115,91,143)
#675280
(103,82,128)
#5B4971
(91,73,113)
#4F4062
(79,64,98)
#433753
(67,55,83)
#372E44
(55,46,68)
#2B2535
(43,37,53)
#1F1C26
(31,28,38)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #8B6DAD

#8B6DAD
(139,109,173)
#957AB4
(149,122,180)
#9F87BB
(159,135,187)
#A994C2
(169,148,194)
#B3A1C9
(179,161,201)
#BDAED0
(189,174,208)
#C7BBD7
(199,187,215)
#D1C8DE
(209,200,222)
#DBD5E5
(219,213,229)
#E5E2EC
(229,226,236)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6DAD color. Also use rgb(139,109,173) instead hex code.

Text Font Color

.myTextColor { color: #8B6DAD; }

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

This text font color is #8B6DAD.


Background Color

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

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

This div background color is #8B6DAD.


Border color

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

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

This div border color is #8B6DAD.


Opacity

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

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

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

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

This text has shadow with #8B6DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6DAD on black background.


Color preview on white background

This text has color #8B6DAD on white background.



Black color preview on #8B6DAD background

This text has black color on #8B6DAD background.


White color preview on #8B6DAD background

This text has white color on #8B6DAD background.