Shades of Blue Violet #863AFF
Tints of Blue Violet #863AFF
RGB
CMYK
RGB Variations
Color information
#863AFF (or 0x863AFF) is known color: Blue Violet. HEX triplet: 86, 3A and FF. RGB value is (134,58,255). Sum of RGB (Red+Green+Blue) = 134+58+255=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #863AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863AFF is #79C500. Grayscale: #666666. Windows color (decimal): -7980289 or 16726662. OLE color: 16726662.
HSL color Cylindrical-coordinate representation of color #863AFF: hue angle of 263.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #863AFF is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 58 | 255 | - |
| CMYK | 0.47 | 0.77 | 0 | 0 |
| HSL | 263.15º | 1% | 0.61% | - |
| HSV(B) | 263.15º | 0.77% | 1% | - |
| XYZ | 29.39 | 15.31 | 96.01 | - |
| YUV | 103.18 | 213.68 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 255 | 0.47 | 0.77 | 0 | 0 | 263.15 | 1 | 0.61 |
| Hex | 86 | 3A | FF | 2F | 4D | 0 | 0 | 107 | 64 | 3D |
| Octal | 206 | 72 | 377 | 57 | 115 | 0 | 0 | 407 | 144 | 75 |
| Binary | 10000110 | 111010 | 11111111 | 101111 | 1001101 | 0 | 0 | 100000111 | 1100100 | 111101 |
Color Harmonies of #863AFF
Complementary color
Monochromatic Colors of #863AFF
Black with #863AFF
Text Example
Text Example
White with #863AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863AFF; }
p { color: rgb(134,58,255); }
H1.HeaderClassName
{
color: #863AFF;
}
.AnyTagClassName
{
color: #863AFF;
}
</style>
background-color css
<style>
a { background-color: #863AFF; }
a { background-color: rgb(134,58,255); }
div.DivClassName
{
background-color: #863AFF;
}
.BgClassName
{
background-color: #863AFF;
}
</style>
border-color css
<style>
span { border-color: #863AFF; }
span { border-color: rgb(134,58,255); }
td.TdClassName
{
border-color: #863AFF;
}
.TagClassName
{
border-color: #863AFF;
}
</style>