COLOR #8B0FD9

HEX: #8B0FD9
RGB: (139,15,217)

Color info

#8B0FD9 contains mainly blue color. Web safe color of #8B0FD9 is #9900CC (or #90C).

RGB color model

#8B0FD9 color RGB value is (139,15,217).

  • red value is 139;
  • green value is 15;
  • blue value is 217.
RGB:
(139,15,217)
(55%,6%,85%)

RGB channels and saturation

R 139 of 255 = 55%
G 15 of 255 = 6%
B 217 of 255 = 85%

139
15
217

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

Portions of RGB colors in percentages

R + G + B =
139 + 15 + 217 = 371 (100%)
R 139 of 371 ~ 37.47%
G 15 of 371 ~ 4.04%
B 217 of 371 ~ 58.49%

%37.47
%58.49

CMYK color model

#8B0FD9 color CMYK value is (36,93,0,15).

  • cyan value is 35.94%
  • magenta value is 93.09%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(36,93,0,15)
C36M93Y0K15 
(36%,93%,0%,15%)
(0.36/0.93/0.00/0.15)	

CMYK percentages

%35.94
%93.09
%0
%14.9

Codes

Color #8B0FD9 in popluar color models

8B0FD9
RGB13915217
HSL277°87.07%45.49%
HSB/HSV277°93.09%85.10%
CMYK35.94%93.09%0.00%
14.90%

Color #8B0FD9 in popluar number systems.

HEX8B0FD9
Decimal13915217
Binary10001011111111011001
Octal21317331

Shades and tints

Shades of #8B0FD9

#8B0FD9
(139,15,217)
#7F0EC6
(127,14,198)
#730DB3
(115,13,179)
#670CA0
(103,12,160)
#5B0B8D
(91,11,141)
#4F0A7A
(79,10,122)
#430967
(67,9,103)
#370854
(55,8,84)
#2B0741
(43,7,65)
#1F062E
(31,6,46)
#13051B
(19,5,27)
#000000
(0,0,0)

Tints of #8B0FD9

#8B0FD9
(139,15,217)
#9524DC
(149,36,220)
#9F39DF
(159,57,223)
#A94EE2
(169,78,226)
#B363E5
(179,99,229)
#BD78E8
(189,120,232)
#C78DEB
(199,141,235)
#D1A2EE
(209,162,238)
#DBB7F1
(219,183,241)
#E5CCF4
(229,204,244)
#EFE1F7
(239,225,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B0FD9 color. Also use rgb(139,15,217) instead hex code.

Text Font Color

.myTextColor { color: #8B0FD9; }

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

This text font color is #8B0FD9.


Background Color

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

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

This div background color is #8B0FD9.


Border color

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

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

This div border color is #8B0FD9.


Opacity

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

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

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

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

This text has shadow with #8B0FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B0FD9 on black background.


Color preview on white background

This text has color #8B0FD9 on white background.



Black color preview on #8B0FD9 background

This text has black color on #8B0FD9 background.


White color preview on #8B0FD9 background

This text has white color on #8B0FD9 background.