Shades of Blue Violet #821ED7
Tints of Blue Violet #821ED7
RGB
CMYK
RGB Variations
Color information
#821ED7 (or 0x821ED7) is known color: Blue Violet. HEX triplet: 82, 1E and D7. RGB value is (130,30,215). Sum of RGB (Red+Green+Blue) = 130+30+215=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #821ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ED7 is #7DE128. Grayscale: #505050. Windows color (decimal): -8249641 or 14098050. OLE color: 14098050.
HSL color Cylindrical-coordinate representation of color #821ED7: hue angle of 272.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821ED7 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 30 | 215 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.16 |
| HSL | 272.43º | 0.76% | 0.48% | - |
| HSV(B) | 272.43º | 0.86% | 0.84% | - |
| XYZ | 21.94 | 10.58 | 65.18 | - |
| YUV | 80.99 | 203.63 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 215 | 0.40 | 0.86 | 0 | 0.16 | 272.43 | 0.76 | 0.48 |
| Hex | 82 | 1E | D7 | 28 | 56 | 0 | 10 | 110 | 4C | 30 |
| Octal | 202 | 36 | 327 | 50 | 126 | 0 | 20 | 420 | 114 | 60 |
| Binary | 10000010 | 11110 | 11010111 | 101000 | 1010110 | 0 | 10000 | 100010000 | 1001100 | 110000 |
Color Harmonies of #821ED7
Complementary color
Monochromatic Colors of #821ED7
Black with #821ED7
Text Example
Text Example
White with #821ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821ED7; }
p { color: rgb(130,30,215); }
H1.HeaderClassName
{
color: #821ED7;
}
.AnyTagClassName
{
color: #821ED7;
}
</style>
background-color css
<style>
a { background-color: #821ED7; }
a { background-color: rgb(130,30,215); }
div.DivClassName
{
background-color: #821ED7;
}
.BgClassName
{
background-color: #821ED7;
}
</style>
border-color css
<style>
span { border-color: #821ED7; }
span { border-color: rgb(130,30,215); }
td.TdClassName
{
border-color: #821ED7;
}
.TagClassName
{
border-color: #821ED7;
}
</style>