Shades of Blue Violet #863EDD
Tints of Blue Violet #863EDD
RGB
CMYK
RGB Variations
Color information
#863EDD (or 0x863EDD) is known color: Blue Violet. HEX triplet: 86, 3E and DD. RGB value is (134,62,221). Sum of RGB (Red+Green+Blue) = 134+62+221=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #863EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863EDD is #79C122. Grayscale: #656565. Windows color (decimal): -7979299 or 14499462. OLE color: 14499462.
HSL color Cylindrical-coordinate representation of color #863EDD: hue angle of 267.17º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863EDD is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 62 | 221 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.13 |
| HSL | 267.17º | 0.7% | 0.55% | - |
| HSV(B) | 267.17º | 0.72% | 0.87% | - |
| XYZ | 24.61 | 13.73 | 69.76 | - |
| YUV | 101.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 221 | 0.39 | 0.72 | 0 | 0.13 | 267.17 | 0.7 | 0.55 |
| Hex | 86 | 3E | DD | 27 | 48 | 0 | D | 10B | 46 | 37 |
| Octal | 206 | 76 | 335 | 47 | 110 | 0 | 15 | 413 | 106 | 67 |
| Binary | 10000110 | 111110 | 11011101 | 100111 | 1001000 | 0 | 1101 | 100001011 | 1000110 | 110111 |
Color Harmonies of #863EDD
Complementary color
Monochromatic Colors of #863EDD
Black with #863EDD
Text Example
Text Example
White with #863EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EDD; }
p { color: rgb(134,62,221); }
H1.HeaderClassName
{
color: #863EDD;
}
.AnyTagClassName
{
color: #863EDD;
}
</style>
background-color css
<style>
a { background-color: #863EDD; }
a { background-color: rgb(134,62,221); }
div.DivClassName
{
background-color: #863EDD;
}
.BgClassName
{
background-color: #863EDD;
}
</style>
border-color css
<style>
span { border-color: #863EDD; }
span { border-color: rgb(134,62,221); }
td.TdClassName
{
border-color: #863EDD;
}
.TagClassName
{
border-color: #863EDD;
}
</style>