Shades of Blue Violet #863DED
Tints of Blue Violet #863DED
RGB
CMYK
RGB Variations
Color information
#863DED (or 0x863DED) is known color: Blue Violet. HEX triplet: 86, 3D and ED. RGB value is (134,61,237). Sum of RGB (Red+Green+Blue) = 134+61+237=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #863DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863DED is #79C212. Grayscale: #666666. Windows color (decimal): -7979539 or 15547782. OLE color: 15547782.
HSL color Cylindrical-coordinate representation of color #863DED: hue angle of 264.89º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863DED is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 61 | 237 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.07 |
| HSL | 264.89º | 0.83% | 0.58% | - |
| HSV(B) | 264.89º | 0.74% | 0.93% | - |
| XYZ | 26.79 | 14.52 | 81.51 | - |
| YUV | 102.89 | 203.68 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 237 | 0.43 | 0.74 | 0 | 0.07 | 264.89 | 0.83 | 0.58 |
| Hex | 86 | 3D | ED | 2B | 4A | 0 | 7 | 109 | 53 | 3A |
| Octal | 206 | 75 | 355 | 53 | 112 | 0 | 7 | 411 | 123 | 72 |
| Binary | 10000110 | 111101 | 11101101 | 101011 | 1001010 | 0 | 111 | 100001001 | 1010011 | 111010 |
Color Harmonies of #863DED
Complementary color
Monochromatic Colors of #863DED
Black with #863DED
Text Example
Text Example
White with #863DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DED; }
p { color: rgb(134,61,237); }
H1.HeaderClassName
{
color: #863DED;
}
.AnyTagClassName
{
color: #863DED;
}
</style>
background-color css
<style>
a { background-color: #863DED; }
a { background-color: rgb(134,61,237); }
div.DivClassName
{
background-color: #863DED;
}
.BgClassName
{
background-color: #863DED;
}
</style>
border-color css
<style>
span { border-color: #863DED; }
span { border-color: rgb(134,61,237); }
td.TdClassName
{
border-color: #863DED;
}
.TagClassName
{
border-color: #863DED;
}
</style>