Shades of Blue Violet #821FFF
Tints of Blue Violet #821FFF
RGB
CMYK
RGB Variations
Color information
#821FFF (or 0x821FFF) is known color: Blue Violet. HEX triplet: 82, 1F and FF. RGB value is (130,31,255). Sum of RGB (Red+Green+Blue) = 130+31+255=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #821FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821FFF is #7DE000. Grayscale: #555555. Windows color (decimal): -8249345 or 16719746. OLE color: 16719746.
HSL color Cylindrical-coordinate representation of color #821FFF: hue angle of 266.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821FFF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 31 | 255 | - |
| CMYK | 0.49 | 0.88 | 0 | 0 |
| HSL | 266.52º | 1% | 0.56% | - |
| HSV(B) | 266.52º | 0.88% | 1% | - |
| XYZ | 27.75 | 12.95 | 95.64 | - |
| YUV | 86.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 255 | 0.49 | 0.88 | 0 | 0 | 266.52 | 1 | 0.56 |
| Hex | 82 | 1F | FF | 31 | 58 | 0 | 0 | 10B | 64 | 38 |
| Octal | 202 | 37 | 377 | 61 | 130 | 0 | 0 | 413 | 144 | 70 |
| Binary | 10000010 | 11111 | 11111111 | 110001 | 1011000 | 0 | 0 | 100001011 | 1100100 | 111000 |
Color Harmonies of #821FFF
Complementary color
Monochromatic Colors of #821FFF
Black with #821FFF
Text Example
Text Example
White with #821FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821FFF; }
p { color: rgb(130,31,255); }
H1.HeaderClassName
{
color: #821FFF;
}
.AnyTagClassName
{
color: #821FFF;
}
</style>
background-color css
<style>
a { background-color: #821FFF; }
a { background-color: rgb(130,31,255); }
div.DivClassName
{
background-color: #821FFF;
}
.BgClassName
{
background-color: #821FFF;
}
</style>
border-color css
<style>
span { border-color: #821FFF; }
span { border-color: rgb(130,31,255); }
td.TdClassName
{
border-color: #821FFF;
}
.TagClassName
{
border-color: #821FFF;
}
</style>