COLOR #8B80C6

HEX: #8B80C6 RGB: (139,128,198)

Color info

#8B80C6 contains mainly red and blue colors. Web safe color of #8B80C6 is #9966CC (or #96C).

RGB color model

#8B80C6 color RGB value is (139,128,198).

RGB: (139,128,198) (55%, 50%, 78%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 198 of 255 = 78%

139
128
198

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

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 198 = 465 (100%)
R 139 of 465 ~ 29.89%
G 128 of 465 ~ 27.53%
B 198 of 465 ~ 42.58'%

%29.89
%27.53
%42.58

CMYK color model

#8B80C6 color CMYK value is (30,35,0,22).

  • cyan value is 29.80%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (30,35,0,22)
C30M35Y0K22 (30%, 35%, 0%, 22%)
(0.30 / 0.35 / 0.00 / 0.22)

CMYK percentages

%29.8
%35.35
%0
%22.35

Codes

Color #8B80C6 in popluar color models

8B 80 C6
RGB 139 128 198
HSL 249° 38.04% 63.92%
HSB/HSV 249° 35.35% 77.65%
CMYK 29.80% 35.35% 0.00%
22.35%

Color #8B80C6 in popluar number systems.

HEX 8B 80 C6
Decimal 139 128 198
Binary 10001011 10000000 11000110
Octal 213 200 306

Shades and tints

Shades of #8B80C6

#8B80C6
(139,128,198)
#7F75B4
(127,117,180)
#736AA2
(115,106,162)
#675F90
(103,95,144)
#5B547E
(91,84,126)
#4F496C
(79,73,108)
#433E5A
(67,62,90)
#373348
(55,51,72)
#2B2836
(43,40,54)
#1F1D24
(31,29,36)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #8B80C6

#8B80C6
(139,128,198)
#958BCB
(149,139,203)
#9F96D0
(159,150,208)
#A9A1D5
(169,161,213)
#B3ACDA
(179,172,218)
#BDB7DF
(189,183,223)
#C7C2E4
(199,194,228)
#D1CDE9
(209,205,233)
#DBD8EE
(219,216,238)
#E5E3F3
(229,227,243)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B80C6; }

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

This text font color is #8B80C6.

Background Color

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

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

This div background color is #8B80C6.

Border color

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

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

This div border color is #8B80C6.

Opacity

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

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

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

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

This text has shadow with #8B80C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B80C6.

Preview

Color preview on black background

This text has color #8B80C6 on black background.


Color preview on white background

This text has color #8B80C6 on white background.


Black color preview on #8B80C6 background

This text has black color on #8B80C6 background.


White color preview on #8B80C6 background

This text has white color on #8B80C6 background.


Related colors

Complementary color

Complementary color for #hex is #747F39.


I love getcolorcode.com

Triadic colors

1 #C68B80 and #80C68B with #8B80C6 are triadic colors.

2 #C6808B and #808BC6 with #8B80C6 are triadic colors.