Shades of Blue Violet #811FED
Tints of Blue Violet #811FED
RGB
CMYK
RGB Variations
Color information
#811FED (or 0x811FED) is known color: Blue Violet. HEX triplet: 81, 1F and ED. RGB value is (129,31,237). Sum of RGB (Red+Green+Blue) = 129+31+237=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #811FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811FED is #7EE012. Grayscale: #535353. Windows color (decimal): -8314899 or 15540097. OLE color: 15540097.
HSL color Cylindrical-coordinate representation of color #811FED: hue angle of 268.54º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811FED is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 31 | 237 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.07 |
| HSL | 268.54º | 0.85% | 0.53% | - |
| HSV(B) | 268.54º | 0.87% | 0.93% | - |
| XYZ | 24.83 | 11.76 | 81.08 | - |
| YUV | 83.79 | 214.47 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 237 | 0.46 | 0.87 | 0 | 0.07 | 268.54 | 0.85 | 0.53 |
| Hex | 81 | 1F | ED | 2E | 57 | 0 | 7 | 10D | 55 | 35 |
| Octal | 201 | 37 | 355 | 56 | 127 | 0 | 7 | 415 | 125 | 65 |
| Binary | 10000001 | 11111 | 11101101 | 101110 | 1010111 | 0 | 111 | 100001101 | 1010101 | 110101 |
Color Harmonies of #811FED
Complementary color
Monochromatic Colors of #811FED
Black with #811FED
Text Example
Text Example
White with #811FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FED; }
p { color: rgb(129,31,237); }
H1.HeaderClassName
{
color: #811FED;
}
.AnyTagClassName
{
color: #811FED;
}
</style>
background-color css
<style>
a { background-color: #811FED; }
a { background-color: rgb(129,31,237); }
div.DivClassName
{
background-color: #811FED;
}
.BgClassName
{
background-color: #811FED;
}
</style>
border-color css
<style>
span { border-color: #811FED; }
span { border-color: rgb(129,31,237); }
td.TdClassName
{
border-color: #811FED;
}
.TagClassName
{
border-color: #811FED;
}
</style>