Shades of Blue Violet #811FF1
Tints of Blue Violet #811FF1
RGB
CMYK
RGB Variations
Color information
#811FF1 (or 0x811FF1) is known color: Blue Violet. HEX triplet: 81, 1F and F1. RGB value is (129,31,241). Sum of RGB (Red+Green+Blue) = 129+31+241=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #811FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811FF1 is #7EE00E. Grayscale: #535353. Windows color (decimal): -8314895 or 15802241. OLE color: 15802241.
HSL color Cylindrical-coordinate representation of color #811FF1: hue angle of 268º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811FF1 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 31 | 241 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.05 |
| HSL | 268º | 0.88% | 0.53% | - |
| HSV(B) | 268º | 0.87% | 0.95% | - |
| XYZ | 25.42 | 12 | 84.2 | - |
| YUV | 84.24 | 216.47 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 241 | 0.46 | 0.87 | 0 | 0.05 | 268 | 0.88 | 0.53 |
| Hex | 81 | 1F | F1 | 2E | 57 | 0 | 5 | 10C | 58 | 35 |
| Octal | 201 | 37 | 361 | 56 | 127 | 0 | 5 | 414 | 130 | 65 |
| Binary | 10000001 | 11111 | 11110001 | 101110 | 1010111 | 0 | 101 | 100001100 | 1011000 | 110101 |
Color Harmonies of #811FF1
Complementary color
Monochromatic Colors of #811FF1
Black with #811FF1
Text Example
Text Example
White with #811FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FF1; }
p { color: rgb(129,31,241); }
H1.HeaderClassName
{
color: #811FF1;
}
.AnyTagClassName
{
color: #811FF1;
}
</style>
background-color css
<style>
a { background-color: #811FF1; }
a { background-color: rgb(129,31,241); }
div.DivClassName
{
background-color: #811FF1;
}
.BgClassName
{
background-color: #811FF1;
}
</style>
border-color css
<style>
span { border-color: #811FF1; }
span { border-color: rgb(129,31,241); }
td.TdClassName
{
border-color: #811FF1;
}
.TagClassName
{
border-color: #811FF1;
}
</style>