COLOR #9B50D0

HEX: #9B50D0
RGB: (155,80,208)

Color info

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

RGB color model

#9B50D0 color RGB value is (155,80,208).

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

RGB channels and saturation

R 155 of 255 = 61%
G 80 of 255 = 31%
B 208 of 255 = 82%

155
80
208

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

Portions of RGB colors in percentages

R + G + B =
155 + 80 + 208 = 443 (100%)
R 155 of 443 ~ 34.99%
G 80 of 443 ~ 18.06%
B 208 of 443 ~ 46.95%

%34.99
%18.06
%46.95

CMYK color model

#9B50D0 color CMYK value is (25,62,0,18).

  • cyan value is 25.48%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(25,62,0,18)
C25M62Y0K18 
(25%,62%,0%,18%)
(0.25/0.62/0.00/0.18)	

CMYK percentages

%25.48
%61.54
%0
%18.43

Codes

Color #9B50D0 in popluar color models

9B50D0
RGB15580208
HSL275°57.66%56.47%
HSB/HSV275°61.54%81.57%
CMYK25.48%61.54%0.00%
18.43%

Color #9B50D0 in popluar number systems.

HEX9B50D0
Decimal15580208
Binary10011011101000011010000
Octal233120320

Shades and tints

Shades of #9B50D0

#9B50D0
(155,80,208)
#8D49BE
(141,73,190)
#7F42AC
(127,66,172)
#713B9A
(113,59,154)
#633488
(99,52,136)
#552D76
(85,45,118)
#472664
(71,38,100)
#391F52
(57,31,82)
#2B1840
(43,24,64)
#1D112E
(29,17,46)
#0F0A1C
(15,10,28)
#000000
(0,0,0)

Tints of #9B50D0

#9B50D0
(155,80,208)
#A45FD4
(164,95,212)
#AD6ED8
(173,110,216)
#B67DDC
(182,125,220)
#BF8CE0
(191,140,224)
#C89BE4
(200,155,228)
#D1AAE8
(209,170,232)
#DAB9EC
(218,185,236)
#E3C8F0
(227,200,240)
#ECD7F4
(236,215,244)
#F5E6F8
(245,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B50D0; }

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

This text font color is #9B50D0.


Background Color

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

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

This div background color is #9B50D0.


Border color

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

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

This div border color is #9B50D0.


Opacity

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

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

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

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

This text has shadow with #9B50D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B50D0 on black background.


Color preview on white background

This text has color #9B50D0 on white background.



Black color preview on #9B50D0 background

This text has black color on #9B50D0 background.


White color preview on #9B50D0 background

This text has white color on #9B50D0 background.