Shades of Blue Violet #821CF2
Tints of Blue Violet #821CF2
RGB
CMYK
RGB Variations
Color information
#821CF2 (or 0x821CF2) is known color: Blue Violet. HEX triplet: 82, 1C and F2. RGB value is (130,28,242). Sum of RGB (Red+Green+Blue) = 130+28+242=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #821CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CF2 is #7DE30D. Grayscale: #525252. Windows color (decimal): -8250126 or 15867010. OLE color: 15867010.
HSL color Cylindrical-coordinate representation of color #821CF2: hue angle of 268.6º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821CF2 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 28 | 242 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.05 |
| HSL | 268.6º | 0.89% | 0.53% | - |
| HSV(B) | 268.6º | 0.88% | 0.95% | - |
| XYZ | 25.65 | 11.99 | 84.97 | - |
| YUV | 82.89 | 217.79 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 242 | 0.46 | 0.88 | 0 | 0.05 | 268.6 | 0.89 | 0.53 |
| Hex | 82 | 1C | F2 | 2E | 58 | 0 | 5 | 10D | 59 | 35 |
| Octal | 202 | 34 | 362 | 56 | 130 | 0 | 5 | 415 | 131 | 65 |
| Binary | 10000010 | 11100 | 11110010 | 101110 | 1011000 | 0 | 101 | 100001101 | 1011001 | 110101 |
Color Harmonies of #821CF2
Complementary color
Monochromatic Colors of #821CF2
Black with #821CF2
Text Example
Text Example
White with #821CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CF2; }
p { color: rgb(130,28,242); }
H1.HeaderClassName
{
color: #821CF2;
}
.AnyTagClassName
{
color: #821CF2;
}
</style>
background-color css
<style>
a { background-color: #821CF2; }
a { background-color: rgb(130,28,242); }
div.DivClassName
{
background-color: #821CF2;
}
.BgClassName
{
background-color: #821CF2;
}
</style>
border-color css
<style>
span { border-color: #821CF2; }
span { border-color: rgb(130,28,242); }
td.TdClassName
{
border-color: #821CF2;
}
.TagClassName
{
border-color: #821CF2;
}
</style>