Shades of Blue Violet #811BFF
Tints of Blue Violet #811BFF
RGB
CMYK
RGB Variations
Color information
#811BFF (or 0x811BFF) is known color: Blue Violet. HEX triplet: 81, 1B and FF. RGB value is (129,27,255). Sum of RGB (Red+Green+Blue) = 129+27+255=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #811BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811BFF is #7EE400. Grayscale: #525252. Windows color (decimal): -8315905 or 16718721. OLE color: 16718721.
HSL color Cylindrical-coordinate representation of color #811BFF: hue angle of 266.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #811BFF is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 27 | 255 | - |
| CMYK | 0.49 | 0.89 | 0 | 0 |
| HSL | 266.84º | 1% | 0.55% | - |
| HSV(B) | 266.84º | 0.89% | 1% | - |
| XYZ | 27.5 | 12.67 | 95.6 | - |
| YUV | 83.49 | 224.79 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 255 | 0.49 | 0.89 | 0 | 0 | 266.84 | 1 | 0.55 |
| Hex | 81 | 1B | FF | 31 | 59 | 0 | 0 | 10B | 64 | 37 |
| Octal | 201 | 33 | 377 | 61 | 131 | 0 | 0 | 413 | 144 | 67 |
| Binary | 10000001 | 11011 | 11111111 | 110001 | 1011001 | 0 | 0 | 100001011 | 1100100 | 110111 |
Color Harmonies of #811BFF
Complementary color
Monochromatic Colors of #811BFF
Black with #811BFF
Text Example
Text Example
White with #811BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811BFF; }
p { color: rgb(129,27,255); }
H1.HeaderClassName
{
color: #811BFF;
}
.AnyTagClassName
{
color: #811BFF;
}
</style>
background-color css
<style>
a { background-color: #811BFF; }
a { background-color: rgb(129,27,255); }
div.DivClassName
{
background-color: #811BFF;
}
.BgClassName
{
background-color: #811BFF;
}
</style>
border-color css
<style>
span { border-color: #811BFF; }
span { border-color: rgb(129,27,255); }
td.TdClassName
{
border-color: #811BFF;
}
.TagClassName
{
border-color: #811BFF;
}
</style>