Shades of Blue Violet #811DF7
Tints of Blue Violet #811DF7
RGB
CMYK
RGB Variations
Color information
#811DF7 (or 0x811DF7) is known color: Blue Violet. HEX triplet: 81, 1D and F7. RGB value is (129,29,247). Sum of RGB (Red+Green+Blue) = 129+29+247=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 247 (96.88% from 255 or 60.99% from 405); Max value from RGB is 247 - color contains mainly: blue. Hex color #811DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811DF7 is #7EE208. Grayscale: #525252. Windows color (decimal): -8315401 or 16194945. OLE color: 16194945.
HSL color Cylindrical-coordinate representation of color #811DF7: hue angle of 267.52º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811DF7 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 29 | 247 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.03 |
| HSL | 267.52º | 0.93% | 0.54% | - |
| HSV(B) | 267.52º | 0.88% | 0.97% | - |
| XYZ | 26.28 | 12.26 | 88.98 | - |
| YUV | 83.75 | 220.13 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 247 | 0.48 | 0.88 | 0 | 0.03 | 267.52 | 0.93 | 0.54 |
| Hex | 81 | 1D | F7 | 30 | 58 | 0 | 3 | 10C | 5D | 36 |
| Octal | 201 | 35 | 367 | 60 | 130 | 0 | 3 | 414 | 135 | 66 |
| Binary | 10000001 | 11101 | 11110111 | 110000 | 1011000 | 0 | 11 | 100001100 | 1011101 | 110110 |
Color Harmonies of #811DF7
Complementary color
Monochromatic Colors of #811DF7
Black with #811DF7
Text Example
Text Example
White with #811DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DF7; }
p { color: rgb(129,29,247); }
H1.HeaderClassName
{
color: #811DF7;
}
.AnyTagClassName
{
color: #811DF7;
}
</style>
background-color css
<style>
a { background-color: #811DF7; }
a { background-color: rgb(129,29,247); }
div.DivClassName
{
background-color: #811DF7;
}
.BgClassName
{
background-color: #811DF7;
}
</style>
border-color css
<style>
span { border-color: #811DF7; }
span { border-color: rgb(129,29,247); }
td.TdClassName
{
border-color: #811DF7;
}
.TagClassName
{
border-color: #811DF7;
}
</style>