COLOR #9B50D6

HEX: #9B50D6
RGB: (155,80,214)

Color info

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

RGB color model

#9B50D6 color RGB value is (155,80,214).

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

RGB channels and saturation

R 155 of 255 = 61%
G 80 of 255 = 31%
B 214 of 255 = 84%

155
80
214

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

Portions of RGB colors in percentages

R + G + B =
155 + 80 + 214 = 449 (100%)
R 155 of 449 ~ 34.52%
G 80 of 449 ~ 17.82%
B 214 of 449 ~ 47.66%

%34.52
%17.82
%47.66

CMYK color model

#9B50D6 color CMYK value is (28,63,0,16).

  • cyan value is 27.57%
  • magenta value is 62.62%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(28,63,0,16)
C28M63Y0K16 
(28%,63%,0%,16%)
(0.28/0.63/0.00/0.16)	

CMYK percentages

%27.57
%62.62
%0
%16.08

Codes

Color #9B50D6 in popluar color models

9B50D6
RGB15580214
HSL274°62.04%57.65%
HSB/HSV274°62.62%83.92%
CMYK27.57%62.62%0.00%
16.08%

Color #9B50D6 in popluar number systems.

HEX9B50D6
Decimal15580214
Binary10011011101000011010110
Octal233120326

Shades and tints

Shades of #9B50D6

#9B50D6
(155,80,214)
#8D49C3
(141,73,195)
#7F42B0
(127,66,176)
#713B9D
(113,59,157)
#63348A
(99,52,138)
#552D77
(85,45,119)
#472664
(71,38,100)
#391F51
(57,31,81)
#2B183E
(43,24,62)
#1D112B
(29,17,43)
#0F0A18
(15,10,24)
#000000
(0,0,0)

Tints of #9B50D6

#9B50D6
(155,80,214)
#A45FD9
(164,95,217)
#AD6EDC
(173,110,220)
#B67DDF
(182,125,223)
#BF8CE2
(191,140,226)
#C89BE5
(200,155,229)
#D1AAE8
(209,170,232)
#DAB9EB
(218,185,235)
#E3C8EE
(227,200,238)
#ECD7F1
(236,215,241)
#F5E6F4
(245,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B50D6; }

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

This text font color is #9B50D6.


Background Color

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

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

This div background color is #9B50D6.


Border color

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

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

This div border color is #9B50D6.


Opacity

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

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

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

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

This text has shadow with #9B50D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B50D6 on black background.


Color preview on white background

This text has color #9B50D6 on white background.



Black color preview on #9B50D6 background

This text has black color on #9B50D6 background.


White color preview on #9B50D6 background

This text has white color on #9B50D6 background.