Shades of Blue Violet #863BDF
Tints of Blue Violet #863BDF
RGB
CMYK
RGB Variations
Color information
#863BDF (or 0x863BDF) is known color: Blue Violet. HEX triplet: 86, 3B and DF. RGB value is (134,59,223). Sum of RGB (Red+Green+Blue) = 134+59+223=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #863BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BDF is #79C420. Grayscale: #636363. Windows color (decimal): -7980065 or 14629766. OLE color: 14629766.
HSL color Cylindrical-coordinate representation of color #863BDF: hue angle of 267.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863BDF is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 59 | 223 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.13 |
| HSL | 267.44º | 0.72% | 0.55% | - |
| HSV(B) | 267.44º | 0.74% | 0.87% | - |
| XYZ | 24.71 | 13.52 | 71.12 | - |
| YUV | 100.12 | 197.35 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 223 | 0.40 | 0.74 | 0 | 0.13 | 267.44 | 0.72 | 0.55 |
| Hex | 86 | 3B | DF | 28 | 4A | 0 | D | 10B | 48 | 37 |
| Octal | 206 | 73 | 337 | 50 | 112 | 0 | 15 | 413 | 110 | 67 |
| Binary | 10000110 | 111011 | 11011111 | 101000 | 1001010 | 0 | 1101 | 100001011 | 1001000 | 110111 |
Color Harmonies of #863BDF
Complementary color
Monochromatic Colors of #863BDF
Black with #863BDF
Text Example
Text Example
White with #863BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863BDF; }
p { color: rgb(134,59,223); }
H1.HeaderClassName
{
color: #863BDF;
}
.AnyTagClassName
{
color: #863BDF;
}
</style>
background-color css
<style>
a { background-color: #863BDF; }
a { background-color: rgb(134,59,223); }
div.DivClassName
{
background-color: #863BDF;
}
.BgClassName
{
background-color: #863BDF;
}
</style>
border-color css
<style>
span { border-color: #863BDF; }
span { border-color: rgb(134,59,223); }
td.TdClassName
{
border-color: #863BDF;
}
.TagClassName
{
border-color: #863BDF;
}
</style>