COLOR #8B5ACD

HEX: #8B5ACD
RGB: (139,90,205)

Renk bilgisi

#8B5ACD contains mainly blue color. #8B5ACD ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8B5ACD color RGB value is (139,90,205).

  • kırmız ton 139;
  • yeşil ton 90;
  • mavi ton 205.
RGB:
(139,90,205)
(55%,35%,80%)

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 90 of 255 = 35%
B 205 of 255 = 80%

139
90
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 90 + 205 = 434 (100%)
R 139 of 434 ~ 32.03%
G 90 of 434 ~ 20.74%
B 205 of 434 ~ 47.24%

%32.03
%20.74
%47.24

CMYK RENK MODELİ

#8B5ACD rengi CMYK tonu (32,56,0,20).

  • camgöbeği tonu 32.20%
  • eflatun tonu 56.10%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(32,56,0,20)
C32M56Y0K20 
(32%,56%,0%,20%)
(0.32/0.56/0.00/0.20)	

CMYK yüzdeleri

%32.2
%56.1
%0
%19.61

Codes

Color #8B5ACD in popluar color models

8B5ACD
RGB13990205
HSL266°53.49%57.84%
HSB/HSV266°56.10%80.39%
CMYK32.20%56.10%0.00%
19.61%

Color #8B5ACD in popluar number systems.

HEX8B5ACD
Decimal13990205
Binary10001011101101011001101
Octal213132315

Shades and tints

Shades of #8B5ACD

#8B5ACD
(139,90,205)
#7F52BB
(127,82,187)
#734AA9
(115,74,169)
#674297
(103,66,151)
#5B3A85
(91,58,133)
#4F3273
(79,50,115)
#432A61
(67,42,97)
#37224F
(55,34,79)
#2B1A3D
(43,26,61)
#1F122B
(31,18,43)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #8B5ACD

#8B5ACD
(139,90,205)
#9569D1
(149,105,209)
#9F78D5
(159,120,213)
#A987D9
(169,135,217)
#B396DD
(179,150,221)
#BDA5E1
(189,165,225)
#C7B4E5
(199,180,229)
#D1C3E9
(209,195,233)
#DBD2ED
(219,210,237)
#E5E1F1
(229,225,241)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5ACD color. Also use rgb(139,90,205) instead hex code.

Text Font Color

.myTextColor { color: #8B5ACD; }

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

This text font color is #8B5ACD.


Background Color

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

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

This div background color is #8B5ACD.


Border color

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

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

This div border color is #8B5ACD.


Opacity

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

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

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

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

This text has shadow with #8B5ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5ACD on black background.


Color preview on white background

This text has color #8B5ACD on white background.



Black color preview on #8B5ACD background

This text has black color on #8B5ACD background.


White color preview on #8B5ACD background

This text has white color on #8B5ACD background.