Shades of Blue Violet #821FD0
Tints of Blue Violet #821FD0
RGB
CMYK
RGB Variations
Color information
#821FD0 (or 0x821FD0) is known color: Blue Violet. HEX triplet: 82, 1F and D0. RGB value is (130,31,208). Sum of RGB (Red+Green+Blue) = 130+31+208=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #821FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821FD0 is #7DE02F. Grayscale: #505050. Windows color (decimal): -8249392 or 13639554. OLE color: 13639554.
HSL color Cylindrical-coordinate representation of color #821FD0: hue angle of 273.56º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821FD0 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 31 | 208 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.18 |
| HSL | 273.56º | 0.74% | 0.47% | - |
| HSV(B) | 273.56º | 0.85% | 0.82% | - |
| XYZ | 21.08 | 10.28 | 60.55 | - |
| YUV | 80.78 | 199.8 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 208 | 0.38 | 0.85 | 0 | 0.18 | 273.56 | 0.74 | 0.47 |
| Hex | 82 | 1F | D0 | 26 | 55 | 0 | 12 | 112 | 4A | 2F |
| Octal | 202 | 37 | 320 | 46 | 125 | 0 | 22 | 422 | 112 | 57 |
| Binary | 10000010 | 11111 | 11010000 | 100110 | 1010101 | 0 | 10010 | 100010010 | 1001010 | 101111 |
Color Harmonies of #821FD0
Complementary color
Monochromatic Colors of #821FD0
Black with #821FD0
Text Example
Text Example
White with #821FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821FD0; }
p { color: rgb(130,31,208); }
H1.HeaderClassName
{
color: #821FD0;
}
.AnyTagClassName
{
color: #821FD0;
}
</style>
background-color css
<style>
a { background-color: #821FD0; }
a { background-color: rgb(130,31,208); }
div.DivClassName
{
background-color: #821FD0;
}
.BgClassName
{
background-color: #821FD0;
}
</style>
border-color css
<style>
span { border-color: #821FD0; }
span { border-color: rgb(130,31,208); }
td.TdClassName
{
border-color: #821FD0;
}
.TagClassName
{
border-color: #821FD0;
}
</style>