COLOR #8010B6

HEX: #8010B6
RGB: (128,16,182)

Color info

#8010B6 contains mainly red and blue colors. Web safe color of #8010B6 is #6600CC (or #60C).

RGB color model

#8010B6 color RGB value is (128,16,182).

  • red value is 128;
  • green value is 16;
  • blue value is 182.
RGB:
(128,16,182)
(50%,6%,71%)

RGB channels and saturation

R 128 of 255 = 50%
G 16 of 255 = 6%
B 182 of 255 = 71%

128
16
182

R + G + B ~ 42%. #8010B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 16 + 182 = 326 (100%)
R 128 of 326 ~ 39.26%
G 16 of 326 ~ 4.91%
B 182 of 326 ~ 55.83%

%39.26
%55.83

CMYK color model

#8010B6 color CMYK value is (30,91,0,29).

  • cyan value is 29.67%
  • magenta value is 91.21%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(30,91,0,29)
C30M91Y0K29 
(30%,91%,0%,29%)
(0.30/0.91/0.00/0.29)	

CMYK percentages

%29.67
%91.21
%0
%28.63

Codes

Color #8010B6 in popluar color models

8010B6
RGB12816182
HSL280°83.84%38.82%
HSB/HSV280°91.21%71.37%
CMYK29.67%91.21%0.00%
28.63%

Color #8010B6 in popluar number systems.

HEX8010B6
Decimal12816182
Binary100000001000010110110
Octal20020266

Shades and tints

Shades of #8010B6

#8010B6
(128,16,182)
#750FA6
(117,15,166)
#6A0E96
(106,14,150)
#5F0D86
(95,13,134)
#540C76
(84,12,118)
#490B66
(73,11,102)
#3E0A56
(62,10,86)
#330946
(51,9,70)
#280836
(40,8,54)
#1D0726
(29,7,38)
#120616
(18,6,22)
#000000
(0,0,0)

Tints of #8010B6

#8010B6
(128,16,182)
#8B25BC
(139,37,188)
#963AC2
(150,58,194)
#A14FC8
(161,79,200)
#AC64CE
(172,100,206)
#B779D4
(183,121,212)
#C28EDA
(194,142,218)
#CDA3E0
(205,163,224)
#D8B8E6
(216,184,230)
#E3CDEC
(227,205,236)
#EEE2F2
(238,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8010B6 color. Also use rgb(128,16,182) instead hex code.

Text Font Color

.myTextColor { color: #8010B6; }

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

This text font color is #8010B6.


Background Color

.myBgColor { background-color: #8010B6; }

<div style="background-color:#8010B6">Inner text</div>

This div background color is #8010B6.


Border color

.myBorderColor { border: 1px solid #8010B6; }

<div style="border:3px solid #8010B6">Div</div>

This div border color is #8010B6.


Opacity

.myOpacity80 { color: #8010B6; opacity: 0.8; }

<p style="color:#8010B6;opacity:0.8;">80%</p>

Text with #8010B6 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 #8010B6;}

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

This text has shadow with #8010B6 color.

.textShadow {text-shadow: 3px 3px 1px #8010B6, 3px 3px 1px red;}

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

This text has shadow with #8010B6 primary color and red secondary color.


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

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

This text has shadow with #8010B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8010B6 on black background.


Color preview on white background

This text has color #8010B6 on white background.



Black color preview on #8010B6 background

This text has black color on #8010B6 background.


White color preview on #8010B6 background

This text has white color on #8010B6 background.