Shades of Blue Violet #811FEA
Tints of Blue Violet #811FEA
RGB
CMYK
RGB Variations
Color information
#811FEA (or 0x811FEA) is known color: Blue Violet. HEX triplet: 81, 1F and EA. RGB value is (129,31,234). Sum of RGB (Red+Green+Blue) = 129+31+234=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #811FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811FEA is #7EE015. Grayscale: #525252. Windows color (decimal): -8314902 or 15343489. OLE color: 15343489.
HSL color Cylindrical-coordinate representation of color #811FEA: hue angle of 268.97º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811FEA is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 31 | 234 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.08 |
| HSL | 268.97º | 0.83% | 0.52% | - |
| HSV(B) | 268.97º | 0.87% | 0.92% | - |
| XYZ | 24.39 | 11.59 | 78.79 | - |
| YUV | 83.44 | 212.97 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 234 | 0.45 | 0.87 | 0 | 0.08 | 268.97 | 0.83 | 0.52 |
| Hex | 81 | 1F | EA | 2D | 57 | 0 | 8 | 10D | 53 | 34 |
| Octal | 201 | 37 | 352 | 55 | 127 | 0 | 10 | 415 | 123 | 64 |
| Binary | 10000001 | 11111 | 11101010 | 101101 | 1010111 | 0 | 1000 | 100001101 | 1010011 | 110100 |
Color Harmonies of #811FEA
Complementary color
Monochromatic Colors of #811FEA
Black with #811FEA
Text Example
Text Example
White with #811FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FEA; }
p { color: rgb(129,31,234); }
H1.HeaderClassName
{
color: #811FEA;
}
.AnyTagClassName
{
color: #811FEA;
}
</style>
background-color css
<style>
a { background-color: #811FEA; }
a { background-color: rgb(129,31,234); }
div.DivClassName
{
background-color: #811FEA;
}
.BgClassName
{
background-color: #811FEA;
}
</style>
border-color css
<style>
span { border-color: #811FEA; }
span { border-color: rgb(129,31,234); }
td.TdClassName
{
border-color: #811FEA;
}
.TagClassName
{
border-color: #811FEA;
}
</style>