COLOR #8D519B

HEX: #8D519B
RGB: (141,81,155)

Renk bilgisi

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

RGB renk modeli

#8D519B color RGB value is (141,81,155).

  • kırmız ton 141;
  • yeşil ton 81;
  • mavi ton 155.
RGB:
(141,81,155)
(55%,32%,61%)

RGB bağlantıları ve doygunluk

R 141 of 255 = 55%
G 81 of 255 = 32%
B 155 of 255 = 61%

141
81
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
141 + 81 + 155 = 377 (100%)
R 141 of 377 ~ 37.4%
G 81 of 377 ~ 21.49%
B 155 of 377 ~ 41.11%

%37.4
%21.49
%41.11

CMYK RENK MODELİ

#8D519B rengi CMYK tonu (9,48,0,39).

  • camgöbeği tonu 9.03%
  • eflatun tonu 47.74%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(9,48,0,39)
C9M48Y0K39 
(9%,48%,0%,39%)
(0.09/0.48/0.00/0.39)	

CMYK yüzdeleri

%9.03
%47.74
%0
%39.22

Codes

Color #8D519B in popluar color models

8D519B
RGB14181155
HSL289°31.36%46.27%
HSB/HSV289°47.74%60.78%
CMYK9.03%47.74%0.00%
39.22%

Color #8D519B in popluar number systems.

HEX8D519B
Decimal14181155
Binary10001101101000110011011
Octal215121233

Shades and tints

Shades of #8D519B

#8D519B
(141,81,155)
#814A8D
(129,74,141)
#75437F
(117,67,127)
#693C71
(105,60,113)
#5D3563
(93,53,99)
#512E55
(81,46,85)
#452747
(69,39,71)
#392039
(57,32,57)
#2D192B
(45,25,43)
#21121D
(33,18,29)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #8D519B

#8D519B
(141,81,155)
#9760A4
(151,96,164)
#A16FAD
(161,111,173)
#AB7EB6
(171,126,182)
#B58DBF
(181,141,191)
#BF9CC8
(191,156,200)
#C9ABD1
(201,171,209)
#D3BADA
(211,186,218)
#DDC9E3
(221,201,227)
#E7D8EC
(231,216,236)
#F1E7F5
(241,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D519B color. Also use rgb(141,81,155) instead hex code.

Text Font Color

.myTextColor { color: #8D519B; }

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

This text font color is #8D519B.


Background Color

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

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

This div background color is #8D519B.


Border color

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

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

This div border color is #8D519B.


Opacity

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

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

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

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

This text has shadow with #8D519B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D519B on black background.


Color preview on white background

This text has color #8D519B on white background.



Black color preview on #8D519B background

This text has black color on #8D519B background.


White color preview on #8D519B background

This text has white color on #8D519B background.