COLOR #9B50BA

HEX: #9B50BA
RGB: (155,80,186)

Color info

#9B50BA contains mainly red and blue colors. Web safe color of #9B50BA is #9966CC (or #96C).

RGB color model

#9B50BA color RGB value is (155,80,186).

  • red value is 155;
  • green value is 80;
  • blue value is 186.
RGB:
(155,80,186)
(61%,31%,73%)

RGB channels and saturation

R 155 of 255 = 61%
G 80 of 255 = 31%
B 186 of 255 = 73%

155
80
186

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

Portions of RGB colors in percentages

R + G + B =
155 + 80 + 186 = 421 (100%)
R 155 of 421 ~ 36.82%
G 80 of 421 ~ 19%
B 186 of 421 ~ 44.18%

%36.82
%19
%44.18

CMYK color model

#9B50BA color CMYK value is (17,57,0,27).

  • cyan value is 16.67%
  • magenta value is 56.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(17,57,0,27)
C17M57Y0K27 
(17%,57%,0%,27%)
(0.17/0.57/0.00/0.27)	

CMYK percentages

%16.67
%56.99
%0
%27.06

Codes

Color #9B50BA in popluar color models

9B50BA
RGB15580186
HSL282°43.44%52.16%
HSB/HSV282°56.99%72.94%
CMYK16.67%56.99%0.00%
27.06%

Color #9B50BA in popluar number systems.

HEX9B50BA
Decimal15580186
Binary10011011101000010111010
Octal233120272

Shades and tints

Shades of #9B50BA

#9B50BA
(155,80,186)
#8D49AA
(141,73,170)
#7F429A
(127,66,154)
#713B8A
(113,59,138)
#63347A
(99,52,122)
#552D6A
(85,45,106)
#47265A
(71,38,90)
#391F4A
(57,31,74)
#2B183A
(43,24,58)
#1D112A
(29,17,42)
#0F0A1A
(15,10,26)
#000000
(0,0,0)

Tints of #9B50BA

#9B50BA
(155,80,186)
#A45FC0
(164,95,192)
#AD6EC6
(173,110,198)
#B67DCC
(182,125,204)
#BF8CD2
(191,140,210)
#C89BD8
(200,155,216)
#D1AADE
(209,170,222)
#DAB9E4
(218,185,228)
#E3C8EA
(227,200,234)
#ECD7F0
(236,215,240)
#F5E6F6
(245,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B50BA; }

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

This text font color is #9B50BA.


Background Color

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

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

This div background color is #9B50BA.


Border color

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

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

This div border color is #9B50BA.


Opacity

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

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

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

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

This text has shadow with #9B50BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B50BA on black background.


Color preview on white background

This text has color #9B50BA on white background.



Black color preview on #9B50BA background

This text has black color on #9B50BA background.


White color preview on #9B50BA background

This text has white color on #9B50BA background.