COLOR #9B50AD

HEX: #9B50AD
RGB: (155,80,173)

Renk bilgisi

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

RGB renk modeli

#9B50AD color RGB value is (155,80,173).

  • kırmız ton 155;
  • yeşil ton 80;
  • mavi ton 173.
RGB:
(155,80,173)
(61%,31%,68%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 80 of 255 = 31%
B 173 of 255 = 68%

155
80
173

R + G + B ~ 53%. #9B50AD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 80 + 173 = 408 (100%)
R 155 of 408 ~ 37.99%
G 80 of 408 ~ 19.61%
B 173 of 408 ~ 42.4%

%37.99
%19.61
%42.4

CMYK RENK MODELİ

#9B50AD rengi CMYK tonu (10,54,0,32).

  • camgöbeği tonu 10.40%
  • eflatun tonu 53.76%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(10,54,0,32)
C10M54Y0K32 
(10%,54%,0%,32%)
(0.10/0.54/0.00/0.32)	

CMYK yüzdeleri

%10.4
%53.76
%0
%32.16

Codes

Color #9B50AD in popluar color models

9B50AD
RGB15580173
HSL288°36.76%49.61%
HSB/HSV288°53.76%67.84%
CMYK10.40%53.76%0.00%
32.16%

Color #9B50AD in popluar number systems.

HEX9B50AD
Decimal15580173
Binary10011011101000010101101
Octal233120255

Shades and tints

Shades of #9B50AD

#9B50AD
(155,80,173)
#8D499E
(141,73,158)
#7F428F
(127,66,143)
#713B80
(113,59,128)
#633471
(99,52,113)
#552D62
(85,45,98)
#472653
(71,38,83)
#391F44
(57,31,68)
#2B1835
(43,24,53)
#1D1126
(29,17,38)
#0F0A17
(15,10,23)
#000000
(0,0,0)

Tints of #9B50AD

#9B50AD
(155,80,173)
#A45FB4
(164,95,180)
#AD6EBB
(173,110,187)
#B67DC2
(182,125,194)
#BF8CC9
(191,140,201)
#C89BD0
(200,155,208)
#D1AAD7
(209,170,215)
#DAB9DE
(218,185,222)
#E3C8E5
(227,200,229)
#ECD7EC
(236,215,236)
#F5E6F3
(245,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B50AD color. Also use rgb(155,80,173) instead hex code.

Text Font Color

.myTextColor { color: #9B50AD; }

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

This text font color is #9B50AD.


Background Color

.myBgColor { background-color: #9B50AD; }

<div style="background-color:#9B50AD">Inner text</div>

This div background color is #9B50AD.


Border color

.myBorderColor { border: 1px solid #9B50AD; }

<div style="border:3px solid #9B50AD">Div</div>

This div border color is #9B50AD.


Opacity

.myOpacity80 { color: #9B50AD; opacity: 0.8; }

<p style="color:#9B50AD;opacity:0.8;">80%</p>

Text with #9B50AD 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 #9B50AD;}

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

This text has shadow with #9B50AD color.

.textShadow {text-shadow: 3px 3px 1px #9B50AD, 3px 3px 1px red;}

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

This text has shadow with #9B50AD primary color and red secondary color.


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

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

This text has shadow with #9B50AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B50AD on black background.


Color preview on white background

This text has color #9B50AD on white background.



Black color preview on #9B50AD background

This text has black color on #9B50AD background.


White color preview on #9B50AD background

This text has white color on #9B50AD background.