Shades of Blue Violet #821AFF
Tints of Blue Violet #821AFF
RGB
CMYK
RGB Variations
Color information
#821AFF (or 0x821AFF) is known color: Blue Violet. HEX triplet: 82, 1A and FF. RGB value is (130,26,255). Sum of RGB (Red+Green+Blue) = 130+26+255=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #821AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AFF is #7DE500. Grayscale: #525252. Windows color (decimal): -8250625 or 16718466. OLE color: 16718466.
HSL color Cylindrical-coordinate representation of color #821AFF: hue angle of 267.25º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #821AFF is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 26 | 255 | - |
| CMYK | 0.49 | 0.90 | 0 | 0 |
| HSL | 267.25º | 1% | 0.55% | - |
| HSV(B) | 267.25º | 0.9% | 1% | - |
| XYZ | 27.63 | 12.7 | 95.6 | - |
| YUV | 83.2 | 224.96 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 255 | 0.49 | 0.90 | 0 | 0 | 267.25 | 1 | 0.55 |
| Hex | 82 | 1A | FF | 31 | 5A | 0 | 0 | 10B | 64 | 37 |
| Octal | 202 | 32 | 377 | 61 | 132 | 0 | 0 | 413 | 144 | 67 |
| Binary | 10000010 | 11010 | 11111111 | 110001 | 1011010 | 0 | 0 | 100001011 | 1100100 | 110111 |
Color Harmonies of #821AFF
Complementary color
Monochromatic Colors of #821AFF
Black with #821AFF
Text Example
Text Example
White with #821AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821AFF; }
p { color: rgb(130,26,255); }
H1.HeaderClassName
{
color: #821AFF;
}
.AnyTagClassName
{
color: #821AFF;
}
</style>
background-color css
<style>
a { background-color: #821AFF; }
a { background-color: rgb(130,26,255); }
div.DivClassName
{
background-color: #821AFF;
}
.BgClassName
{
background-color: #821AFF;
}
</style>
border-color css
<style>
span { border-color: #821AFF; }
span { border-color: rgb(130,26,255); }
td.TdClassName
{
border-color: #821AFF;
}
.TagClassName
{
border-color: #821AFF;
}
</style>