Shades of Blue Violet #811FFA
Tints of Blue Violet #811FFA
RGB
CMYK
RGB Variations
Color information
#811FFA (or 0x811FFA) is known color: Blue Violet. HEX triplet: 81, 1F and FA. RGB value is (129,31,250). Sum of RGB (Red+Green+Blue) = 129+31+250=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #811FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811FFA is #7EE005. Grayscale: #545454. Windows color (decimal): -8314886 or 16392065. OLE color: 16392065.
HSL color Cylindrical-coordinate representation of color #811FFA: hue angle of 266.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811FFA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 31 | 250 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.02 |
| HSL | 266.85º | 0.96% | 0.55% | - |
| HSV(B) | 266.85º | 0.88% | 0.98% | - |
| XYZ | 26.8 | 12.55 | 91.45 | - |
| YUV | 85.27 | 220.97 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 250 | 0.48 | 0.88 | 0 | 0.02 | 266.85 | 0.96 | 0.55 |
| Hex | 81 | 1F | FA | 30 | 58 | 0 | 2 | 10B | 60 | 37 |
| Octal | 201 | 37 | 372 | 60 | 130 | 0 | 2 | 413 | 140 | 67 |
| Binary | 10000001 | 11111 | 11111010 | 110000 | 1011000 | 0 | 10 | 100001011 | 1100000 | 110111 |
Color Harmonies of #811FFA
Complementary color
Monochromatic Colors of #811FFA
Black with #811FFA
Text Example
Text Example
White with #811FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FFA; }
p { color: rgb(129,31,250); }
H1.HeaderClassName
{
color: #811FFA;
}
.AnyTagClassName
{
color: #811FFA;
}
</style>
background-color css
<style>
a { background-color: #811FFA; }
a { background-color: rgb(129,31,250); }
div.DivClassName
{
background-color: #811FFA;
}
.BgClassName
{
background-color: #811FFA;
}
</style>
border-color css
<style>
span { border-color: #811FFA; }
span { border-color: rgb(129,31,250); }
td.TdClassName
{
border-color: #811FFA;
}
.TagClassName
{
border-color: #811FFA;
}
</style>