Shades of Blue Violet #821EEC
Tints of Blue Violet #821EEC
RGB
CMYK
RGB Variations
Color information
#821EEC (or 0x821EEC) is known color: Blue Violet. HEX triplet: 82, 1E and EC. RGB value is (130,30,236). Sum of RGB (Red+Green+Blue) = 130+30+236=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #821EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821EEC is #7DE113. Grayscale: #525252. Windows color (decimal): -8249620 or 15474306. OLE color: 15474306.
HSL color Cylindrical-coordinate representation of color #821EEC: hue angle of 269.13º degrees, saturation: 0.84, 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 #821EEC is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 30 | 236 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.07 |
| HSL | 269.13º | 0.84% | 0.52% | - |
| HSV(B) | 269.13º | 0.87% | 0.93% | - |
| XYZ | 24.81 | 11.73 | 80.31 | - |
| YUV | 83.38 | 214.13 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 236 | 0.45 | 0.87 | 0 | 0.07 | 269.13 | 0.84 | 0.52 |
| Hex | 82 | 1E | EC | 2D | 57 | 0 | 7 | 10D | 54 | 34 |
| Octal | 202 | 36 | 354 | 55 | 127 | 0 | 7 | 415 | 124 | 64 |
| Binary | 10000010 | 11110 | 11101100 | 101101 | 1010111 | 0 | 111 | 100001101 | 1010100 | 110100 |
Color Harmonies of #821EEC
Complementary color
Monochromatic Colors of #821EEC
Black with #821EEC
Text Example
Text Example
White with #821EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821EEC; }
p { color: rgb(130,30,236); }
H1.HeaderClassName
{
color: #821EEC;
}
.AnyTagClassName
{
color: #821EEC;
}
</style>
background-color css
<style>
a { background-color: #821EEC; }
a { background-color: rgb(130,30,236); }
div.DivClassName
{
background-color: #821EEC;
}
.BgClassName
{
background-color: #821EEC;
}
</style>
border-color css
<style>
span { border-color: #821EEC; }
span { border-color: rgb(130,30,236); }
td.TdClassName
{
border-color: #821EEC;
}
.TagClassName
{
border-color: #821EEC;
}
</style>