Shades of Blue Violet #811FFF
Tints of Blue Violet #811FFF
RGB
CMYK
RGB Variations
Color information
#811FFF (or 0x811FFF) is known color: Blue Violet. HEX triplet: 81, 1F and FF. RGB value is (129,31,255). Sum of RGB (Red+Green+Blue) = 129+31+255=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #811FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811FFF is #7EE000. Grayscale: #555555. Windows color (decimal): -8314881 or 16719745. OLE color: 16719745.
HSL color Cylindrical-coordinate representation of color #811FFF: hue angle of 266.25º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811FFF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 31 | 255 | - |
| CMYK | 0.49 | 0.88 | 0 | 0 |
| HSL | 266.25º | 1% | 0.56% | - |
| HSV(B) | 266.25º | 0.88% | 1% | - |
| XYZ | 27.59 | 12.87 | 95.64 | - |
| YUV | 85.84 | 223.47 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 255 | 0.49 | 0.88 | 0 | 0 | 266.25 | 1 | 0.56 |
| Hex | 81 | 1F | FF | 31 | 58 | 0 | 0 | 10A | 64 | 38 |
| Octal | 201 | 37 | 377 | 61 | 130 | 0 | 0 | 412 | 144 | 70 |
| Binary | 10000001 | 11111 | 11111111 | 110001 | 1011000 | 0 | 0 | 100001010 | 1100100 | 111000 |
Color Harmonies of #811FFF
Complementary color
Monochromatic Colors of #811FFF
Black with #811FFF
Text Example
Text Example
White with #811FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FFF; }
p { color: rgb(129,31,255); }
H1.HeaderClassName
{
color: #811FFF;
}
.AnyTagClassName
{
color: #811FFF;
}
</style>
background-color css
<style>
a { background-color: #811FFF; }
a { background-color: rgb(129,31,255); }
div.DivClassName
{
background-color: #811FFF;
}
.BgClassName
{
background-color: #811FFF;
}
</style>
border-color css
<style>
span { border-color: #811FFF; }
span { border-color: rgb(129,31,255); }
td.TdClassName
{
border-color: #811FFF;
}
.TagClassName
{
border-color: #811FFF;
}
</style>