COLOR #8B68DB

HEX: #8B68DB
RGB: (139,104,219)

Color info

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

RGB color model

#8B68DB color RGB value is (139,104,219).

  • red value is 139;
  • green value is 104;
  • blue value is 219.
RGB:
(139,104,219)
(55%,41%,86%)

RGB channels and saturation

R 139 of 255 = 55%
G 104 of 255 = 41%
B 219 of 255 = 86%

139
104
219

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

Portions of RGB colors in percentages

R + G + B =
139 + 104 + 219 = 462 (100%)
R 139 of 462 ~ 30.09%
G 104 of 462 ~ 22.51%
B 219 of 462 ~ 47.4%

%30.09
%22.51
%47.4

CMYK color model

#8B68DB color CMYK value is (37,53,0,14).

  • cyan value is 36.53%
  • magenta value is 52.51%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(37,53,0,14)
C37M53Y0K14 
(37%,53%,0%,14%)
(0.37/0.53/0.00/0.14)	

CMYK percentages

%36.53
%52.51
%0
%14.12

Codes

Color #8B68DB in popluar color models

8B68DB
RGB139104219
HSL258°61.50%63.33%
HSB/HSV258°52.51%85.88%
CMYK36.53%52.51%0.00%
14.12%

Color #8B68DB in popluar number systems.

HEX8B68DB
Decimal139104219
Binary10001011110100011011011
Octal213150333

Shades and tints

Shades of #8B68DB

#8B68DB
(139,104,219)
#7F5FC8
(127,95,200)
#7356B5
(115,86,181)
#674DA2
(103,77,162)
#5B448F
(91,68,143)
#4F3B7C
(79,59,124)
#433269
(67,50,105)
#372956
(55,41,86)
#2B2043
(43,32,67)
#1F1730
(31,23,48)
#130E1D
(19,14,29)
#000000
(0,0,0)

Tints of #8B68DB

#8B68DB
(139,104,219)
#9575DE
(149,117,222)
#9F82E1
(159,130,225)
#A98FE4
(169,143,228)
#B39CE7
(179,156,231)
#BDA9EA
(189,169,234)
#C7B6ED
(199,182,237)
#D1C3F0
(209,195,240)
#DBD0F3
(219,208,243)
#E5DDF6
(229,221,246)
#EFEAF9
(239,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B68DB color. Also use rgb(139,104,219) instead hex code.

Text Font Color

.myTextColor { color: #8B68DB; }

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

This text font color is #8B68DB.


Background Color

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

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

This div background color is #8B68DB.


Border color

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

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

This div border color is #8B68DB.


Opacity

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

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

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

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

This text has shadow with #8B68DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B68DB on black background.


Color preview on white background

This text has color #8B68DB on white background.



Black color preview on #8B68DB background

This text has black color on #8B68DB background.


White color preview on #8B68DB background

This text has white color on #8B68DB background.