Shades of Blue Violet #821EF1
Tints of Blue Violet #821EF1
RGB
CMYK
RGB Variations
Color information
#821EF1 (or 0x821EF1) is known color: Blue Violet. HEX triplet: 82, 1E and F1. RGB value is (130,30,241). Sum of RGB (Red+Green+Blue) = 130+30+241=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #821EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821EF1 is #7DE10E. Grayscale: #535353. Windows color (decimal): -8249615 or 15801986. OLE color: 15801986.
HSL color Cylindrical-coordinate representation of color #821EF1: hue angle of 268.44º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821EF1 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 30 | 241 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.05 |
| HSL | 268.44º | 0.88% | 0.53% | - |
| HSV(B) | 268.44º | 0.88% | 0.95% | - |
| XYZ | 25.55 | 12.03 | 84.19 | - |
| YUV | 83.95 | 216.63 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 241 | 0.46 | 0.88 | 0 | 0.05 | 268.44 | 0.88 | 0.53 |
| Hex | 82 | 1E | F1 | 2E | 58 | 0 | 5 | 10C | 58 | 35 |
| Octal | 202 | 36 | 361 | 56 | 130 | 0 | 5 | 414 | 130 | 65 |
| Binary | 10000010 | 11110 | 11110001 | 101110 | 1011000 | 0 | 101 | 100001100 | 1011000 | 110101 |
Color Harmonies of #821EF1
Complementary color
Monochromatic Colors of #821EF1
Black with #821EF1
Text Example
Text Example
White with #821EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821EF1; }
p { color: rgb(130,30,241); }
H1.HeaderClassName
{
color: #821EF1;
}
.AnyTagClassName
{
color: #821EF1;
}
</style>
background-color css
<style>
a { background-color: #821EF1; }
a { background-color: rgb(130,30,241); }
div.DivClassName
{
background-color: #821EF1;
}
.BgClassName
{
background-color: #821EF1;
}
</style>
border-color css
<style>
span { border-color: #821EF1; }
span { border-color: rgb(130,30,241); }
td.TdClassName
{
border-color: #821EF1;
}
.TagClassName
{
border-color: #821EF1;
}
</style>