COLOR #8B55A5

HEX: #8B55A5
RGB: (139,85,165)

Renk bilgisi

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

RGB renk modeli

#8B55A5 color RGB value is (139,85,165).

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

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 85 of 255 = 33%
B 165 of 255 = 65%

139
85
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 85 + 165 = 389 (100%)
R 139 of 389 ~ 35.73%
G 85 of 389 ~ 21.85%
B 165 of 389 ~ 42.42%

%35.73
%21.85
%42.42

CMYK RENK MODELİ

#8B55A5 rengi CMYK tonu (16,48,0,35).

  • camgöbeği tonu 15.76%
  • eflatun tonu 48.48%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(16,48,0,35)
C16M48Y0K35 
(16%,48%,0%,35%)
(0.16/0.48/0.00/0.35)	

CMYK yüzdeleri

%15.76
%48.48
%0
%35.29

Codes

Color #8B55A5 in popluar color models

8B55A5
RGB13985165
HSL281°32.00%49.02%
HSB/HSV281°48.48%64.71%
CMYK15.76%48.48%0.00%
35.29%

Color #8B55A5 in popluar number systems.

HEX8B55A5
Decimal13985165
Binary10001011101010110100101
Octal213125245

Shades and tints

Shades of #8B55A5

#8B55A5
(139,85,165)
#7F4E96
(127,78,150)
#734787
(115,71,135)
#674078
(103,64,120)
#5B3969
(91,57,105)
#4F325A
(79,50,90)
#432B4B
(67,43,75)
#37243C
(55,36,60)
#2B1D2D
(43,29,45)
#1F161E
(31,22,30)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #8B55A5

#8B55A5
(139,85,165)
#9564AD
(149,100,173)
#9F73B5
(159,115,181)
#A982BD
(169,130,189)
#B391C5
(179,145,197)
#BDA0CD
(189,160,205)
#C7AFD5
(199,175,213)
#D1BEDD
(209,190,221)
#DBCDE5
(219,205,229)
#E5DCED
(229,220,237)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B55A5; }

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

This text font color is #8B55A5.


Background Color

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

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

This div background color is #8B55A5.


Border color

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

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

This div border color is #8B55A5.


Opacity

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

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

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

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

This text has shadow with #8B55A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B55A5 on black background.


Color preview on white background

This text has color #8B55A5 on white background.



Black color preview on #8B55A5 background

This text has black color on #8B55A5 background.


White color preview on #8B55A5 background

This text has white color on #8B55A5 background.