Shades of Blue Violet #863EDB
Tints of Blue Violet #863EDB
RGB
CMYK
RGB Variations
Color information
#863EDB (or 0x863EDB) is known color: Blue Violet. HEX triplet: 86, 3E and DB. RGB value is (134,62,219). Sum of RGB (Red+Green+Blue) = 134+62+219=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #863EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863EDB is #79C124. Grayscale: #646464. Windows color (decimal): -7979301 or 14368390. OLE color: 14368390.
HSL color Cylindrical-coordinate representation of color #863EDB: hue angle of 267.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863EDB is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 62 | 219 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.14 |
| HSL | 267.52º | 0.69% | 0.55% | - |
| HSV(B) | 267.52º | 0.72% | 0.86% | - |
| XYZ | 24.34 | 13.63 | 68.37 | - |
| YUV | 101.43 | 194.35 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 219 | 0.39 | 0.72 | 0 | 0.14 | 267.52 | 0.69 | 0.55 |
| Hex | 86 | 3E | DB | 27 | 48 | 0 | E | 10C | 45 | 37 |
| Octal | 206 | 76 | 333 | 47 | 110 | 0 | 16 | 414 | 105 | 67 |
| Binary | 10000110 | 111110 | 11011011 | 100111 | 1001000 | 0 | 1110 | 100001100 | 1000101 | 110111 |
Color Harmonies of #863EDB
Complementary color
Monochromatic Colors of #863EDB
Black with #863EDB
Text Example
Text Example
White with #863EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EDB; }
p { color: rgb(134,62,219); }
H1.HeaderClassName
{
color: #863EDB;
}
.AnyTagClassName
{
color: #863EDB;
}
</style>
background-color css
<style>
a { background-color: #863EDB; }
a { background-color: rgb(134,62,219); }
div.DivClassName
{
background-color: #863EDB;
}
.BgClassName
{
background-color: #863EDB;
}
</style>
border-color css
<style>
span { border-color: #863EDB; }
span { border-color: rgb(134,62,219); }
td.TdClassName
{
border-color: #863EDB;
}
.TagClassName
{
border-color: #863EDB;
}
</style>