COLOR #8B5AA5

HEX: #8B5AA5
RGB: (139,90,165)

Renk bilgisi

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

RGB renk modeli

#8B5AA5 color RGB value is (139,90,165).

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

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 90 of 255 = 35%
B 165 of 255 = 65%

139
90
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 90 + 165 = 394 (100%)
R 139 of 394 ~ 35.28%
G 90 of 394 ~ 22.84%
B 165 of 394 ~ 41.88%

%35.28
%22.84
%41.88

CMYK RENK MODELİ

#8B5AA5 rengi CMYK tonu (16,45,0,35).

  • camgöbeği tonu 15.76%
  • eflatun tonu 45.45%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(16,45,0,35)
C16M45Y0K35 
(16%,45%,0%,35%)
(0.16/0.45/0.00/0.35)	

CMYK yüzdeleri

%15.76
%45.45
%0
%35.29

Codes

Color #8B5AA5 in popluar color models

8B5AA5
RGB13990165
HSL279°29.41%50.00%
HSB/HSV279°45.45%64.71%
CMYK15.76%45.45%0.00%
35.29%

Color #8B5AA5 in popluar number systems.

HEX8B5AA5
Decimal13990165
Binary10001011101101010100101
Octal213132245

Shades and tints

Shades of #8B5AA5

#8B5AA5
(139,90,165)
#7F5296
(127,82,150)
#734A87
(115,74,135)
#674278
(103,66,120)
#5B3A69
(91,58,105)
#4F325A
(79,50,90)
#432A4B
(67,42,75)
#37223C
(55,34,60)
#2B1A2D
(43,26,45)
#1F121E
(31,18,30)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #8B5AA5

#8B5AA5
(139,90,165)
#9569AD
(149,105,173)
#9F78B5
(159,120,181)
#A987BD
(169,135,189)
#B396C5
(179,150,197)
#BDA5CD
(189,165,205)
#C7B4D5
(199,180,213)
#D1C3DD
(209,195,221)
#DBD2E5
(219,210,229)
#E5E1ED
(229,225,237)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5AA5; }

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

This text font color is #8B5AA5.


Background Color

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

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

This div background color is #8B5AA5.


Border color

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

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

This div border color is #8B5AA5.


Opacity

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

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

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

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

This text has shadow with #8B5AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5AA5 on black background.


Color preview on white background

This text has color #8B5AA5 on white background.



Black color preview on #8B5AA5 background

This text has black color on #8B5AA5 background.


White color preview on #8B5AA5 background

This text has white color on #8B5AA5 background.