Shades of Blue Violet #813FEB
Tints of Blue Violet #813FEB
RGB
CMYK
RGB Variations
Color information
#813FEB (or 0x813FEB) is known color: Blue Violet. HEX triplet: 81, 3F and EB. RGB value is (129,63,235). Sum of RGB (Red+Green+Blue) = 129+63+235=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #813FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FEB is #7EC014. Grayscale: #656565. Windows color (decimal): -8306709 or 15417217. OLE color: 15417217.
HSL color Cylindrical-coordinate representation of color #813FEB: hue angle of 263.02º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #813FEB is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 63 | 235 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.08 |
| HSL | 263.02º | 0.81% | 0.58% | - |
| HSV(B) | 263.02º | 0.73% | 0.92% | - |
| XYZ | 25.83 | 14.22 | 79.98 | - |
| YUV | 102.34 | 202.87 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 235 | 0.45 | 0.73 | 0 | 0.08 | 263.02 | 0.81 | 0.58 |
| Hex | 81 | 3F | EB | 2D | 49 | 0 | 8 | 107 | 51 | 3A |
| Octal | 201 | 77 | 353 | 55 | 111 | 0 | 10 | 407 | 121 | 72 |
| Binary | 10000001 | 111111 | 11101011 | 101101 | 1001001 | 0 | 1000 | 100000111 | 1010001 | 111010 |
Color Harmonies of #813FEB
Complementary color
Monochromatic Colors of #813FEB
Black with #813FEB
Text Example
Text Example
White with #813FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FEB; }
p { color: rgb(129,63,235); }
H1.HeaderClassName
{
color: #813FEB;
}
.AnyTagClassName
{
color: #813FEB;
}
</style>
background-color css
<style>
a { background-color: #813FEB; }
a { background-color: rgb(129,63,235); }
div.DivClassName
{
background-color: #813FEB;
}
.BgClassName
{
background-color: #813FEB;
}
</style>
border-color css
<style>
span { border-color: #813FEB; }
span { border-color: rgb(129,63,235); }
td.TdClassName
{
border-color: #813FEB;
}
.TagClassName
{
border-color: #813FEB;
}
</style>