Shades of Blue Violet #8220F1
Tints of Blue Violet #8220F1
RGB
CMYK
RGB Variations
Color information
#8220F1 (or 0x8220F1) is known color: Blue Violet. HEX triplet: 82, 20 and F1. RGB value is (130,32,241). Sum of RGB (Red+Green+Blue) = 130+32+241=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #8220F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8220F1 is #7DDF0E. Grayscale: #545454. Windows color (decimal): -8249103 or 15802498. OLE color: 15802498.
HSL color Cylindrical-coordinate representation of color #8220F1: hue angle of 268.13º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8220F1 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 32 | 241 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.05 |
| HSL | 268.13º | 0.88% | 0.54% | - |
| HSV(B) | 268.13º | 0.87% | 0.95% | - |
| XYZ | 25.6 | 12.13 | 84.21 | - |
| YUV | 85.13 | 215.97 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 241 | 0.46 | 0.87 | 0 | 0.05 | 268.13 | 0.88 | 0.54 |
| Hex | 82 | 20 | F1 | 2E | 57 | 0 | 5 | 10C | 58 | 36 |
| Octal | 202 | 40 | 361 | 56 | 127 | 0 | 5 | 414 | 130 | 66 |
| Binary | 10000010 | 100000 | 11110001 | 101110 | 1010111 | 0 | 101 | 100001100 | 1011000 | 110110 |
Color Harmonies of #8220F1
Complementary color
Monochromatic Colors of #8220F1
Black with #8220F1
Text Example
Text Example
White with #8220F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220F1; }
p { color: rgb(130,32,241); }
H1.HeaderClassName
{
color: #8220F1;
}
.AnyTagClassName
{
color: #8220F1;
}
</style>
background-color css
<style>
a { background-color: #8220F1; }
a { background-color: rgb(130,32,241); }
div.DivClassName
{
background-color: #8220F1;
}
.BgClassName
{
background-color: #8220F1;
}
</style>
border-color css
<style>
span { border-color: #8220F1; }
span { border-color: rgb(130,32,241); }
td.TdClassName
{
border-color: #8220F1;
}
.TagClassName
{
border-color: #8220F1;
}
</style>