Shades of Blue Violet #811DF1
Tints of Blue Violet #811DF1
RGB
CMYK
RGB Variations
Color information
#811DF1 (or 0x811DF1) is known color: Blue Violet. HEX triplet: 81, 1D and F1. RGB value is (129,29,241). Sum of RGB (Red+Green+Blue) = 129+29+241=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #811DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811DF1 is #7EE20E. Grayscale: #525252. Windows color (decimal): -8315407 or 15801729. OLE color: 15801729.
HSL color Cylindrical-coordinate representation of color #811DF1: hue angle of 268.3º degrees, saturation: 0.88, 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 #811DF1 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 29 | 241 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.05 |
| HSL | 268.3º | 0.88% | 0.53% | - |
| HSV(B) | 268.3º | 0.88% | 0.95% | - |
| XYZ | 25.37 | 11.9 | 84.18 | - |
| YUV | 83.07 | 217.13 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 241 | 0.46 | 0.88 | 0 | 0.05 | 268.3 | 0.88 | 0.53 |
| Hex | 81 | 1D | F1 | 2E | 58 | 0 | 5 | 10C | 58 | 35 |
| Octal | 201 | 35 | 361 | 56 | 130 | 0 | 5 | 414 | 130 | 65 |
| Binary | 10000001 | 11101 | 11110001 | 101110 | 1011000 | 0 | 101 | 100001100 | 1011000 | 110101 |
Color Harmonies of #811DF1
Complementary color
Monochromatic Colors of #811DF1
Black with #811DF1
Text Example
Text Example
White with #811DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DF1; }
p { color: rgb(129,29,241); }
H1.HeaderClassName
{
color: #811DF1;
}
.AnyTagClassName
{
color: #811DF1;
}
</style>
background-color css
<style>
a { background-color: #811DF1; }
a { background-color: rgb(129,29,241); }
div.DivClassName
{
background-color: #811DF1;
}
.BgClassName
{
background-color: #811DF1;
}
</style>
border-color css
<style>
span { border-color: #811DF1; }
span { border-color: rgb(129,29,241); }
td.TdClassName
{
border-color: #811DF1;
}
.TagClassName
{
border-color: #811DF1;
}
</style>