Shades of Blue Violet #821EDD
Tints of Blue Violet #821EDD
RGB
CMYK
RGB Variations
Color information
#821EDD (or 0x821EDD) is known color: Blue Violet. HEX triplet: 82, 1E and DD. RGB value is (130,30,221). Sum of RGB (Red+Green+Blue) = 130+30+221=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #821EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821EDD is #7DE122. Grayscale: #515151. Windows color (decimal): -8249635 or 14491266. OLE color: 14491266.
HSL color Cylindrical-coordinate representation of color #821EDD: hue angle of 271.41º degrees, saturation: 0.76, 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 #821EDD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 30 | 221 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.13 |
| HSL | 271.41º | 0.76% | 0.49% | - |
| HSV(B) | 271.41º | 0.86% | 0.87% | - |
| XYZ | 22.72 | 10.89 | 69.31 | - |
| YUV | 81.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 221 | 0.41 | 0.86 | 0 | 0.13 | 271.41 | 0.76 | 0.49 |
| Hex | 82 | 1E | DD | 29 | 56 | 0 | D | 10F | 4C | 31 |
| Octal | 202 | 36 | 335 | 51 | 126 | 0 | 15 | 417 | 114 | 61 |
| Binary | 10000010 | 11110 | 11011101 | 101001 | 1010110 | 0 | 1101 | 100001111 | 1001100 | 110001 |
Color Harmonies of #821EDD
Complementary color
Monochromatic Colors of #821EDD
Black with #821EDD
Text Example
Text Example
White with #821EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821EDD; }
p { color: rgb(130,30,221); }
H1.HeaderClassName
{
color: #821EDD;
}
.AnyTagClassName
{
color: #821EDD;
}
</style>
background-color css
<style>
a { background-color: #821EDD; }
a { background-color: rgb(130,30,221); }
div.DivClassName
{
background-color: #821EDD;
}
.BgClassName
{
background-color: #821EDD;
}
</style>
border-color css
<style>
span { border-color: #821EDD; }
span { border-color: rgb(130,30,221); }
td.TdClassName
{
border-color: #821EDD;
}
.TagClassName
{
border-color: #821EDD;
}
</style>