Shades of Blue Violet #821CFF
Tints of Blue Violet #821CFF
RGB
CMYK
RGB Variations
Color information
#821CFF (or 0x821CFF) is known color: Blue Violet. HEX triplet: 82, 1C and FF. RGB value is (130,28,255). Sum of RGB (Red+Green+Blue) = 130+28+255=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #821CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CFF is #7DE300. Grayscale: #535353. Windows color (decimal): -8250113 or 16718978. OLE color: 16718978.
HSL color Cylindrical-coordinate representation of color #821CFF: hue angle of 266.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821CFF is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 28 | 255 | - |
| CMYK | 0.49 | 0.89 | 0 | 0 |
| HSL | 266.96º | 1% | 0.55% | - |
| HSV(B) | 266.96º | 0.89% | 1% | - |
| XYZ | 27.67 | 12.8 | 95.62 | - |
| YUV | 84.38 | 224.29 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 255 | 0.49 | 0.89 | 0 | 0 | 266.96 | 1 | 0.55 |
| Hex | 82 | 1C | FF | 31 | 59 | 0 | 0 | 10B | 64 | 37 |
| Octal | 202 | 34 | 377 | 61 | 131 | 0 | 0 | 413 | 144 | 67 |
| Binary | 10000010 | 11100 | 11111111 | 110001 | 1011001 | 0 | 0 | 100001011 | 1100100 | 110111 |
Color Harmonies of #821CFF
Complementary color
Monochromatic Colors of #821CFF
Black with #821CFF
Text Example
Text Example
White with #821CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CFF; }
p { color: rgb(130,28,255); }
H1.HeaderClassName
{
color: #821CFF;
}
.AnyTagClassName
{
color: #821CFF;
}
</style>
background-color css
<style>
a { background-color: #821CFF; }
a { background-color: rgb(130,28,255); }
div.DivClassName
{
background-color: #821CFF;
}
.BgClassName
{
background-color: #821CFF;
}
</style>
border-color css
<style>
span { border-color: #821CFF; }
span { border-color: rgb(130,28,255); }
td.TdClassName
{
border-color: #821CFF;
}
.TagClassName
{
border-color: #821CFF;
}
</style>