Shades of Blue Violet #813BEA
Tints of Blue Violet #813BEA
RGB
CMYK
RGB Variations
Color information
#813BEA (or 0x813BEA) is known color: Blue Violet. HEX triplet: 81, 3B and EA. RGB value is (129,59,234). Sum of RGB (Red+Green+Blue) = 129+59+234=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #813BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813BEA is #7EC415. Grayscale: #636363. Windows color (decimal): -8307734 or 15350657. OLE color: 15350657.
HSL color Cylindrical-coordinate representation of color #813BEA: hue angle of 264º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #813BEA is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 59 | 234 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.08 |
| HSL | 264º | 0.81% | 0.57% | - |
| HSV(B) | 264º | 0.75% | 0.92% | - |
| XYZ | 25.47 | 13.74 | 79.15 | - |
| YUV | 99.88 | 203.69 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 59 | 234 | 0.45 | 0.75 | 0 | 0.08 | 264 | 0.81 | 0.57 |
| Hex | 81 | 3B | EA | 2D | 4B | 0 | 8 | 108 | 51 | 39 |
| Octal | 201 | 73 | 352 | 55 | 113 | 0 | 10 | 410 | 121 | 71 |
| Binary | 10000001 | 111011 | 11101010 | 101101 | 1001011 | 0 | 1000 | 100001000 | 1010001 | 111001 |
Color Harmonies of #813BEA
Complementary color
Monochromatic Colors of #813BEA
Black with #813BEA
Text Example
Text Example
White with #813BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813BEA; }
p { color: rgb(129,59,234); }
H1.HeaderClassName
{
color: #813BEA;
}
.AnyTagClassName
{
color: #813BEA;
}
</style>
background-color css
<style>
a { background-color: #813BEA; }
a { background-color: rgb(129,59,234); }
div.DivClassName
{
background-color: #813BEA;
}
.BgClassName
{
background-color: #813BEA;
}
</style>
border-color css
<style>
span { border-color: #813BEA; }
span { border-color: rgb(129,59,234); }
td.TdClassName
{
border-color: #813BEA;
}
.TagClassName
{
border-color: #813BEA;
}
</style>