Shades of Blue Violet #821CFE
Tints of Blue Violet #821CFE
RGB
CMYK
RGB Variations
Color information
#821CFE (or 0x821CFE) is known color: Blue Violet. HEX triplet: 82, 1C and FE. RGB value is (130,28,254). Sum of RGB (Red+Green+Blue) = 130+28+254=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #821CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CFE is #7DE301. Grayscale: #535353. Windows color (decimal): -8250114 or 16653442. OLE color: 16653442.
HSL color Cylindrical-coordinate representation of color #821CFE: hue angle of 267.08º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821CFE is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 28 | 254 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.00 |
| HSL | 267.08º | 0.99% | 0.55% | - |
| HSV(B) | 267.08º | 0.89% | 1% | - |
| XYZ | 27.51 | 12.73 | 94.77 | - |
| YUV | 84.26 | 223.79 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 254 | 0.49 | 0.89 | 0 | 0.00 | 267.08 | 0.99 | 0.55 |
| Hex | 82 | 1C | FE | 31 | 59 | 0 | 0 | 10B | 63 | 37 |
| Octal | 202 | 34 | 376 | 61 | 131 | 0 | 0 | 413 | 143 | 67 |
| Binary | 10000010 | 11100 | 11111110 | 110001 | 1011001 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #821CFE
Complementary color
Monochromatic Colors of #821CFE
Black with #821CFE
Text Example
Text Example
White with #821CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CFE; }
p { color: rgb(130,28,254); }
H1.HeaderClassName
{
color: #821CFE;
}
.AnyTagClassName
{
color: #821CFE;
}
</style>
background-color css
<style>
a { background-color: #821CFE; }
a { background-color: rgb(130,28,254); }
div.DivClassName
{
background-color: #821CFE;
}
.BgClassName
{
background-color: #821CFE;
}
</style>
border-color css
<style>
span { border-color: #821CFE; }
span { border-color: rgb(130,28,254); }
td.TdClassName
{
border-color: #821CFE;
}
.TagClassName
{
border-color: #821CFE;
}
</style>