Shades of Blue Violet #821ADC
Tints of Blue Violet #821ADC
RGB
CMYK
RGB Variations
Color information
#821ADC (or 0x821ADC) is known color: Blue Violet. HEX triplet: 82, 1A and DC. RGB value is (130,26,220). Sum of RGB (Red+Green+Blue) = 130+26+220=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #821ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ADC is #7DE523. Grayscale: #4E4E4E. Windows color (decimal): -8250660 or 14424706. OLE color: 14424706.
HSL color Cylindrical-coordinate representation of color #821ADC: hue angle of 272.16º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821ADC is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 26 | 220 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.14 |
| HSL | 272.16º | 0.79% | 0.48% | - |
| HSV(B) | 272.16º | 0.88% | 0.86% | - |
| XYZ | 22.49 | 10.65 | 68.58 | - |
| YUV | 79.21 | 207.46 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 220 | 0.41 | 0.88 | 0 | 0.14 | 272.16 | 0.79 | 0.48 |
| Hex | 82 | 1A | DC | 29 | 58 | 0 | E | 110 | 4F | 30 |
| Octal | 202 | 32 | 334 | 51 | 130 | 0 | 16 | 420 | 117 | 60 |
| Binary | 10000010 | 11010 | 11011100 | 101001 | 1011000 | 0 | 1110 | 100010000 | 1001111 | 110000 |
Color Harmonies of #821ADC
Complementary color
Monochromatic Colors of #821ADC
Black with #821ADC
Text Example
Text Example
White with #821ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821ADC; }
p { color: rgb(130,26,220); }
H1.HeaderClassName
{
color: #821ADC;
}
.AnyTagClassName
{
color: #821ADC;
}
</style>
background-color css
<style>
a { background-color: #821ADC; }
a { background-color: rgb(130,26,220); }
div.DivClassName
{
background-color: #821ADC;
}
.BgClassName
{
background-color: #821ADC;
}
</style>
border-color css
<style>
span { border-color: #821ADC; }
span { border-color: rgb(130,26,220); }
td.TdClassName
{
border-color: #821ADC;
}
.TagClassName
{
border-color: #821ADC;
}
</style>