Shades of Blue Violet #821FDD
Tints of Blue Violet #821FDD
RGB
CMYK
RGB Variations
Color information
#821FDD (or 0x821FDD) is known color: Blue Violet. HEX triplet: 82, 1F and DD. RGB value is (130,31,221). Sum of RGB (Red+Green+Blue) = 130+31+221=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #821FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821FDD is #7DE022. Grayscale: #515151. Windows color (decimal): -8249379 or 14491522. OLE color: 14491522.
HSL color Cylindrical-coordinate representation of color #821FDD: hue angle of 271.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821FDD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 31 | 221 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.13 |
| HSL | 271.26º | 0.75% | 0.49% | - |
| HSV(B) | 271.26º | 0.86% | 0.87% | - |
| XYZ | 22.75 | 10.95 | 69.32 | - |
| YUV | 82.26 | 206.3 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 221 | 0.41 | 0.86 | 0 | 0.13 | 271.26 | 0.75 | 0.49 |
| Hex | 82 | 1F | DD | 29 | 56 | 0 | D | 10F | 4B | 31 |
| Octal | 202 | 37 | 335 | 51 | 126 | 0 | 15 | 417 | 113 | 61 |
| Binary | 10000010 | 11111 | 11011101 | 101001 | 1010110 | 0 | 1101 | 100001111 | 1001011 | 110001 |
Color Harmonies of #821FDD
Complementary color
Monochromatic Colors of #821FDD
Black with #821FDD
Text Example
Text Example
White with #821FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821FDD; }
p { color: rgb(130,31,221); }
H1.HeaderClassName
{
color: #821FDD;
}
.AnyTagClassName
{
color: #821FDD;
}
</style>
background-color css
<style>
a { background-color: #821FDD; }
a { background-color: rgb(130,31,221); }
div.DivClassName
{
background-color: #821FDD;
}
.BgClassName
{
background-color: #821FDD;
}
</style>
border-color css
<style>
span { border-color: #821FDD; }
span { border-color: rgb(130,31,221); }
td.TdClassName
{
border-color: #821FDD;
}
.TagClassName
{
border-color: #821FDD;
}
</style>