Shades of Blue Violet #821FFE
Tints of Blue Violet #821FFE
RGB
CMYK
RGB Variations
Color information
#821FFE (or 0x821FFE) is known color: Blue Violet. HEX triplet: 82, 1F and FE. RGB value is (130,31,254). Sum of RGB (Red+Green+Blue) = 130+31+254=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #821FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821FFE is #7DE001. Grayscale: #555555. Windows color (decimal): -8249346 or 16654210. OLE color: 16654210.
HSL color Cylindrical-coordinate representation of color #821FFE: hue angle of 266.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821FFE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 31 | 254 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.00 |
| HSL | 266.64º | 0.99% | 0.56% | - |
| HSV(B) | 266.64º | 0.88% | 1% | - |
| XYZ | 27.59 | 12.88 | 94.8 | - |
| YUV | 86.02 | 222.8 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 254 | 0.49 | 0.88 | 0 | 0.00 | 266.64 | 0.99 | 0.56 |
| Hex | 82 | 1F | FE | 31 | 58 | 0 | 0 | 10B | 63 | 38 |
| Octal | 202 | 37 | 376 | 61 | 130 | 0 | 0 | 413 | 143 | 70 |
| Binary | 10000010 | 11111 | 11111110 | 110001 | 1011000 | 0 | 0 | 100001011 | 1100011 | 111000 |
Color Harmonies of #821FFE
Complementary color
Monochromatic Colors of #821FFE
Black with #821FFE
Text Example
Text Example
White with #821FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821FFE; }
p { color: rgb(130,31,254); }
H1.HeaderClassName
{
color: #821FFE;
}
.AnyTagClassName
{
color: #821FFE;
}
</style>
background-color css
<style>
a { background-color: #821FFE; }
a { background-color: rgb(130,31,254); }
div.DivClassName
{
background-color: #821FFE;
}
.BgClassName
{
background-color: #821FFE;
}
</style>
border-color css
<style>
span { border-color: #821FFE; }
span { border-color: rgb(130,31,254); }
td.TdClassName
{
border-color: #821FFE;
}
.TagClassName
{
border-color: #821FFE;
}
</style>