Shades of Blue Violet #863FDF
Tints of Blue Violet #863FDF
RGB
CMYK
RGB Variations
Color information
#863FDF (or 0x863FDF) is known color: Blue Violet. HEX triplet: 86, 3F and DF. RGB value is (134,63,223). Sum of RGB (Red+Green+Blue) = 134+63+223=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #863FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FDF is #79C020. Grayscale: #656565. Windows color (decimal): -7979041 or 14630790. OLE color: 14630790.
HSL color Cylindrical-coordinate representation of color #863FDF: hue angle of 266.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863FDF is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 63 | 223 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.13 |
| HSL | 266.63º | 0.71% | 0.56% | - |
| HSV(B) | 266.63º | 0.72% | 0.87% | - |
| XYZ | 24.93 | 13.95 | 71.19 | - |
| YUV | 102.47 | 196.02 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 223 | 0.40 | 0.72 | 0 | 0.13 | 266.63 | 0.71 | 0.56 |
| Hex | 86 | 3F | DF | 28 | 48 | 0 | D | 10B | 47 | 38 |
| Octal | 206 | 77 | 337 | 50 | 110 | 0 | 15 | 413 | 107 | 70 |
| Binary | 10000110 | 111111 | 11011111 | 101000 | 1001000 | 0 | 1101 | 100001011 | 1000111 | 111000 |
Color Harmonies of #863FDF
Complementary color
Monochromatic Colors of #863FDF
Black with #863FDF
Text Example
Text Example
White with #863FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863FDF; }
p { color: rgb(134,63,223); }
H1.HeaderClassName
{
color: #863FDF;
}
.AnyTagClassName
{
color: #863FDF;
}
</style>
background-color css
<style>
a { background-color: #863FDF; }
a { background-color: rgb(134,63,223); }
div.DivClassName
{
background-color: #863FDF;
}
.BgClassName
{
background-color: #863FDF;
}
</style>
border-color css
<style>
span { border-color: #863FDF; }
span { border-color: rgb(134,63,223); }
td.TdClassName
{
border-color: #863FDF;
}
.TagClassName
{
border-color: #863FDF;
}
</style>