Shades of Blue Violet #821FED
Tints of Blue Violet #821FED
RGB
CMYK
RGB Variations
Color information
#821FED (or 0x821FED) is known color: Blue Violet. HEX triplet: 82, 1F and ED. RGB value is (130,31,237). Sum of RGB (Red+Green+Blue) = 130+31+237=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #821FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821FED is #7DE012. Grayscale: #535353. Windows color (decimal): -8249363 or 15540098. OLE color: 15540098.
HSL color Cylindrical-coordinate representation of color #821FED: hue angle of 268.83º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821FED is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 31 | 237 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.07 |
| HSL | 268.84º | 0.85% | 0.53% | - |
| HSV(B) | 268.84º | 0.87% | 0.93% | - |
| XYZ | 24.98 | 11.84 | 81.09 | - |
| YUV | 84.09 | 214.3 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 237 | 0.45 | 0.87 | 0 | 0.07 | 268.84 | 0.85 | 0.53 |
| Hex | 82 | 1F | ED | 2D | 57 | 0 | 7 | 10D | 55 | 35 |
| Octal | 202 | 37 | 355 | 55 | 127 | 0 | 7 | 415 | 125 | 65 |
| Binary | 10000010 | 11111 | 11101101 | 101101 | 1010111 | 0 | 111 | 100001101 | 1010101 | 110101 |
Color Harmonies of #821FED
Complementary color
Monochromatic Colors of #821FED
Black with #821FED
Text Example
Text Example
White with #821FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821FED; }
p { color: rgb(130,31,237); }
H1.HeaderClassName
{
color: #821FED;
}
.AnyTagClassName
{
color: #821FED;
}
</style>
background-color css
<style>
a { background-color: #821FED; }
a { background-color: rgb(130,31,237); }
div.DivClassName
{
background-color: #821FED;
}
.BgClassName
{
background-color: #821FED;
}
</style>
border-color css
<style>
span { border-color: #821FED; }
span { border-color: rgb(130,31,237); }
td.TdClassName
{
border-color: #821FED;
}
.TagClassName
{
border-color: #821FED;
}
</style>