Shades of Blue Violet #813FEF
Tints of Blue Violet #813FEF
RGB
CMYK
RGB Variations
Color information
#813FEF (or 0x813FEF) is known color: Blue Violet. HEX triplet: 81, 3F and EF. RGB value is (129,63,239). Sum of RGB (Red+Green+Blue) = 129+63+239=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #813FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FEF is #7EC010. Grayscale: #666666. Windows color (decimal): -8306705 or 15679361. OLE color: 15679361.
HSL color Cylindrical-coordinate representation of color #813FEF: hue angle of 262.5º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813FEF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 63 | 239 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.06 |
| HSL | 262.5º | 0.85% | 0.59% | - |
| HSV(B) | 262.5º | 0.74% | 0.94% | - |
| XYZ | 26.41 | 14.45 | 83.06 | - |
| YUV | 102.8 | 204.87 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 239 | 0.46 | 0.74 | 0 | 0.06 | 262.5 | 0.85 | 0.59 |
| Hex | 81 | 3F | EF | 2E | 4A | 0 | 6 | 106 | 55 | 3B |
| Octal | 201 | 77 | 357 | 56 | 112 | 0 | 6 | 406 | 125 | 73 |
| Binary | 10000001 | 111111 | 11101111 | 101110 | 1001010 | 0 | 110 | 100000110 | 1010101 | 111011 |
Color Harmonies of #813FEF
Complementary color
Monochromatic Colors of #813FEF
Black with #813FEF
Text Example
Text Example
White with #813FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FEF; }
p { color: rgb(129,63,239); }
H1.HeaderClassName
{
color: #813FEF;
}
.AnyTagClassName
{
color: #813FEF;
}
</style>
background-color css
<style>
a { background-color: #813FEF; }
a { background-color: rgb(129,63,239); }
div.DivClassName
{
background-color: #813FEF;
}
.BgClassName
{
background-color: #813FEF;
}
</style>
border-color css
<style>
span { border-color: #813FEF; }
span { border-color: rgb(129,63,239); }
td.TdClassName
{
border-color: #813FEF;
}
.TagClassName
{
border-color: #813FEF;
}
</style>