Shades of Blue Violet #821AD1
Tints of Blue Violet #821AD1
RGB
CMYK
RGB Variations
Color information
#821AD1 (or 0x821AD1) is known color: Blue Violet. HEX triplet: 82, 1A and D1. RGB value is (130,26,209). Sum of RGB (Red+Green+Blue) = 130+26+209=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 209 (82.03% from 255 or 57.26% from 365); Max value from RGB is 209 - color contains mainly: blue. Hex color #821AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821AD1 is #7DE52E. Grayscale: #4D4D4D. Windows color (decimal): -8250671 or 13703810. OLE color: 13703810.
HSL color Cylindrical-coordinate representation of color #821AD1: hue angle of 274.1º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821AD1 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 26 | 209 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.18 |
| HSL | 274.1º | 0.78% | 0.46% | - |
| HSV(B) | 274.1º | 0.88% | 0.82% | - |
| XYZ | 21.08 | 10.09 | 61.16 | - |
| YUV | 77.96 | 201.96 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 209 | 0.38 | 0.88 | 0 | 0.18 | 274.1 | 0.78 | 0.46 |
| Hex | 82 | 1A | D1 | 26 | 58 | 0 | 12 | 112 | 4E | 2E |
| Octal | 202 | 32 | 321 | 46 | 130 | 0 | 22 | 422 | 116 | 56 |
| Binary | 10000010 | 11010 | 11010001 | 100110 | 1011000 | 0 | 10010 | 100010010 | 1001110 | 101110 |
Color Harmonies of #821AD1
Complementary color
Monochromatic Colors of #821AD1
Black with #821AD1
Text Example
Text Example
White with #821AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821AD1; }
p { color: rgb(130,26,209); }
H1.HeaderClassName
{
color: #821AD1;
}
.AnyTagClassName
{
color: #821AD1;
}
</style>
background-color css
<style>
a { background-color: #821AD1; }
a { background-color: rgb(130,26,209); }
div.DivClassName
{
background-color: #821AD1;
}
.BgClassName
{
background-color: #821AD1;
}
</style>
border-color css
<style>
span { border-color: #821AD1; }
span { border-color: rgb(130,26,209); }
td.TdClassName
{
border-color: #821AD1;
}
.TagClassName
{
border-color: #821AD1;
}
</style>