COLOR #8B80DB

HEX: #8B80DB RGB: (139,128,219)

Color info

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

RGB color model

#8B80DB color RGB value is (139,128,219).

RGB: (139,128,219) (55%, 50%, 86%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 219 of 255 = 86%

139
128
219

R + G + B ~ 64%. #8B80DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 219 = 486 (100%)
R 139 of 486 ~ 28.6%
G 128 of 486 ~ 26.34%
B 219 of 486 ~ 45.06'%

%28.6
%26.34
%45.06

CMYK color model

#8B80DB color CMYK value is (37,42,0,14).

  • cyan value is 36.53%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (37,42,0,14)
C37M42Y0K14 (37%, 42%, 0%, 14%)
(0.37 / 0.42 / 0.00 / 0.14)

CMYK percentages

%36.53
%41.55
%0
%14.12

Codes

Color #8B80DB in popluar color models

8B 80 DB
RGB 139 128 219
HSL 247° 55.83% 68.04%
HSB/HSV 247° 41.55% 85.88%
CMYK 36.53% 41.55% 0.00%
14.12%

Color #8B80DB in popluar number systems.

HEX 8B 80 DB
Decimal 139 128 219
Binary 10001011 10000000 11011011
Octal 213 200 333

Shades and tints

Shades of #8B80DB

#8B80DB
(139,128,219)
#7F75C8
(127,117,200)
#736AB5
(115,106,181)
#675FA2
(103,95,162)
#5B548F
(91,84,143)
#4F497C
(79,73,124)
#433E69
(67,62,105)
#373356
(55,51,86)
#2B2843
(43,40,67)
#1F1D30
(31,29,48)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #8B80DB

#8B80DB
(139,128,219)
#958BDE
(149,139,222)
#9F96E1
(159,150,225)
#A9A1E4
(169,161,228)
#B3ACE7
(179,172,231)
#BDB7EA
(189,183,234)
#C7C2ED
(199,194,237)
#D1CDF0
(209,205,240)
#DBD8F3
(219,216,243)
#E5E3F6
(229,227,246)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B80DB; }

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

This text font color is #8B80DB.

Background Color

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

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

This div background color is #8B80DB.

Border color

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

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

This div border color is #8B80DB.

Opacity

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

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

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

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

This text has shadow with #8B80DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B80DB.

Preview

Color preview on black background

This text has color #8B80DB on black background.


Color preview on white background

This text has color #8B80DB on white background.


Black color preview on #8B80DB background

This text has black color on #8B80DB background.


White color preview on #8B80DB background

This text has white color on #8B80DB background.


Related colors

Complementary color

Complementary color for #hex is #747F24.


I love getcolorcode.com

Triadic colors

1 #DB8B80 and #80DB8B with #8B80DB are triadic colors.

2 #DB808B and #808BDB with #8B80DB are triadic colors.