Shades of Blue Violet #863DF1
Tints of Blue Violet #863DF1
RGB
CMYK
RGB Variations
Color information
#863DF1 (or 0x863DF1) is known color: Blue Violet. HEX triplet: 86, 3D and F1. RGB value is (134,61,241). Sum of RGB (Red+Green+Blue) = 134+61+241=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #863DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863DF1 is #79C20E. Grayscale: #666666. Windows color (decimal): -7979535 or 15809926. OLE color: 15809926.
HSL color Cylindrical-coordinate representation of color #863DF1: hue angle of 264.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863DF1 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 61 | 241 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.05 |
| HSL | 264.33º | 0.87% | 0.59% | - |
| HSV(B) | 264.33º | 0.75% | 0.95% | - |
| XYZ | 27.38 | 14.76 | 84.62 | - |
| YUV | 103.35 | 205.68 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 241 | 0.44 | 0.75 | 0 | 0.05 | 264.33 | 0.87 | 0.59 |
| Hex | 86 | 3D | F1 | 2C | 4B | 0 | 5 | 108 | 57 | 3B |
| Octal | 206 | 75 | 361 | 54 | 113 | 0 | 5 | 410 | 127 | 73 |
| Binary | 10000110 | 111101 | 11110001 | 101100 | 1001011 | 0 | 101 | 100001000 | 1010111 | 111011 |
Color Harmonies of #863DF1
Complementary color
Monochromatic Colors of #863DF1
Black with #863DF1
Text Example
Text Example
White with #863DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DF1; }
p { color: rgb(134,61,241); }
H1.HeaderClassName
{
color: #863DF1;
}
.AnyTagClassName
{
color: #863DF1;
}
</style>
background-color css
<style>
a { background-color: #863DF1; }
a { background-color: rgb(134,61,241); }
div.DivClassName
{
background-color: #863DF1;
}
.BgClassName
{
background-color: #863DF1;
}
</style>
border-color css
<style>
span { border-color: #863DF1; }
span { border-color: rgb(134,61,241); }
td.TdClassName
{
border-color: #863DF1;
}
.TagClassName
{
border-color: #863DF1;
}
</style>