Shades of Blue Violet #821DFD
Tints of Blue Violet #821DFD
RGB
CMYK
RGB Variations
Color information
#821DFD (or 0x821DFD) is known color: Blue Violet. HEX triplet: 82, 1D and FD. RGB value is (130,29,253). Sum of RGB (Red+Green+Blue) = 130+29+253=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #821DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821DFD is #7DE202. Grayscale: #535353. Windows color (decimal): -8249859 or 16588162. OLE color: 16588162.
HSL color Cylindrical-coordinate representation of color #821DFD: hue angle of 267.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821DFD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 29 | 253 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.01 |
| HSL | 267.05º | 0.98% | 0.55% | - |
| HSV(B) | 267.05º | 0.89% | 0.99% | - |
| XYZ | 27.37 | 12.72 | 93.94 | - |
| YUV | 84.74 | 222.96 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 253 | 0.49 | 0.89 | 0 | 0.01 | 267.05 | 0.98 | 0.55 |
| Hex | 82 | 1D | FD | 31 | 59 | 0 | 1 | 10B | 62 | 37 |
| Octal | 202 | 35 | 375 | 61 | 131 | 0 | 1 | 413 | 142 | 67 |
| Binary | 10000010 | 11101 | 11111101 | 110001 | 1011001 | 0 | 1 | 100001011 | 1100010 | 110111 |
Color Harmonies of #821DFD
Complementary color
Monochromatic Colors of #821DFD
Black with #821DFD
Text Example
Text Example
White with #821DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821DFD; }
p { color: rgb(130,29,253); }
H1.HeaderClassName
{
color: #821DFD;
}
.AnyTagClassName
{
color: #821DFD;
}
</style>
background-color css
<style>
a { background-color: #821DFD; }
a { background-color: rgb(130,29,253); }
div.DivClassName
{
background-color: #821DFD;
}
.BgClassName
{
background-color: #821DFD;
}
</style>
border-color css
<style>
span { border-color: #821DFD; }
span { border-color: rgb(130,29,253); }
td.TdClassName
{
border-color: #821DFD;
}
.TagClassName
{
border-color: #821DFD;
}
</style>