Shades of Blue Violet #820FF1
Tints of Blue Violet #820FF1
RGB
CMYK
RGB Variations
Color information
#820FF1 (or 0x820FF1) is known color: Blue Violet. HEX triplet: 82, 0F and F1. RGB value is (130,15,241). Sum of RGB (Red+Green+Blue) = 130+15+241=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #820FF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820FF1 is #7DF00E. Grayscale: #4A4A4A. Windows color (decimal): -8253455 or 15798146. OLE color: 15798146.
HSL color Cylindrical-coordinate representation of color #820FF1: hue angle of 270.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820FF1 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 15 | 241 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.05 |
| HSL | 270.53º | 0.89% | 0.5% | - |
| HSV(B) | 270.53º | 0.94% | 0.95% | - |
| XYZ | 25.25 | 11.44 | 84.1 | - |
| YUV | 75.15 | 221.6 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 241 | 0.46 | 0.94 | 0 | 0.05 | 270.53 | 0.89 | 0.5 |
| Hex | 82 | F | F1 | 2E | 5E | 0 | 5 | 10F | 59 | 32 |
| Octal | 202 | 17 | 361 | 56 | 136 | 0 | 5 | 417 | 131 | 62 |
| Binary | 10000010 | 1111 | 11110001 | 101110 | 1011110 | 0 | 101 | 100001111 | 1011001 | 110010 |
Color Harmonies of #820FF1
Complementary color
Monochromatic Colors of #820FF1
Black with #820FF1
Text Example
Text Example
White with #820FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FF1; }
p { color: rgb(130,15,241); }
H1.HeaderClassName
{
color: #820FF1;
}
.AnyTagClassName
{
color: #820FF1;
}
</style>
background-color css
<style>
a { background-color: #820FF1; }
a { background-color: rgb(130,15,241); }
div.DivClassName
{
background-color: #820FF1;
}
.BgClassName
{
background-color: #820FF1;
}
</style>
border-color css
<style>
span { border-color: #820FF1; }
span { border-color: rgb(130,15,241); }
td.TdClassName
{
border-color: #820FF1;
}
.TagClassName
{
border-color: #820FF1;
}
</style>