Shades of Blue Violet #821EED
Tints of Blue Violet #821EED
RGB
CMYK
RGB Variations
Color information
#821EED (or 0x821EED) is known color: Blue Violet. HEX triplet: 82, 1E and ED. RGB value is (130,30,237). Sum of RGB (Red+Green+Blue) = 130+30+237=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #821EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821EED is #7DE112. Grayscale: #525252. Windows color (decimal): -8249619 or 15539842. OLE color: 15539842.
HSL color Cylindrical-coordinate representation of color #821EED: hue angle of 268.99º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821EED is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 30 | 237 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.07 |
| HSL | 268.99º | 0.85% | 0.52% | - |
| HSV(B) | 268.99º | 0.87% | 0.93% | - |
| XYZ | 24.96 | 11.79 | 81.08 | - |
| YUV | 83.5 | 214.63 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 237 | 0.45 | 0.87 | 0 | 0.07 | 268.99 | 0.85 | 0.52 |
| Hex | 82 | 1E | ED | 2D | 57 | 0 | 7 | 10D | 55 | 34 |
| Octal | 202 | 36 | 355 | 55 | 127 | 0 | 7 | 415 | 125 | 64 |
| Binary | 10000010 | 11110 | 11101101 | 101101 | 1010111 | 0 | 111 | 100001101 | 1010101 | 110100 |
Color Harmonies of #821EED
Complementary color
Monochromatic Colors of #821EED
Black with #821EED
Text Example
Text Example
White with #821EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821EED; }
p { color: rgb(130,30,237); }
H1.HeaderClassName
{
color: #821EED;
}
.AnyTagClassName
{
color: #821EED;
}
</style>
background-color css
<style>
a { background-color: #821EED; }
a { background-color: rgb(130,30,237); }
div.DivClassName
{
background-color: #821EED;
}
.BgClassName
{
background-color: #821EED;
}
</style>
border-color css
<style>
span { border-color: #821EED; }
span { border-color: rgb(130,30,237); }
td.TdClassName
{
border-color: #821EED;
}
.TagClassName
{
border-color: #821EED;
}
</style>