Shades of Blue Violet #813FFB
Tints of Blue Violet #813FFB
RGB
CMYK
RGB Variations
Color information
#813FFB (or 0x813FFB) is known color: Blue Violet. HEX triplet: 81, 3F and FB. RGB value is (129,63,251). Sum of RGB (Red+Green+Blue) = 129+63+251=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #813FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FFB is #7EC004. Grayscale: #676767. Windows color (decimal): -8306693 or 16465793. OLE color: 16465793.
HSL color Cylindrical-coordinate representation of color #813FFB: hue angle of 261.06º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #813FFB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 63 | 251 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.02 |
| HSL | 261.06º | 0.96% | 0.62% | - |
| HSV(B) | 261.06º | 0.75% | 0.98% | - |
| XYZ | 28.24 | 15.19 | 92.71 | - |
| YUV | 104.17 | 210.87 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 251 | 0.49 | 0.75 | 0 | 0.02 | 261.06 | 0.96 | 0.62 |
| Hex | 81 | 3F | FB | 31 | 4B | 0 | 2 | 105 | 60 | 3E |
| Octal | 201 | 77 | 373 | 61 | 113 | 0 | 2 | 405 | 140 | 76 |
| Binary | 10000001 | 111111 | 11111011 | 110001 | 1001011 | 0 | 10 | 100000101 | 1100000 | 111110 |
Color Harmonies of #813FFB
Complementary color
Monochromatic Colors of #813FFB
Black with #813FFB
Text Example
Text Example
White with #813FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FFB; }
p { color: rgb(129,63,251); }
H1.HeaderClassName
{
color: #813FFB;
}
.AnyTagClassName
{
color: #813FFB;
}
</style>
background-color css
<style>
a { background-color: #813FFB; }
a { background-color: rgb(129,63,251); }
div.DivClassName
{
background-color: #813FFB;
}
.BgClassName
{
background-color: #813FFB;
}
</style>
border-color css
<style>
span { border-color: #813FFB; }
span { border-color: rgb(129,63,251); }
td.TdClassName
{
border-color: #813FFB;
}
.TagClassName
{
border-color: #813FFB;
}
</style>