Shades of Blue Violet #821BFF
Tints of Blue Violet #821BFF
RGB
CMYK
RGB Variations
Color information
#821BFF (or 0x821BFF) is known color: Blue Violet. HEX triplet: 82, 1B and FF. RGB value is (130,27,255). Sum of RGB (Red+Green+Blue) = 130+27+255=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #821BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821BFF is #7DE400. Grayscale: #525252. Windows color (decimal): -8250369 or 16718722. OLE color: 16718722.
HSL color Cylindrical-coordinate representation of color #821BFF: hue angle of 267.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821BFF is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 27 | 255 | - |
| CMYK | 0.49 | 0.89 | 0 | 0 |
| HSL | 267.11º | 1% | 0.55% | - |
| HSV(B) | 267.11º | 0.89% | 1% | - |
| XYZ | 27.65 | 12.75 | 95.61 | - |
| YUV | 83.79 | 224.62 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 255 | 0.49 | 0.89 | 0 | 0 | 267.11 | 1 | 0.55 |
| Hex | 82 | 1B | FF | 31 | 59 | 0 | 0 | 10B | 64 | 37 |
| Octal | 202 | 33 | 377 | 61 | 131 | 0 | 0 | 413 | 144 | 67 |
| Binary | 10000010 | 11011 | 11111111 | 110001 | 1011001 | 0 | 0 | 100001011 | 1100100 | 110111 |
Color Harmonies of #821BFF
Complementary color
Monochromatic Colors of #821BFF
Black with #821BFF
Text Example
Text Example
White with #821BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821BFF; }
p { color: rgb(130,27,255); }
H1.HeaderClassName
{
color: #821BFF;
}
.AnyTagClassName
{
color: #821BFF;
}
</style>
background-color css
<style>
a { background-color: #821BFF; }
a { background-color: rgb(130,27,255); }
div.DivClassName
{
background-color: #821BFF;
}
.BgClassName
{
background-color: #821BFF;
}
</style>
border-color css
<style>
span { border-color: #821BFF; }
span { border-color: rgb(130,27,255); }
td.TdClassName
{
border-color: #821BFF;
}
.TagClassName
{
border-color: #821BFF;
}
</style>