Shades of Blue Violet #863BDD
Tints of Blue Violet #863BDD
RGB
CMYK
RGB Variations
Color information
#863BDD (or 0x863BDD) is known color: Blue Violet. HEX triplet: 86, 3B and DD. RGB value is (134,59,221). Sum of RGB (Red+Green+Blue) = 134+59+221=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #863BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BDD is #79C422. Grayscale: #636363. Windows color (decimal): -7980067 or 14498694. OLE color: 14498694.
HSL color Cylindrical-coordinate representation of color #863BDD: hue angle of 267.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863BDD is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 59 | 221 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.13 |
| HSL | 267.78º | 0.7% | 0.55% | - |
| HSV(B) | 267.78º | 0.73% | 0.87% | - |
| XYZ | 24.45 | 13.42 | 69.71 | - |
| YUV | 99.89 | 196.35 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 221 | 0.39 | 0.73 | 0 | 0.13 | 267.78 | 0.7 | 0.55 |
| Hex | 86 | 3B | DD | 27 | 49 | 0 | D | 10C | 46 | 37 |
| Octal | 206 | 73 | 335 | 47 | 111 | 0 | 15 | 414 | 106 | 67 |
| Binary | 10000110 | 111011 | 11011101 | 100111 | 1001001 | 0 | 1101 | 100001100 | 1000110 | 110111 |
Color Harmonies of #863BDD
Complementary color
Monochromatic Colors of #863BDD
Black with #863BDD
Text Example
Text Example
White with #863BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863BDD; }
p { color: rgb(134,59,221); }
H1.HeaderClassName
{
color: #863BDD;
}
.AnyTagClassName
{
color: #863BDD;
}
</style>
background-color css
<style>
a { background-color: #863BDD; }
a { background-color: rgb(134,59,221); }
div.DivClassName
{
background-color: #863BDD;
}
.BgClassName
{
background-color: #863BDD;
}
</style>
border-color css
<style>
span { border-color: #863BDD; }
span { border-color: rgb(134,59,221); }
td.TdClassName
{
border-color: #863BDD;
}
.TagClassName
{
border-color: #863BDD;
}
</style>