COLOR #8010C5

HEX: #8010C5
RGB: (128,16,197)

Color info

#8010C5 contains mainly blue color. Web safe color of #8010C5 is #6600CC (or #60C).

RGB color model

#8010C5 color RGB value is (128,16,197).

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

RGB channels and saturation

R 128 of 255 = 50%
G 16 of 255 = 6%
B 197 of 255 = 77%

128
16
197

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

Portions of RGB colors in percentages

R + G + B =
128 + 16 + 197 = 341 (100%)
R 128 of 341 ~ 37.54%
G 16 of 341 ~ 4.69%
B 197 of 341 ~ 57.77%

%37.54
%57.77

CMYK color model

#8010C5 color CMYK value is (35,92,0,23).

  • cyan value is 35.03%
  • magenta value is 91.88%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(35,92,0,23)
C35M92Y0K23 
(35%,92%,0%,23%)
(0.35/0.92/0.00/0.23)	

CMYK percentages

%35.03
%91.88
%0
%22.75

Codes

Color #8010C5 in popluar color models

8010C5
RGB12816197
HSL277°84.98%41.76%
HSB/HSV277°91.88%77.25%
CMYK35.03%91.88%0.00%
22.75%

Color #8010C5 in popluar number systems.

HEX8010C5
Decimal12816197
Binary100000001000011000101
Octal20020305

Shades and tints

Shades of #8010C5

#8010C5
(128,16,197)
#750FB4
(117,15,180)
#6A0EA3
(106,14,163)
#5F0D92
(95,13,146)
#540C81
(84,12,129)
#490B70
(73,11,112)
#3E0A5F
(62,10,95)
#33094E
(51,9,78)
#28083D
(40,8,61)
#1D072C
(29,7,44)
#12061B
(18,6,27)
#000000
(0,0,0)

Tints of #8010C5

#8010C5
(128,16,197)
#8B25CA
(139,37,202)
#963ACF
(150,58,207)
#A14FD4
(161,79,212)
#AC64D9
(172,100,217)
#B779DE
(183,121,222)
#C28EE3
(194,142,227)
#CDA3E8
(205,163,232)
#D8B8ED
(216,184,237)
#E3CDF2
(227,205,242)
#EEE2F7
(238,226,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8010C5; }

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

This text font color is #8010C5.


Background Color

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

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

This div background color is #8010C5.


Border color

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

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

This div border color is #8010C5.


Opacity

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

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

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

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

This text has shadow with #8010C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8010C5 on black background.


Color preview on white background

This text has color #8010C5 on white background.



Black color preview on #8010C5 background

This text has black color on #8010C5 background.


White color preview on #8010C5 background

This text has white color on #8010C5 background.