Shades of Blue Violet #821DF6
Tints of Blue Violet #821DF6
RGB
CMYK
RGB Variations
Color information
#821DF6 (or 0x821DF6) is known color: Blue Violet. HEX triplet: 82, 1D and F6. RGB value is (130,29,246). Sum of RGB (Red+Green+Blue) = 130+29+246=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #821DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821DF6 is #7DE209. Grayscale: #535353. Windows color (decimal): -8249866 or 16129410. OLE color: 16129410.
HSL color Cylindrical-coordinate representation of color #821DF6: hue angle of 267.93º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821DF6 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 29 | 246 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.04 |
| HSL | 267.93º | 0.92% | 0.54% | - |
| HSV(B) | 267.93º | 0.88% | 0.96% | - |
| XYZ | 26.28 | 12.28 | 88.17 | - |
| YUV | 83.94 | 219.46 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 246 | 0.47 | 0.88 | 0 | 0.04 | 267.93 | 0.92 | 0.54 |
| Hex | 82 | 1D | F6 | 2F | 58 | 0 | 4 | 10C | 5C | 36 |
| Octal | 202 | 35 | 366 | 57 | 130 | 0 | 4 | 414 | 134 | 66 |
| Binary | 10000010 | 11101 | 11110110 | 101111 | 1011000 | 0 | 100 | 100001100 | 1011100 | 110110 |
Color Harmonies of #821DF6
Complementary color
Monochromatic Colors of #821DF6
Black with #821DF6
Text Example
Text Example
White with #821DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821DF6; }
p { color: rgb(130,29,246); }
H1.HeaderClassName
{
color: #821DF6;
}
.AnyTagClassName
{
color: #821DF6;
}
</style>
background-color css
<style>
a { background-color: #821DF6; }
a { background-color: rgb(130,29,246); }
div.DivClassName
{
background-color: #821DF6;
}
.BgClassName
{
background-color: #821DF6;
}
</style>
border-color css
<style>
span { border-color: #821DF6; }
span { border-color: rgb(130,29,246); }
td.TdClassName
{
border-color: #821DF6;
}
.TagClassName
{
border-color: #821DF6;
}
</style>