Shades of Blue Violet #821DDE
Tints of Blue Violet #821DDE
RGB
CMYK
RGB Variations
Color information
#821DDE (or 0x821DDE) is known color: Blue Violet. HEX triplet: 82, 1D and DE. RGB value is (130,29,222). Sum of RGB (Red+Green+Blue) = 130+29+222=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #821DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DDE is #7DE221. Grayscale: #505050. Windows color (decimal): -8249890 or 14556546. OLE color: 14556546.
HSL color Cylindrical-coordinate representation of color #821DDE: hue angle of 271.4º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821DDE is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 29 | 222 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.13 |
| HSL | 271.4º | 0.77% | 0.49% | - |
| HSV(B) | 271.4º | 0.87% | 0.87% | - |
| XYZ | 22.83 | 10.9 | 70.01 | - |
| YUV | 81.2 | 207.46 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 222 | 0.41 | 0.87 | 0 | 0.13 | 271.4 | 0.77 | 0.49 |
| Hex | 82 | 1D | DE | 29 | 57 | 0 | D | 10F | 4D | 31 |
| Octal | 202 | 35 | 336 | 51 | 127 | 0 | 15 | 417 | 115 | 61 |
| Binary | 10000010 | 11101 | 11011110 | 101001 | 1010111 | 0 | 1101 | 100001111 | 1001101 | 110001 |
Color Harmonies of #821DDE
Complementary color
Monochromatic Colors of #821DDE
Black with #821DDE
Text Example
Text Example
White with #821DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821DDE; }
p { color: rgb(130,29,222); }
H1.HeaderClassName
{
color: #821DDE;
}
.AnyTagClassName
{
color: #821DDE;
}
</style>
background-color css
<style>
a { background-color: #821DDE; }
a { background-color: rgb(130,29,222); }
div.DivClassName
{
background-color: #821DDE;
}
.BgClassName
{
background-color: #821DDE;
}
</style>
border-color css
<style>
span { border-color: #821DDE; }
span { border-color: rgb(130,29,222); }
td.TdClassName
{
border-color: #821DDE;
}
.TagClassName
{
border-color: #821DDE;
}
</style>