Shades of Blue Violet #811FFE
Tints of Blue Violet #811FFE
RGB
CMYK
RGB Variations
Color information
#811FFE (or 0x811FFE) is known color: Blue Violet. HEX triplet: 81, 1F and FE. RGB value is (129,31,254). Sum of RGB (Red+Green+Blue) = 129+31+254=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #811FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811FFE is #7EE001. Grayscale: #545454. Windows color (decimal): -8314882 or 16654209. OLE color: 16654209.
HSL color Cylindrical-coordinate representation of color #811FFE: hue angle of 266.37º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811FFE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 31 | 254 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.00 |
| HSL | 266.37º | 0.99% | 0.56% | - |
| HSV(B) | 266.37º | 0.88% | 1% | - |
| XYZ | 27.43 | 12.8 | 94.79 | - |
| YUV | 85.72 | 222.97 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 254 | 0.49 | 0.88 | 0 | 0.00 | 266.37 | 0.99 | 0.56 |
| Hex | 81 | 1F | FE | 31 | 58 | 0 | 0 | 10A | 63 | 38 |
| Octal | 201 | 37 | 376 | 61 | 130 | 0 | 0 | 412 | 143 | 70 |
| Binary | 10000001 | 11111 | 11111110 | 110001 | 1011000 | 0 | 0 | 100001010 | 1100011 | 111000 |
Color Harmonies of #811FFE
Complementary color
Monochromatic Colors of #811FFE
Black with #811FFE
Text Example
Text Example
White with #811FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FFE; }
p { color: rgb(129,31,254); }
H1.HeaderClassName
{
color: #811FFE;
}
.AnyTagClassName
{
color: #811FFE;
}
</style>
background-color css
<style>
a { background-color: #811FFE; }
a { background-color: rgb(129,31,254); }
div.DivClassName
{
background-color: #811FFE;
}
.BgClassName
{
background-color: #811FFE;
}
</style>
border-color css
<style>
span { border-color: #811FFE; }
span { border-color: rgb(129,31,254); }
td.TdClassName
{
border-color: #811FFE;
}
.TagClassName
{
border-color: #811FFE;
}
</style>