Shades of Blue Violet #863FD1
Tints of Blue Violet #863FD1
RGB
CMYK
RGB Variations
Color information
#863FD1 (or 0x863FD1) is known color: Blue Violet. HEX triplet: 86, 3F and D1. RGB value is (134,63,209). Sum of RGB (Red+Green+Blue) = 134+63+209=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #863FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FD1 is #79C02E. Grayscale: #646464. Windows color (decimal): -7979055 or 13713286. OLE color: 13713286.
HSL color Cylindrical-coordinate representation of color #863FD1: hue angle of 269.18º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #863FD1 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 63 | 209 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.18 |
| HSL | 269.18º | 0.61% | 0.53% | - |
| HSV(B) | 269.18º | 0.7% | 0.82% | - |
| XYZ | 23.12 | 13.23 | 61.66 | - |
| YUV | 100.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 209 | 0.36 | 0.70 | 0 | 0.18 | 269.18 | 0.61 | 0.53 |
| Hex | 86 | 3F | D1 | 24 | 46 | 0 | 12 | 10D | 3D | 35 |
| Octal | 206 | 77 | 321 | 44 | 106 | 0 | 22 | 415 | 75 | 65 |
| Binary | 10000110 | 111111 | 11010001 | 100100 | 1000110 | 0 | 10010 | 100001101 | 111101 | 110101 |
Color Harmonies of #863FD1
Complementary color
Monochromatic Colors of #863FD1
Black with #863FD1
Text Example
Text Example
White with #863FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863FD1; }
p { color: rgb(134,63,209); }
H1.HeaderClassName
{
color: #863FD1;
}
.AnyTagClassName
{
color: #863FD1;
}
</style>
background-color css
<style>
a { background-color: #863FD1; }
a { background-color: rgb(134,63,209); }
div.DivClassName
{
background-color: #863FD1;
}
.BgClassName
{
background-color: #863FD1;
}
</style>
border-color css
<style>
span { border-color: #863FD1; }
span { border-color: rgb(134,63,209); }
td.TdClassName
{
border-color: #863FD1;
}
.TagClassName
{
border-color: #863FD1;
}
</style>