Shades of Blue Violet #821FDF
Tints of Blue Violet #821FDF
RGB
CMYK
RGB Variations
Color information
#821FDF (or 0x821FDF) is known color: Blue Violet. HEX triplet: 82, 1F and DF. RGB value is (130,31,223). Sum of RGB (Red+Green+Blue) = 130+31+223=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #821FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821FDF is #7DE020. Grayscale: #515151. Windows color (decimal): -8249377 or 14622594. OLE color: 14622594.
HSL color Cylindrical-coordinate representation of color #821FDF: hue angle of 270.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821FDF is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 31 | 223 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.13 |
| HSL | 270.94º | 0.76% | 0.5% | - |
| HSV(B) | 270.94º | 0.86% | 0.87% | - |
| XYZ | 23.02 | 11.05 | 70.73 | - |
| YUV | 82.49 | 207.3 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 223 | 0.42 | 0.86 | 0 | 0.13 | 270.94 | 0.76 | 0.5 |
| Hex | 82 | 1F | DF | 2A | 56 | 0 | D | 10F | 4C | 32 |
| Octal | 202 | 37 | 337 | 52 | 126 | 0 | 15 | 417 | 114 | 62 |
| Binary | 10000010 | 11111 | 11011111 | 101010 | 1010110 | 0 | 1101 | 100001111 | 1001100 | 110010 |
Color Harmonies of #821FDF
Complementary color
Monochromatic Colors of #821FDF
Black with #821FDF
Text Example
Text Example
White with #821FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821FDF; }
p { color: rgb(130,31,223); }
H1.HeaderClassName
{
color: #821FDF;
}
.AnyTagClassName
{
color: #821FDF;
}
</style>
background-color css
<style>
a { background-color: #821FDF; }
a { background-color: rgb(130,31,223); }
div.DivClassName
{
background-color: #821FDF;
}
.BgClassName
{
background-color: #821FDF;
}
</style>
border-color css
<style>
span { border-color: #821FDF; }
span { border-color: rgb(130,31,223); }
td.TdClassName
{
border-color: #821FDF;
}
.TagClassName
{
border-color: #821FDF;
}
</style>