Shades of Blue Violet #811DF6
Tints of Blue Violet #811DF6
RGB
CMYK
RGB Variations
Color information
#811DF6 (or 0x811DF6) is known color: Blue Violet. HEX triplet: 81, 1D and F6. RGB value is (129,29,246). Sum of RGB (Red+Green+Blue) = 129+29+246=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #811DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811DF6 is #7EE209. Grayscale: #525252. Windows color (decimal): -8315402 or 16129409. OLE color: 16129409.
HSL color Cylindrical-coordinate representation of color #811DF6: hue angle of 267.65º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811DF6 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 29 | 246 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.04 |
| HSL | 267.65º | 0.92% | 0.54% | - |
| HSV(B) | 267.65º | 0.88% | 0.96% | - |
| XYZ | 26.13 | 12.2 | 88.17 | - |
| YUV | 83.64 | 219.63 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 246 | 0.48 | 0.88 | 0 | 0.04 | 267.65 | 0.92 | 0.54 |
| Hex | 81 | 1D | F6 | 30 | 58 | 0 | 4 | 10C | 5C | 36 |
| Octal | 201 | 35 | 366 | 60 | 130 | 0 | 4 | 414 | 134 | 66 |
| Binary | 10000001 | 11101 | 11110110 | 110000 | 1011000 | 0 | 100 | 100001100 | 1011100 | 110110 |
Color Harmonies of #811DF6
Complementary color
Monochromatic Colors of #811DF6
Black with #811DF6
Text Example
Text Example
White with #811DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DF6; }
p { color: rgb(129,29,246); }
H1.HeaderClassName
{
color: #811DF6;
}
.AnyTagClassName
{
color: #811DF6;
}
</style>
background-color css
<style>
a { background-color: #811DF6; }
a { background-color: rgb(129,29,246); }
div.DivClassName
{
background-color: #811DF6;
}
.BgClassName
{
background-color: #811DF6;
}
</style>
border-color css
<style>
span { border-color: #811DF6; }
span { border-color: rgb(129,29,246); }
td.TdClassName
{
border-color: #811DF6;
}
.TagClassName
{
border-color: #811DF6;
}
</style>