Shades of Blue Violet #813BE5
Tints of Blue Violet #813BE5
RGB
CMYK
RGB Variations
Color information
#813BE5 (or 0x813BE5) is known color: Blue Violet. HEX triplet: 81, 3B and E5. RGB value is (129,59,229). Sum of RGB (Red+Green+Blue) = 129+59+229=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #813BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BE5 is #7EC41A. Grayscale: #626262. Windows color (decimal): -8307739 or 15022977. OLE color: 15022977.
HSL color Cylindrical-coordinate representation of color #813BE5: hue angle of 264.71º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813BE5 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 59 | 229 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.10 |
| HSL | 264.71º | 0.77% | 0.56% | - |
| HSV(B) | 264.71º | 0.74% | 0.9% | - |
| XYZ | 24.76 | 13.45 | 75.42 | - |
| YUV | 99.31 | 201.19 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 59 | 229 | 0.44 | 0.74 | 0 | 0.10 | 264.71 | 0.77 | 0.56 |
| Hex | 81 | 3B | E5 | 2C | 4A | 0 | A | 109 | 4D | 38 |
| Octal | 201 | 73 | 345 | 54 | 112 | 0 | 12 | 411 | 115 | 70 |
| Binary | 10000001 | 111011 | 11100101 | 101100 | 1001010 | 0 | 1010 | 100001001 | 1001101 | 111000 |
Color Harmonies of #813BE5
Complementary color
Monochromatic Colors of #813BE5
Black with #813BE5
Text Example
Text Example
White with #813BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813BE5; }
p { color: rgb(129,59,229); }
H1.HeaderClassName
{
color: #813BE5;
}
.AnyTagClassName
{
color: #813BE5;
}
</style>
background-color css
<style>
a { background-color: #813BE5; }
a { background-color: rgb(129,59,229); }
div.DivClassName
{
background-color: #813BE5;
}
.BgClassName
{
background-color: #813BE5;
}
</style>
border-color css
<style>
span { border-color: #813BE5; }
span { border-color: rgb(129,59,229); }
td.TdClassName
{
border-color: #813BE5;
}
.TagClassName
{
border-color: #813BE5;
}
</style>