Shades of Blue Violet #821EDB
Tints of Blue Violet #821EDB
RGB
CMYK
RGB Variations
Color information
#821EDB (or 0x821EDB) is known color: Blue Violet. HEX triplet: 82, 1E and DB. RGB value is (130,30,219). Sum of RGB (Red+Green+Blue) = 130+30+219=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #821EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821EDB is #7DE124. Grayscale: #505050. Windows color (decimal): -8249637 or 14360194. OLE color: 14360194.
HSL color Cylindrical-coordinate representation of color #821EDB: hue angle of 271.75º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821EDB is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 30 | 219 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.14 |
| HSL | 271.75º | 0.76% | 0.49% | - |
| HSV(B) | 271.75º | 0.86% | 0.86% | - |
| XYZ | 22.46 | 10.79 | 67.92 | - |
| YUV | 81.45 | 205.63 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 219 | 0.41 | 0.86 | 0 | 0.14 | 271.75 | 0.76 | 0.49 |
| Hex | 82 | 1E | DB | 29 | 56 | 0 | E | 110 | 4C | 31 |
| Octal | 202 | 36 | 333 | 51 | 126 | 0 | 16 | 420 | 114 | 61 |
| Binary | 10000010 | 11110 | 11011011 | 101001 | 1010110 | 0 | 1110 | 100010000 | 1001100 | 110001 |
Color Harmonies of #821EDB
Complementary color
Monochromatic Colors of #821EDB
Black with #821EDB
Text Example
Text Example
White with #821EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821EDB; }
p { color: rgb(130,30,219); }
H1.HeaderClassName
{
color: #821EDB;
}
.AnyTagClassName
{
color: #821EDB;
}
</style>
background-color css
<style>
a { background-color: #821EDB; }
a { background-color: rgb(130,30,219); }
div.DivClassName
{
background-color: #821EDB;
}
.BgClassName
{
background-color: #821EDB;
}
</style>
border-color css
<style>
span { border-color: #821EDB; }
span { border-color: rgb(130,30,219); }
td.TdClassName
{
border-color: #821EDB;
}
.TagClassName
{
border-color: #821EDB;
}
</style>