Shades of Blue Violet #821FEF
Tints of Blue Violet #821FEF
RGB
CMYK
RGB Variations
Color information
#821FEF (or 0x821FEF) is known color: Blue Violet. HEX triplet: 82, 1F and EF. RGB value is (130,31,239). Sum of RGB (Red+Green+Blue) = 130+31+239=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #821FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821FEF is #7DE010. Grayscale: #535353. Windows color (decimal): -8249361 or 15671170. OLE color: 15671170.
HSL color Cylindrical-coordinate representation of color #821FEF: hue angle of 268.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821FEF is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 31 | 239 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.06 |
| HSL | 268.56º | 0.87% | 0.53% | - |
| HSV(B) | 268.56º | 0.87% | 0.94% | - |
| XYZ | 25.28 | 11.96 | 82.64 | - |
| YUV | 84.31 | 215.3 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 239 | 0.46 | 0.87 | 0 | 0.06 | 268.56 | 0.87 | 0.53 |
| Hex | 82 | 1F | EF | 2E | 57 | 0 | 6 | 10D | 57 | 35 |
| Octal | 202 | 37 | 357 | 56 | 127 | 0 | 6 | 415 | 127 | 65 |
| Binary | 10000010 | 11111 | 11101111 | 101110 | 1010111 | 0 | 110 | 100001101 | 1010111 | 110101 |
Color Harmonies of #821FEF
Complementary color
Monochromatic Colors of #821FEF
Black with #821FEF
Text Example
Text Example
White with #821FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821FEF; }
p { color: rgb(130,31,239); }
H1.HeaderClassName
{
color: #821FEF;
}
.AnyTagClassName
{
color: #821FEF;
}
</style>
background-color css
<style>
a { background-color: #821FEF; }
a { background-color: rgb(130,31,239); }
div.DivClassName
{
background-color: #821FEF;
}
.BgClassName
{
background-color: #821FEF;
}
</style>
border-color css
<style>
span { border-color: #821FEF; }
span { border-color: rgb(130,31,239); }
td.TdClassName
{
border-color: #821FEF;
}
.TagClassName
{
border-color: #821FEF;
}
</style>