COLOR #8B6FDA

HEX: #8B6FDA RGB: (139,111,218)

Color info

#8B6FDA contains mainly blue color. Web safe color of #8B6FDA is #9966CC (or #96C).

RGB color model

#8B6FDA color RGB value is (139,111,218).

RGB: (139,111,218) (55%, 44%, 85%)

RGB channels and saturation

R 139 of 255 = 55%
G 111 of 255 = 44%
B 218 of 255 = 85%

139
111
218

R + G + B ~ 61%. #8B6FDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 111 + 218 = 468 (100%)
R 139 of 468 ~ 29.7%
G 111 of 468 ~ 23.72%
B 218 of 468 ~ 46.58'%

%29.7
%23.72
%46.58

CMYK color model

#8B6FDA color CMYK value is (36,49,0,15).

  • cyan value is 36.24%
  • magenta value is 49.08%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (36,49,0,15)
C36M49Y0K15 (36%, 49%, 0%, 15%)
(0.36 / 0.49 / 0.00 / 0.15)

CMYK percentages

%36.24
%49.08
%0
%14.51

Codes

Color #8B6FDA in popluar color models

8B 6F DA
RGB 139 111 218
HSL 256° 59.12% 64.51%
HSB/HSV 256° 49.08% 85.49%
CMYK 36.24% 49.08% 0.00%
14.51%

Color #8B6FDA in popluar number systems.

HEX 8B 6F DA
Decimal 139 111 218
Binary 10001011 1101111 11011010
Octal 213 157 332

Shades and tints

Shades of #8B6FDA

#8B6FDA
(139,111,218)
#7F65C7
(127,101,199)
#735BB4
(115,91,180)
#6751A1
(103,81,161)
#5B478E
(91,71,142)
#4F3D7B
(79,61,123)
#433368
(67,51,104)
#372955
(55,41,85)
#2B1F42
(43,31,66)
#1F152F
(31,21,47)
#130B1C
(19,11,28)
#000000
(0,0,0)

Tints of #8B6FDA

#8B6FDA
(139,111,218)
#957CDD
(149,124,221)
#9F89E0
(159,137,224)
#A996E3
(169,150,227)
#B3A3E6
(179,163,230)
#BDB0E9
(189,176,233)
#C7BDEC
(199,189,236)
#D1CAEF
(209,202,239)
#DBD7F2
(219,215,242)
#E5E4F5
(229,228,245)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6FDA color. Also use rgb(139,111,218) instead hex code.

Text Font Color

.myTextColor { color: #8B6FDA; }

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

This text font color is #8B6FDA.

Background Color

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

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

This div background color is #8B6FDA.

Border color

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

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

This div border color is #8B6FDA.

Opacity

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

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

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

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

This text has shadow with #8B6FDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6FDA.

Preview

Color preview on black background

This text has color #8B6FDA on black background.


Color preview on white background

This text has color #8B6FDA on white background.


Black color preview on #8B6FDA background

This text has black color on #8B6FDA background.


White color preview on #8B6FDA background

This text has white color on #8B6FDA background.


Related colors

Complementary color

Complementary color for #hex is #749025.


I love getcolorcode.com

Triadic colors

1 #DA8B6F and #6FDA8B with #8B6FDA are triadic colors.

2 #DA6F8B and #6F8BDA with #8B6FDA are triadic colors.