COLOR #8212DB

HEX: #8212DB
RGB: (130,18,219)

Color info

#8212DB contains mainly blue color. Web safe color of #8212DB is #9900CC (or #90C).

RGB color model

#8212DB color RGB value is (130,18,219).

  • red value is 130;
  • green value is 18;
  • blue value is 219.
RGB:
(130,18,219)
(51%,7%,86%)

RGB channels and saturation

R 130 of 255 = 51%
G 18 of 255 = 7%
B 219 of 255 = 86%

130
18
219

R + G + B ~ 48%. #8212DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 18 + 219 = 367 (100%)
R 130 of 367 ~ 35.42%
G 18 of 367 ~ 4.9%
B 219 of 367 ~ 59.67%

%35.42
%59.67

CMYK color model

#8212DB color CMYK value is (41,92,0,14).

  • cyan value is 40.64%
  • magenta value is 91.78%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(41,92,0,14)
C41M92Y0K14 
(41%,92%,0%,14%)
(0.41/0.92/0.00/0.14)	

CMYK percentages

%40.64
%91.78
%0
%14.12

Codes

Color #8212DB in popluar color models

8212DB
RGB13018219
HSL273°84.81%46.47%
HSB/HSV273°91.78%85.88%
CMYK40.64%91.78%0.00%
14.12%

Color #8212DB in popluar number systems.

HEX8212DB
Decimal13018219
Binary100000101001011011011
Octal20222333

Shades and tints

Shades of #8212DB

#8212DB
(130,18,219)
#7711C8
(119,17,200)
#6C10B5
(108,16,181)
#610FA2
(97,15,162)
#560E8F
(86,14,143)
#4B0D7C
(75,13,124)
#400C69
(64,12,105)
#350B56
(53,11,86)
#2A0A43
(42,10,67)
#1F0930
(31,9,48)
#14081D
(20,8,29)
#000000
(0,0,0)

Tints of #8212DB

#8212DB
(130,18,219)
#8D27DE
(141,39,222)
#983CE1
(152,60,225)
#A351E4
(163,81,228)
#AE66E7
(174,102,231)
#B97BEA
(185,123,234)
#C490ED
(196,144,237)
#CFA5F0
(207,165,240)
#DABAF3
(218,186,243)
#E5CFF6
(229,207,246)
#F0E4F9
(240,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8212DB color. Also use rgb(130,18,219) instead hex code.

Text Font Color

.myTextColor { color: #8212DB; }

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

This text font color is #8212DB.


Background Color

.myBgColor { background-color: #8212DB; }

<div style="background-color:#8212DB">Inner text</div>

This div background color is #8212DB.


Border color

.myBorderColor { border: 1px solid #8212DB; }

<div style="border:3px solid #8212DB">Div</div>

This div border color is #8212DB.


Opacity

.myOpacity80 { color: #8212DB; opacity: 0.8; }

<p style="color:#8212DB;opacity:0.8;">80%</p>

Text with #8212DB 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 #8212DB;}

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

This text has shadow with #8212DB color.

.textShadow {text-shadow: 3px 3px 1px #8212DB, 3px 3px 1px red;}

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

This text has shadow with #8212DB primary color and red secondary color.


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

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

This text has shadow with #8212DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8212DB on black background.


Color preview on white background

This text has color #8212DB on white background.



Black color preview on #8212DB background

This text has black color on #8212DB background.


White color preview on #8212DB background

This text has white color on #8212DB background.