COLOR #8B0DB0

HEX: #8B0DB0
RGB: (139,13,176)

Color info

#8B0DB0 contains mainly red and blue colors. Web safe color of #8B0DB0 is #990099 (or #909).

RGB color model

#8B0DB0 color RGB value is (139,13,176).

  • red value is 139;
  • green value is 13;
  • blue value is 176.
RGB:
(139,13,176)
(55%,5%,69%)

RGB channels and saturation

R 139 of 255 = 55%
G 13 of 255 = 5%
B 176 of 255 = 69%

139
13
176

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

Portions of RGB colors in percentages

R + G + B =
139 + 13 + 176 = 328 (100%)
R 139 of 328 ~ 42.38%
G 13 of 328 ~ 3.96%
B 176 of 328 ~ 53.66%

%42.38
%53.66

CMYK color model

#8B0DB0 color CMYK value is (21,93,0,31).

  • cyan value is 21.02%
  • magenta value is 92.61%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(21,93,0,31)
C21M93Y0K31 
(21%,93%,0%,31%)
(0.21/0.93/0.00/0.31)	

CMYK percentages

%21.02
%92.61
%0
%30.98

Codes

Color #8B0DB0 in popluar color models

8B0DB0
RGB13913176
HSL286°86.24%37.06%
HSB/HSV286°92.61%69.02%
CMYK21.02%92.61%0.00%
30.98%

Color #8B0DB0 in popluar number systems.

HEX8B0DB0
Decimal13913176
Binary10001011110110110000
Octal21315260

Shades and tints

Shades of #8B0DB0

#8B0DB0
(139,13,176)
#7F0CA0
(127,12,160)
#730B90
(115,11,144)
#670A80
(103,10,128)
#5B0970
(91,9,112)
#4F0860
(79,8,96)
#430750
(67,7,80)
#370640
(55,6,64)
#2B0530
(43,5,48)
#1F0420
(31,4,32)
#130310
(19,3,16)
#000000
(0,0,0)

Tints of #8B0DB0

#8B0DB0
(139,13,176)
#9523B7
(149,35,183)
#9F39BE
(159,57,190)
#A94FC5
(169,79,197)
#B365CC
(179,101,204)
#BD7BD3
(189,123,211)
#C791DA
(199,145,218)
#D1A7E1
(209,167,225)
#DBBDE8
(219,189,232)
#E5D3EF
(229,211,239)
#EFE9F6
(239,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B0DB0 color. Also use rgb(139,13,176) instead hex code.

Text Font Color

.myTextColor { color: #8B0DB0; }

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

This text font color is #8B0DB0.


Background Color

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

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

This div background color is #8B0DB0.


Border color

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

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

This div border color is #8B0DB0.


Opacity

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

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

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

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

This text has shadow with #8B0DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B0DB0 on black background.


Color preview on white background

This text has color #8B0DB0 on white background.



Black color preview on #8B0DB0 background

This text has black color on #8B0DB0 background.


White color preview on #8B0DB0 background

This text has white color on #8B0DB0 background.