Shades of Blue Violet #822AF0
Tints of Blue Violet #822AF0
RGB
CMYK
RGB Variations
Color information
#822AF0 (or 0x822AF0) is known color: Blue Violet. HEX triplet: 82, 2A and F0. RGB value is (130,42,240). Sum of RGB (Red+Green+Blue) = 130+42+240=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #822AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822AF0 is #7DD50F. Grayscale: #5A5A5A. Windows color (decimal): -8246544 or 15739522. OLE color: 15739522.
HSL color Cylindrical-coordinate representation of color #822AF0: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #822AF0 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 42 | 240 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.06 |
| HSL | 266.67º | 0.87% | 0.55% | - |
| HSV(B) | 266.67º | 0.83% | 0.94% | - |
| XYZ | 25.76 | 12.69 | 83.53 | - |
| YUV | 90.88 | 212.15 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 240 | 0.46 | 0.82 | 0 | 0.06 | 266.67 | 0.87 | 0.55 |
| Hex | 82 | 2A | F0 | 2E | 52 | 0 | 6 | 10B | 57 | 37 |
| Octal | 202 | 52 | 360 | 56 | 122 | 0 | 6 | 413 | 127 | 67 |
| Binary | 10000010 | 101010 | 11110000 | 101110 | 1010010 | 0 | 110 | 100001011 | 1010111 | 110111 |
Color Harmonies of #822AF0
Complementary color
Monochromatic Colors of #822AF0
Black with #822AF0
Text Example
Text Example
White with #822AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822AF0; }
p { color: rgb(130,42,240); }
H1.HeaderClassName
{
color: #822AF0;
}
.AnyTagClassName
{
color: #822AF0;
}
</style>
background-color css
<style>
a { background-color: #822AF0; }
a { background-color: rgb(130,42,240); }
div.DivClassName
{
background-color: #822AF0;
}
.BgClassName
{
background-color: #822AF0;
}
</style>
border-color css
<style>
span { border-color: #822AF0; }
span { border-color: rgb(130,42,240); }
td.TdClassName
{
border-color: #822AF0;
}
.TagClassName
{
border-color: #822AF0;
}
</style>