Shades of Blue Violet #811DFA
Tints of Blue Violet #811DFA
RGB
CMYK
RGB Variations
Color information
#811DFA (or 0x811DFA) is known color: Blue Violet. HEX triplet: 81, 1D and FA. RGB value is (129,29,250). Sum of RGB (Red+Green+Blue) = 129+29+250=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #811DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811DFA is #7EE205. Grayscale: #535353. Windows color (decimal): -8315398 or 16391553. OLE color: 16391553.
HSL color Cylindrical-coordinate representation of color #811DFA: hue angle of 267.15º 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 #811DFA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 29 | 250 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.02 |
| HSL | 267.15º | 0.96% | 0.55% | - |
| HSV(B) | 267.15º | 0.88% | 0.98% | - |
| XYZ | 26.75 | 12.45 | 91.44 | - |
| YUV | 84.09 | 221.63 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 250 | 0.48 | 0.88 | 0 | 0.02 | 267.15 | 0.96 | 0.55 |
| Hex | 81 | 1D | FA | 30 | 58 | 0 | 2 | 10B | 60 | 37 |
| Octal | 201 | 35 | 372 | 60 | 130 | 0 | 2 | 413 | 140 | 67 |
| Binary | 10000001 | 11101 | 11111010 | 110000 | 1011000 | 0 | 10 | 100001011 | 1100000 | 110111 |
Color Harmonies of #811DFA
Complementary color
Monochromatic Colors of #811DFA
Black with #811DFA
Text Example
Text Example
White with #811DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DFA; }
p { color: rgb(129,29,250); }
H1.HeaderClassName
{
color: #811DFA;
}
.AnyTagClassName
{
color: #811DFA;
}
</style>
background-color css
<style>
a { background-color: #811DFA; }
a { background-color: rgb(129,29,250); }
div.DivClassName
{
background-color: #811DFA;
}
.BgClassName
{
background-color: #811DFA;
}
</style>
border-color css
<style>
span { border-color: #811DFA; }
span { border-color: rgb(129,29,250); }
td.TdClassName
{
border-color: #811DFA;
}
.TagClassName
{
border-color: #811DFA;
}
</style>