Shades of Blue Violet #863ADA
Tints of Blue Violet #863ADA
RGB
CMYK
RGB Variations
Color information
#863ADA (or 0x863ADA) is known color: Blue Violet. HEX triplet: 86, 3A and DA. RGB value is (134,58,218). Sum of RGB (Red+Green+Blue) = 134+58+218=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #863ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ADA is #79C525. Grayscale: #626262. Windows color (decimal): -7980326 or 14301830. OLE color: 14301830.
HSL color Cylindrical-coordinate representation of color #863ADA: hue angle of 268.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863ADA is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 58 | 218 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.15 |
| HSL | 268.5º | 0.68% | 0.54% | - |
| HSV(B) | 268.5º | 0.73% | 0.85% | - |
| XYZ | 24 | 13.16 | 67.6 | - |
| YUV | 98.96 | 195.18 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 218 | 0.39 | 0.73 | 0 | 0.15 | 268.5 | 0.68 | 0.54 |
| Hex | 86 | 3A | DA | 27 | 49 | 0 | F | 10C | 44 | 36 |
| Octal | 206 | 72 | 332 | 47 | 111 | 0 | 17 | 414 | 104 | 66 |
| Binary | 10000110 | 111010 | 11011010 | 100111 | 1001001 | 0 | 1111 | 100001100 | 1000100 | 110110 |
Color Harmonies of #863ADA
Complementary color
Monochromatic Colors of #863ADA
Black with #863ADA
Text Example
Text Example
White with #863ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863ADA; }
p { color: rgb(134,58,218); }
H1.HeaderClassName
{
color: #863ADA;
}
.AnyTagClassName
{
color: #863ADA;
}
</style>
background-color css
<style>
a { background-color: #863ADA; }
a { background-color: rgb(134,58,218); }
div.DivClassName
{
background-color: #863ADA;
}
.BgClassName
{
background-color: #863ADA;
}
</style>
border-color css
<style>
span { border-color: #863ADA; }
span { border-color: rgb(134,58,218); }
td.TdClassName
{
border-color: #863ADA;
}
.TagClassName
{
border-color: #863ADA;
}
</style>