Shades of Blue Violet #863EDA
Tints of Blue Violet #863EDA
RGB
CMYK
RGB Variations
Color information
#863EDA (or 0x863EDA) is known color: Blue Violet. HEX triplet: 86, 3E and DA. RGB value is (134,62,218). Sum of RGB (Red+Green+Blue) = 134+62+218=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #863EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863EDA is #79C125. Grayscale: #646464. Windows color (decimal): -7979302 or 14302854. OLE color: 14302854.
HSL color Cylindrical-coordinate representation of color #863EDA: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863EDA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 62 | 218 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.15 |
| HSL | 267.69º | 0.68% | 0.55% | - |
| HSV(B) | 267.69º | 0.72% | 0.85% | - |
| XYZ | 24.21 | 13.58 | 67.67 | - |
| YUV | 101.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 218 | 0.39 | 0.72 | 0 | 0.15 | 267.69 | 0.68 | 0.55 |
| Hex | 86 | 3E | DA | 27 | 48 | 0 | F | 10C | 44 | 37 |
| Octal | 206 | 76 | 332 | 47 | 110 | 0 | 17 | 414 | 104 | 67 |
| Binary | 10000110 | 111110 | 11011010 | 100111 | 1001000 | 0 | 1111 | 100001100 | 1000100 | 110111 |
Color Harmonies of #863EDA
Complementary color
Monochromatic Colors of #863EDA
Black with #863EDA
Text Example
Text Example
White with #863EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EDA; }
p { color: rgb(134,62,218); }
H1.HeaderClassName
{
color: #863EDA;
}
.AnyTagClassName
{
color: #863EDA;
}
</style>
background-color css
<style>
a { background-color: #863EDA; }
a { background-color: rgb(134,62,218); }
div.DivClassName
{
background-color: #863EDA;
}
.BgClassName
{
background-color: #863EDA;
}
</style>
border-color css
<style>
span { border-color: #863EDA; }
span { border-color: rgb(134,62,218); }
td.TdClassName
{
border-color: #863EDA;
}
.TagClassName
{
border-color: #863EDA;
}
</style>