Shades of Blue Violet #811CF1
Tints of Blue Violet #811CF1
RGB
CMYK
RGB Variations
Color information
#811CF1 (or 0x811CF1) is known color: Blue Violet. HEX triplet: 81, 1C and F1. RGB value is (129,28,241). Sum of RGB (Red+Green+Blue) = 129+28+241=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #811CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811CF1 is #7EE30E. Grayscale: #515151. Windows color (decimal): -8315663 or 15801473. OLE color: 15801473.
HSL color Cylindrical-coordinate representation of color #811CF1: hue angle of 268.45º 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 #811CF1 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 28 | 241 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.05 |
| HSL | 268.45º | 0.88% | 0.53% | - |
| HSV(B) | 268.45º | 0.88% | 0.95% | - |
| XYZ | 25.35 | 11.85 | 84.17 | - |
| YUV | 82.48 | 217.46 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 241 | 0.46 | 0.88 | 0 | 0.05 | 268.45 | 0.88 | 0.53 |
| Hex | 81 | 1C | F1 | 2E | 58 | 0 | 5 | 10C | 58 | 35 |
| Octal | 201 | 34 | 361 | 56 | 130 | 0 | 5 | 414 | 130 | 65 |
| Binary | 10000001 | 11100 | 11110001 | 101110 | 1011000 | 0 | 101 | 100001100 | 1011000 | 110101 |
Color Harmonies of #811CF1
Complementary color
Monochromatic Colors of #811CF1
Black with #811CF1
Text Example
Text Example
White with #811CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CF1; }
p { color: rgb(129,28,241); }
H1.HeaderClassName
{
color: #811CF1;
}
.AnyTagClassName
{
color: #811CF1;
}
</style>
background-color css
<style>
a { background-color: #811CF1; }
a { background-color: rgb(129,28,241); }
div.DivClassName
{
background-color: #811CF1;
}
.BgClassName
{
background-color: #811CF1;
}
</style>
border-color css
<style>
span { border-color: #811CF1; }
span { border-color: rgb(129,28,241); }
td.TdClassName
{
border-color: #811CF1;
}
.TagClassName
{
border-color: #811CF1;
}
</style>