Shades of Blue Violet #821DD9
Tints of Blue Violet #821DD9
RGB
CMYK
RGB Variations
Color information
#821DD9 (or 0x821DD9) is known color: Blue Violet. HEX triplet: 82, 1D and D9. RGB value is (130,29,217). Sum of RGB (Red+Green+Blue) = 130+29+217=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 217 (85.16% from 255 or 57.71% from 376); Max value from RGB is 217 - color contains mainly: blue. Hex color #821DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DD9 is #7DE226. Grayscale: #4F4F4F. Windows color (decimal): -8249895 or 14228866. OLE color: 14228866.
HSL color Cylindrical-coordinate representation of color #821DD9: hue angle of 272.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821DD9 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 29 | 217 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.15 |
| HSL | 272.23º | 0.76% | 0.48% | - |
| HSV(B) | 272.23º | 0.87% | 0.85% | - |
| XYZ | 22.17 | 10.63 | 66.53 | - |
| YUV | 80.63 | 204.96 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 217 | 0.40 | 0.87 | 0 | 0.15 | 272.23 | 0.76 | 0.48 |
| Hex | 82 | 1D | D9 | 28 | 57 | 0 | F | 110 | 4C | 30 |
| Octal | 202 | 35 | 331 | 50 | 127 | 0 | 17 | 420 | 114 | 60 |
| Binary | 10000010 | 11101 | 11011001 | 101000 | 1010111 | 0 | 1111 | 100010000 | 1001100 | 110000 |
Color Harmonies of #821DD9
Complementary color
Monochromatic Colors of #821DD9
Black with #821DD9
Text Example
Text Example
White with #821DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821DD9; }
p { color: rgb(130,29,217); }
H1.HeaderClassName
{
color: #821DD9;
}
.AnyTagClassName
{
color: #821DD9;
}
</style>
background-color css
<style>
a { background-color: #821DD9; }
a { background-color: rgb(130,29,217); }
div.DivClassName
{
background-color: #821DD9;
}
.BgClassName
{
background-color: #821DD9;
}
</style>
border-color css
<style>
span { border-color: #821DD9; }
span { border-color: rgb(130,29,217); }
td.TdClassName
{
border-color: #821DD9;
}
.TagClassName
{
border-color: #821DD9;
}
</style>