Shades of Blue Violet #813AF0
Tints of Blue Violet #813AF0
RGB
CMYK
RGB Variations
Color information
#813AF0 (or 0x813AF0) is known color: Blue Violet. HEX triplet: 81, 3A and F0. RGB value is (129,58,240). Sum of RGB (Red+Green+Blue) = 129+58+240=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #813AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813AF0 is #7EC50F. Grayscale: #636363. Windows color (decimal): -8307984 or 15743617. OLE color: 15743617.
HSL color Cylindrical-coordinate representation of color #813AF0: hue angle of 263.41º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #813AF0 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 58 | 240 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.06 |
| HSL | 263.41º | 0.86% | 0.58% | - |
| HSV(B) | 263.41º | 0.76% | 0.94% | - |
| XYZ | 26.29 | 13.98 | 83.75 | - |
| YUV | 99.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 240 | 0.46 | 0.76 | 0 | 0.06 | 263.41 | 0.86 | 0.58 |
| Hex | 81 | 3A | F0 | 2E | 4C | 0 | 6 | 107 | 56 | 3A |
| Octal | 201 | 72 | 360 | 56 | 114 | 0 | 6 | 407 | 126 | 72 |
| Binary | 10000001 | 111010 | 11110000 | 101110 | 1001100 | 0 | 110 | 100000111 | 1010110 | 111010 |
Color Harmonies of #813AF0
Complementary color
Monochromatic Colors of #813AF0
Black with #813AF0
Text Example
Text Example
White with #813AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813AF0; }
p { color: rgb(129,58,240); }
H1.HeaderClassName
{
color: #813AF0;
}
.AnyTagClassName
{
color: #813AF0;
}
</style>
background-color css
<style>
a { background-color: #813AF0; }
a { background-color: rgb(129,58,240); }
div.DivClassName
{
background-color: #813AF0;
}
.BgClassName
{
background-color: #813AF0;
}
</style>
border-color css
<style>
span { border-color: #813AF0; }
span { border-color: rgb(129,58,240); }
td.TdClassName
{
border-color: #813AF0;
}
.TagClassName
{
border-color: #813AF0;
}
</style>