Shades of Blue Violet #811FE3
Tints of Blue Violet #811FE3
RGB
CMYK
RGB Variations
Color information
#811FE3 (or 0x811FE3) is known color: Blue Violet. HEX triplet: 81, 1F and E3. RGB value is (129,31,227). Sum of RGB (Red+Green+Blue) = 129+31+227=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 227 (89.06% from 255 or 58.66% from 387); Max value from RGB is 227 - color contains mainly: blue. Hex color #811FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811FE3 is #7EE01C. Grayscale: #515151. Windows color (decimal): -8314909 or 14884737. OLE color: 14884737.
HSL color Cylindrical-coordinate representation of color #811FE3: hue angle of 270º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811FE3 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 31 | 227 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.11 |
| HSL | 270º | 0.78% | 0.51% | - |
| HSV(B) | 270º | 0.86% | 0.89% | - |
| XYZ | 23.41 | 11.19 | 73.6 | - |
| YUV | 82.65 | 209.47 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 227 | 0.43 | 0.86 | 0 | 0.11 | 270 | 0.78 | 0.51 |
| Hex | 81 | 1F | E3 | 2B | 56 | 0 | B | 10E | 4E | 33 |
| Octal | 201 | 37 | 343 | 53 | 126 | 0 | 13 | 416 | 116 | 63 |
| Binary | 10000001 | 11111 | 11100011 | 101011 | 1010110 | 0 | 1011 | 100001110 | 1001110 | 110011 |
Color Harmonies of #811FE3
Complementary color
Monochromatic Colors of #811FE3
Black with #811FE3
Text Example
Text Example
White with #811FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FE3; }
p { color: rgb(129,31,227); }
H1.HeaderClassName
{
color: #811FE3;
}
.AnyTagClassName
{
color: #811FE3;
}
</style>
background-color css
<style>
a { background-color: #811FE3; }
a { background-color: rgb(129,31,227); }
div.DivClassName
{
background-color: #811FE3;
}
.BgClassName
{
background-color: #811FE3;
}
</style>
border-color css
<style>
span { border-color: #811FE3; }
span { border-color: rgb(129,31,227); }
td.TdClassName
{
border-color: #811FE3;
}
.TagClassName
{
border-color: #811FE3;
}
</style>